Top "Vcproj" questions

vcproj is an XML based file used by Visual Studio and contains compilation information.

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 …

qt visual-c++ qt4 qmake vcproj
visual studio project files

What is the difference between a .vcproj and a .vcxproj Visual Studio project file? Is the .vcproj format only available …

c++ visual-studio-2010 visual-studio vcproj vcxproj
getting the value of $(ProjectDir), $(SolutionDir) in a vcproj file

Is it possible to get the value of $(ProjectDir) or $(SolutionDir) programatically outside Visual Studio? My scenario is I need …

visual-studio-2008 vcproj
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 …

visual-studio msbuild vcproj