Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
348 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 ...
5
votes
4answers
5k views

How to generate .sln/.vcproj using qmake

I have main.cpp in c:\test folder and do the following: qmake -project qmake -tp vc test.pro The answer is: WARNING: Unable to generate output for: C:/test//Makefile.Debug [TEMPLATE vcapp] ...
3
votes
4answers
1k views

Where can I find a reference for the .vcproj file structure?

I looked on MSDN, couldn't find it. I found an XML Schema for the .vcproj file, which is nice. But what I really want is an explanation for each of the elements in the vcproj file, a reference. The ...
2
votes
0answers
68 views

How do I force Visual Studio 2008 to save vcproj files with correct locale?

In my team, some are developing using Swedish locale (albeit with English language) and others are using US-English. I prefer Swedish formatting of date/time/number/currency. There's a bug in the ...
2
votes
2answers
81 views

XSLT: keeping whitespaces when copying attributes

I'm trying to sort Microsoft Visual Studio's vcproj so that a diff would show something meaningful after e.g. deleting a file from a project. Besides the sorting, I want to keep everything intact, ...
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
387 views

Xerces and Xalan-C for windows

Would like to port Xerces and Xalan to latest Microsofy Visual Studio (2010). For Xerces, all I have to do is download from site Xcerces version 3.1.1. But it is not preintegrated with Xalan-C. only ...
2
votes
1answer
128 views

How can I read the OutputDirectory property from a vcproj (2008) file in a wrapper script?

I am trying to write an MSBuild wrapper script that builds a vcproj (well, a solution containing vcproj files) and then copies the output of a particular vcproj file into a special "package" directory ...
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
0answers
140 views

LoadLibrary API Fails with 998 (ERROR_NOACCESS) on WIN7 X64

The API LoadLibrary() fails with my MFC application when run over win7 64 bit PC. It returns error 998 for a specific DLL. This DLL built over 32 bit machine. But no issues to load other DLLs. I ...
1
vote
3answers
221 views

Why Visual Studio removes the drive letter from the AssemblyReference RelativePath when editing a project?

using visual studio we always load and build references to a unit (R:). The problem is that when someone edits any project properties the drive letter is removed from the assembly path and then the ...
1
vote
2answers
416 views

Reading the .vcproj file with C#

We create the vcproj file with the makefileproj keyword so we can use our own build in VS. My question is, using C#, how do you read the "C++" from the following vcproj file: <?xml version="1.0" ...
1
vote
1answer
41 views

What are the other possible names of project files in C# other than .cproj?

.cproj is not the only name of the project file. My solution says there are 5 projects but only three .cproj files are seen. What is the file extinsion of other project files/? THe icon that ...
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?
0
votes
1answer
203 views

how to call devenv to build some .vcproj with specific building macro in a solution (containing many .vcproj)?

all! There are many vc projects in my solution. i can call devenv.exe xxx.sln to build/rebuild all these projects together. Also i can right-click some specific project and rebuild it. My question: ...
0
votes
1answer
161 views

VCBuild: Unable to load Property sheet

VCBuild is failing to load a property sheet. How can I specify $(SolutionDir)? >vcbuild /logfile:log.txt /rebuild "./Project1/Project1.vcproj" The following error has occurred during XML parsing: ...
0
votes
1answer
1k views

getting the value of $(ProjectDir), $(SolutionDir) in a vcproj file

Is it possible to get the value of $(ProjectDir) or $(SolutionDir) programatically oustside Visual Studio? My scenario is I need to read a vcproj file as a text file and get its properties like the ...
0
votes
1answer
242 views

Project Reference format in a vcproj file(vs2008)

Here I am again asking for help. Can anyone please show me a sample of a vcproj file with a project reference(not assembly reference) or could at least show me the format how is it written in the ...
0
votes
4answers
192 views

Allowing developer-specific settings in VS2008 Native C++ projects

Is it possible to combine the following properties, and if so, how? Store in our version control system some Visual Studio 2008 native C++ (VCPROJ) project files for the developers in our team that ...
0
votes
4answers
265 views

How can multiple developers use the same vcproj files?

I'm working on a project with two other developers that's built on FireBreath. So far, I've been able to get things working perfectly on my machine, but we need to coordinate our development via ...
0
votes
1answer
154 views

In the VS2008 vcproj file how important are the ProjectGUID and the UniqueIdentifier?

I have copy and pasted entire C++/CLI projects and been able to run them without any trouble as long as the relative paths to assemblies, headers, and libs remain the same. In each one of these ...
0
votes
1answer
170 views

Cleaning up vcproj files

We have a fairly big code base with several platform and build configurations, and our vcproj files keep growing exponentially. We are using visual studio 2005. The problem is that every time we add a ...
0
votes
1answer
243 views

Consecutive build of VS2005 and VS2008 C++ projects causes LNK1104 error

I have VS2005 and VS2008 installed on the same machine. I also have a common codebase that I build using both '05 and '08. For this purpose, I have 2 VC projects.. A '08 project called XYZ_2008.vcproj ...
0
votes
3answers
3k views

How do I get msbuild.exe? Can it build a .vcproj when VS2008 is not installed?

I know msbuild will be installed, if I install Visual Studio 2005 or 2008. I know msbuild is also installed if I install the .NET Framework SDK. As of .NET 3.0, I think there is no longer a ...