在Visual Studio中查看已添加的项目

时间:2023-01-27 13:27:42

I just began using Visual Studio to work on a practice .NET project. I have added a stylesheet that I made outside of VS. I went to Project/Add Existing Item... My question is, how can I view all the items I have added to a project.

我刚开始使用Visual Studio来处理.NET项目。我添加了一个我在VS之外制作的样式表。我去了Project / Add Existing Item ...我的问题是,如何查看我添加到项目中的所有项目。

1 个解决方案

#1


You should be able to see all of your files in Solution Explorer, or are you asking about showing just the ones "added" to the project, not those "created" in the project? I don't think there is a way to differentiate between the two once they are in the project.

您应该能够在解决方案资源管理器中查看所有文件,或者您是否要求只显示“添加”到项目中的文件,而不是项目中“已创建”的文件?一旦他们进入项目,我认为没有办法区分这两者。

#1


You should be able to see all of your files in Solution Explorer, or are you asking about showing just the ones "added" to the project, not those "created" in the project? I don't think there is a way to differentiate between the two once they are in the project.

您应该能够在解决方案资源管理器中查看所有文件,或者您是否要求只显示“添加”到项目中的文件,而不是项目中“已创建”的文件?一旦他们进入项目,我认为没有办法区分这两者。