Tagged Questions
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 ...
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 ...