Top "Projects-and-solutions" questions

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

Tool to view the contents of the Solution User Options file (.suo)

Are there any free tools available to view the contents of the solution user options file (the .suo file that …

visual-studio projects-and-solutions suo
How to force Visual Studio not to add GlobalSection(Performance) section?

I played with Visual Studio builtin profiling tools and now every time I check out any file this section automatically …

visual-studio-2012 profiling projects-and-solutions
How can I open a project without opening its associated solution in Visual Studio?

I have a solution that contains few projects. The problem is that when I want to open just one of …

c# visual-studio projects-and-solutions
.NET solution - many projects vs one project

We currently have a rapidly growing C# codebase. Currently we have about 10 projects, split up in the usual categories, common/…

c# .net visual-studio projects-and-solutions
Visual studio not copying content files from indirectly referenced project

I have the following project structure: Library1 <--[project reference]-- Library2 <--[ref]-- Executable -------- -------- …

c# .net visual-studio projects-and-solutions
How to add an existing folder to a Visual Studio project?

I have a web application project made in Visual Studio 2008. Well, I added a jquery folder and added it to …

visual-studio directory projects-and-solutions
Visual Studio keeps changing project.sln file

I work in a team on a Visual C++ project. Following advice we got we're tracking the project's .sln file …

visual-studio version-control projects-and-solutions
VS2012: Property Pages isn't opening: Object reference not set to an instance of an object

I'm on Visual Studio Premium 2012, Version 11.0.50727.1 RTMREL, Windows 7 Enterprise (SP1). When I right click on the Solution, and click Properties, …

visual-studio-2012 projects-and-solutions nullreferenceexception
"Add existing item" in Visual Studio: is it possible to make "Add as link" default?

As pointed out in this SO answer, the Add > Existing item dialog in Visual Studio by default displays the …

c# visual-studio projects-and-solutions
Custom common target to build a solution

I created a custom common target "RealClean" which remove every files in the output and "intermediate output" directory. I put …

msbuild projects-and-solutions target