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 ...
8
votes
2answers
347 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 ...
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
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
398 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
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?