English 中文(简体)
泡沫转换工具改为VS2010
原标题:msbuild conversion tool to VS2010

我从QMake(qmake -tp vc要赢得32.pro)手中接手,当我用刀子(为VS2010年打火)操作时,我发现以下错误。

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.

我愿利用转换工具获取VS2010项目档案。 是什么工具?

ADDED

Based on heavyd s answer, I got it work.

qmake -project
qmake -tp vc win32.pro
devenv /Upgrade win32.vcproj
msbuild win32.vcxproj

人们可以使用更简单的 n。

qmake -spec win32-msvc2008
nmake
最佳回答

转换工具已安装在视像室。 可以通过开设2010年视觉演播室(Start->Microsoft视觉演播室,2010->Visual 演播室工具)和打字来管理:

devenv /Upgrade example.vcproj

<代码>example.vcproj 页: 1 视觉C++项目档案。 这应当将项目升级到2010年全球抽样调查,以便与微型信贷机构直接建造。

问题回答

暂无回答




相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签