Top "Projects-and-solutions" questions

Some IDEs organize code and resources into projects and solutions, usually in a directory-based hierarchy.

Visual Studio: Add existing folder(s) to project

Is there a way to add existing Folders to a Visual Studio Project so that I do not have to …

visual-studio projects-and-solutions
How can I refer to a project from another one in c#?

I added a project, Project2, to my solution. It already had another project lets say Project 1. How can I call …

c# project projects-and-solutions
MSBuild does not contain a value for the "VCTargetsPath" property

I recently installed the Visual Studio 11 Developer Preview to try it out, and now my VS 2010 projects won't open. Instead, …

visual-studio visual-studio-2010 msbuild projects-and-solutions visual-studio-2012
"Add as Link" for folders in Visual Studio projects

In Visual Studio, we can "Add as link" to add a link to a file in another project in the …

visual-studio visual-studio-2010 projects-and-solutions
How do I find files that are missing from visual studio projects?

Due to issues with merging etc, we have lots of project files that don’t contain all source code files …

visual-studio visual-studio-2010 visual-studio-2019 projects-and-solutions
How to open a Visual Studio Code Folder (Project) in Visual Studio IDE

How do I open I a Visual Studio Code folder in Visual Studio 2015? If I open it as a "Web …

visual-studio projects-and-solutions visual-studio-code
What are the project GUIDs in a Visual Studio solution file used for?

I have multiple projects in a single Visual Studio (2008) solution. I just discovered that each of these projects uses a …

visual-studio guid projects-and-solutions uuid