"Show All Files" option in Visual Studio
Hi,
When I open a project in Visual Studio, " references" folder is not displayed in the solution explorer. It is displayed, when I click on the 'Show All Files' button. Can anyone let me know how to display it at all times in solution explorer (even when the 'show all files' button is not clicked)
Hi,
Based on your post, "reference folder" means the project reference to following types of components.
· .NET Framework class libraries or assemblies
· COM components
· Other assemblies or class libraries of projects in the same solution
· XML Web services
You can view project reference in class explorer always.
Thanks for your question