我试图在 nant 下的任务的帮助下编译我的 WindowsPhone 8 项目。(它是在 VisualStudio2012 Pro 下编译的,没有任何错误。)但是当我通过命令行执行脚本时,我得到了错误:
错误 MSB4019:未找到导入的项目“C:\Program Files (x86)\MSBuild\Microsoft\WindowsPhone\v4.5\Microsoft.WindowsPhone.v4.5.Overrides.targets”
在 vs 项目中:
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
这里有什么解决方法吗?