Tagged Questions
The sln tag has no wiki summary.
11
votes
3answers
2k views
Can the working directory be set in the project (.vcproj) file?
I have a script that generates a .sln file and a few .vcproj files for visual studio 2005. I need to set the WorkingDirectory option but its specified in the .user file. A file we cannot currently ...
8
votes
2answers
346 views
VS2008: how to run two separate projects from the same solution
I have a single un-managed C++ console-app solution (.sln) with two projects (.vcproj) both are built as .exe. I want to run them both at the same time (one is a client and one is a server). How do I ...
8
votes
2answers
974 views
GUIDs in a SLN file
Visual Studio Solution files contain two GUID's per project entry. I figure one of them is from the AssemblyInfo.cs
Does anyone know for sure where these come from, and what they are used for?
3
votes
4answers
2k views
How to programmatically build a visual studio solution?
I would like to compile a solution by passing the solution file path (.sln file) and the build mode (debug, release).
I do not want to call a command line process like devenv.exe or msbuild.exe, ...
3
votes
6answers
8k views
How does one convert a Visual Studio .NET 2008 solution to Visual Studio .NET 2005?
Assume that a solution only contains classes and that those classes are all written to .NET 2.0 specifications. If that solution were to be opened, converted and saved in Visual Studio 2008, would it ...
3
votes
3answers
607 views
Why does one of my project's GUIDs change when I build the project in VS 2005?
For two of my VS 2005 C++ projects, VS wants to write to the .sln file when I build the projects. I have got a number of other VS 2005 C++ projects where this is not the case. It is a problem as due ...
2
votes
2answers
184 views
How to create Visual Studio Solution (.sln) files programmatically, including Website projects?
I am working on a code generator project that creates solution with customizable layers.
for now I am able to create the .sln file by writing all the elements in code. but the project files don't need ...
2
votes
1answer
305 views
Automatically include all .cpp/.h files of a folder in a vcproj Project in Visual Studio
Is there a way to set a vcproj Project folder in order to automatically include all .cpp or .h files depending on the path of the project ?
On other words, when adding files to the folder of my ...
2
votes
4answers
423 views
VS corrupted .sln file?
When I try to open my .sln file, Visual Studio quits on me. I can open it by opening up TFS, getting a specific version, choosing the latest version, forcing an overrwrite, opening up the .sln file, ...
2
votes
5answers
795 views
Visual Studio 2008: how to avoid project file merge hell?
When you're working on a VS C# project with multiple developers which all add new projects and files to the same solution the last one to try and check in his changes gets conflicts on the project ...
2
votes
1answer
586 views
VS2008 - Can't remove project configuration
I have a Windows Mobile/Pocket PC project in Visual Studio 2008 SP1. I have tried to remove an old build configuration "ReleaseCN3" from the solution using the Configuration Manager. I run the ...
2
votes
5answers
397 views
How to have different Project Dependencies for each Project Configuration?
I would like to have different Project Dependencies depending on which Project Configuration I'm currently building.
For example, I don't want to build and link SomeTestLib.vcproj in Release ...
1
vote
1answer
45 views
Using Visual Studio for Python Files
I have multiple python files for a school project that I want to open and edit in visual studio but to make it simple I want to have them all be a solution or project in visual studio, the code ...
1
vote
1answer
106 views
.sln-compatible Mono-based CLI build system?
I've recently begun doing ASP.NET MVC work with others using Visual Studio. While MonoDevelop can open their project workspace files (.sln from MSVS2010) and build the projects just fine, I'm curious ...
1
vote
3answers
659 views
How to change default location of .sln file in Visual Studio 2010?
I'd like my .sln to always live within my project folder. How can I make this the default behavior when creating a new project?
1
vote
3answers
81 views
What is the delimiter name of a C# project file?
What is the file name "delimiter? name of a C# project file?
I am not sure if "delimiter" is the right term. A solutions file ends as ".sln". How does a project file end in Visual Studio 2010?
1
vote
1answer
465 views
Msbuild and SLN unbindig
I want to unbind my sln file from TFS server and publish it on SVN is there any "easy" option to do this. It's easy to open sln and chose unbind option in Visual Studio, but does any one ever tried to ...
0
votes
1answer
21 views
VS2010 - Open a solution, file in this sln will open too
i created a little application (win forms) thats create a solution, adds a project and some files to the project. By clicking a button, the new solution should open by the installed vs2010 express. ...
0
votes
0answers
30 views
Determine the template used to create a VS solution?
Is there a way to determine what "template" was used originally to create a visual studio solution?
To put it another way, I have a solution, and I'd like to find out what template was chosen when ...
0
votes
0answers
187 views
makefile.vc to .sln
hello i have a makefile.vc which compiles like so in a .bat file
ECHO OFF
CLS
SET VSTools="E:\_ProgramFiles_\MS VStudio 10\VC"
CALL "E:\_ProgramFiles_\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86 ...
0
votes
1answer
299 views
Preventing MSBuild from building a project in a .sln without using Solution Configurations
I want to inhibit the building of certain projects within a solution from building (within a TeamCity Build Configuration in order to optimize the speed of my Commit Build feedback if you must know).
...
0
votes
1answer
125 views
Using SLN files with Server Management Studio
I'm trying to learn how to use SQL server with MapPoint, and this article wants me to download a code file project and "run the script against the database". I'm totally lost on how to get started. ...
0
votes
1answer
87 views
How to include a project in a solution but have it unloaded by default?
Is this possible to configure in the SLN file, or just in the SUO?
0
votes
3answers
199 views
How to configure my solution to show all projects collapsed on Visual Studio?
Every time I check out my solution from the SCM I have to collapse manually each project in my solution to get a good overview of it.
I know that the collapsed settings are stored in a .suo file, ...
0
votes
3answers
108 views
Build problems with Visual C++ project after checking in and checking out from CVS
I am building a cross platform product and one of the requirements is across windows(win32,AMD64 and IA61). The product as is relatively simple CLI but we have a separate build team who checks out the ...
0
votes
5answers
1k views
is it possible to generate Visual Studio solution files using StylusStudio?
i was wondering if it is possible to generate some kind of template that i give an xml or xsl file in stylus and generate c# code
i made some .cs and works fine, but i couldn't with csproj and sln ...
0
votes
3answers
567 views
Opening a VS 2003 C++ project in VS 2008
Found some old code, circa VS 2003. Now I have just VS 2008 (SP1) installed. When I try opening the *.sln file, it tries converting the projects. The report notifies me it was done successfully, but ...