Msbuild windows store app (metro)

你。 提交于 2019-12-11 04:39:24

问题


I use nugget and Hudson to deploy our libraries to our enterprise for reuse. We recently started work on windows store apps (formerly called Metro app). Hudson runs on a windows server 2008 box. What do I need to install to compile from source to deploy to nuget. Ms build doesn't find the target files needed. Is there a specific SDK to install?


回答1:


So, to solve this, I installed the 4.5 framework SDK. After doing so, it was missing the target files, as I mentioned. Then I simply copied target files from C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v11.0 on my local development machine to the same directory on the server.

MSBuild liked this and and it compiled without issues.



来源:https://stackoverflow.com/questions/11604794/msbuild-windows-store-app-metro

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!