About 11,200,000 results
Open links in new tab
  1. What are .sln and .vcproj files, and what do they contain?

    Aug 20, 2011 · What are .sln and .vcproj files, and what do they contain? Asked 14 years, 2 months ago Modified 6 years, 2 months ago Viewed 102k times

  2. How to open Visual Studio Solution File from the Command Prompt

    Today I was in the Windows Command Prompt after doing a git clone https://...MySolution.git and wanted to open the .sln (i.e., solution file) from the new directory of the cloned repo.

  3. How do you create a Visual Studio Solution File (.sln) in the same ...

    Oct 26, 2016 · Generally what I do is start with a Blank Solution, which is under "Other Project Types-->Visual Studio Solutions" in the New Project dialog. Then, add the website and …

  4. Why and when should I ever be using .sln files? - Stack Overflow

    Jun 26, 2014 · When you double click on the .sln (solution) file, it will open that solution in Visual Studio. A solution allows you to group projects together in a single, erm, solution.

  5. Proper way to rename solution (and directories) in Visual Studio

    Jan 12, 2010 · The Rename operations in Visual Studio only change the filename, i.e. *.prj for a project, and *.sln for a solution. You will need to rename folders separately using the …

  6. c# - what is the use of .CSProj and .Sln file? - Stack Overflow

    Oct 31, 2012 · For the Solution (.sln) file contents, you can find a lot of information on this MSDN article. Concerning the Project (.csproj) file contents, here is another MSDN article that …

  7. project - Macros/Environment variable in .sln and .vcproj files for ...

    Jan 28, 2014 · I found a way to do that and it works fine for me (with Visual Studio 2005): - edit the .sln file with a text editor and use environment variables with the following syntax …

  8. How to build visual studio solution file .sln command line with ...

    Aug 9, 2013 · MSbuild accepts project name as part of "target" (/t) specification: MSBuild /nologo /t:ProjectName:Build SolutionFile.sln Or, if your project does not depend on the other projects …

  9. What are the project GUIDs in a Visual Studio solution file used for ...

    Feb 24, 2010 · The other solution's sln file and other project files which reference the modified project will use the old GUID and this will break project references. Easily fixed but worth …

  10. How to choose C# solution file in VS Code - Stack Overflow

    Sep 7, 2023 · A sln is a solution file so the prompt only occurs when more than one sln file is found.