Top "Solution" questions

A solution (.sln file) is a structure for organizing projects in Visual Studio.

Building C# Solution in Release mode using MSBuild.exe

I am able to build a solution using MSBuild.exe, but my issue is I can only manage to get …

c# msbuild release mode solution
Setting up a common nuget packages folder for all solutions when some projects are included in multiple solutions

I have been using NuGet to retrieve packages from external and internal package sources, which is very convenient. But I …

nuget nuget-package solution
Visual Studio 2012 doesn't convert vs2010 solution?

I opened my vs2010 solution with vs2012 but it didn't make any conversion as from 2008 to 2010 was happening. So my …

visual-studio-2012 projects-and-solutions solution
How to force a Solution file (SLN) to be opened in Visual Studio 2013?

Trying to open a VS 2012 solution (SLN file) explicitly in VS 2013 succeeds. Simply double-clicking it in Windows Explorer still opens …

.net visual-studio-2012 solution visual-studio-2013
Retargeting All Projects in a Solution to .NET 4.5.2

I have a solution in Visual Studio 2012 with 170 C# projects in it. I need to retarget all of the projects …

c# visual-studio visual-studio-2012 solution
Android: how to wait AsyncTask to finish in MainThread?

I know that the first you gonna this is... why the heck on the world you then use AsyncTask. So …

android android-asynctask handler solution
Visual Studio Project vs. Solution

Being new to VS, how may I think of these two concepts, what is the difference?

visual-studio projects-and-solutions solution visual-studio-project
Macros/Environment variable in .sln and .vcproj files for Visual studio

I have two similar problems: a) I have a solution which includes several projects and I want to be able …

visual-studio project path solution
What is a solution folder in Visual Studio?

I have a Visual Studio 2008 solution, and I would like to include a real folder in the solution, but not …

visual-studio tfs directory solution