Tagged Questions

0
votes
3answers
52 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 o …
1
vote
1answer
40 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 a …
1
vote
3answers
44 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.vcpr …
8
votes
2answers
103 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 …
3
votes
3answers
417 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 w …
0
votes
4answers
202 views

is it possible to generate Visual Studio solution files using StylusStudio???

Hello, 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 cou …
2
votes
6answers
928 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 S …
2
votes
2answers
146 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 …
0
votes
3answers
316 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 …
2
votes
2answers
317 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 …