Top "Vcxproj" questions

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
x64 build: error MSB8013: This project doesn't contain the Configuration and Platform combination of Debug|Win32

I'm trying to get a pure x64 build running for a complex build with many solutions (some for CI, some …

c++ visual-studio-2010 msbuild vcxproj