3

我正在尝试构建一个 Windows Phone 8 项目,其中包含对用 C++ 编写的 WinRT 组件项目的引用。该项目从 VS2012 IDE 构建,但不使用 MSBuild (c:\Windows\Microsoft.Net\Framework\v4.0.30319\MSBuild.exe) 从命令行构建。它抛出这个错误:

WindowsPhoneRuntimeComponent1\WindowsPhoneRuntimeComponent1.vcxproj(185,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsPhone\v7.0\Microsoft.Cpp.WindowsPhone.7.0.targets" was not found. Confirm that
 the path in the <Import> declaration is correct, and that the file exists on disk.

我对所需目标文件的判断是它试图为 WP7 构建一个 WP8 项目。有谁知道如何解决这个问题,或者是否有可能解决这个问题?

4

1 回答 1

1

您需要将项目更改为 WP8。右键单击您的项目,选择属性。在应用程序选项卡下,将类型从 WP7 更改为 WP8。希望有效。

于 2012-11-20T14:34:00.317 回答