我在尝试构建.net项目解决方案时出错。错误是
error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\DesktopBridge\Microsoft.DesktopBridge.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.如何解决这个问题?我尝试在visual-studio-2015和visual-studio-2017中求解
发布于 2019-05-09 15:34:58
根据你的错误信息,它与你的项目是由旧的visual studio版本创建的相同,然后使用vs 2017生成它,要解决此问题,请尝试使用Visual Studio 2017创建一个新的Windows应用程序打包项目,并将你的代码复制到新项目中。
如果此解决方案不能解决您的问题,请与我们共享您的.wapproj文件。
发布于 2019-05-24 03:22:08
这是一个路径问题。我删除了Visual studio 2015,并确保msbuild位于最新的UWP包的正确位置。
https://stackoverflow.com/questions/56051960
复制相似问题