msbuild conversion tool to VS2010

Posted by prosseek on Stack Overflow See other posts from Stack Overflow or by prosseek
Published on 2011-01-07T15:47:52Z Indexed on 2011/01/07 15:54 UTC
Read the original article Hit count: 230

Filed under:
|
|

I got vcproj file from QMake (qmake -tp vc win32.pro), and when I run it with msbuild (msbuild for VS 2010), I get the following error.

MSBUILD : error MSB4192: The project file ".\win32.vcproj" is in the ".vcproj" or ".dsp" file format
, which MSBuild cannot build directly. Please convert the project by opening it in the Visual Studio
 IDE or running the conversion tool, or, for ".vcproj", use MSBuild to build the solution file conta
ining the project instead.

I'd like to run the conversion tool for getting VS2010 project file. What's the tool for it?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about qt