About 25,000,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, 3 months ago Modified 6 years, 3 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. Proper way to rename solution (and directories) in Visual Studio

    Jan 12, 2010 · In the .sln file, edit all instances of Project1 to be Project2, using a text editor like NotePad. Restart Visual Studio, and everything will work as before, but with the project in a different …

  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. How do you create a Visual Studio Solution File (.sln) in the same ...

    Oct 26, 2016 · You will be prompted “web site already existed” select “open the existing web site” System will create the .sln file in folder C:\Users\user\Documents\Visual Studio …

  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 describes what's …

  7. c# - Parsing Visual Studio Solution files - Stack Overflow

    Dec 14, 2012 · How can I parse Visual Studio solution (SLN) files in .NET? I would like to write an app that merges multiple solutions into one while saving the relative build order.

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

    Jan 28, 2014 · I know currently only two solutions - edit .sln file manual/programmatically to find this project and set correct path. I wasn't able to use environment variable in .sln file.

  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 bearing in mind. …

  10. How do I use Visual Studio Code to build, debug and run existing C++ ...

    Sep 21, 2021 · How do I use Visual Studio Code to build, debug and run existing C++ solution (.sln) from Visual Studio 2019? Asked 4 years, 2 months ago Modified 2 years, 10 months ago Viewed 15k …