Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个来自 Windows Phone 7.1 的单个项目的构建。我想将 XAPS 都安装到模拟器(或设备)。我现在面临的问题是当一个构建安装到模拟器时,另一个构建消失了。我需要更改属性中的任何内容请指导我。
内部属性=> WMAppManifest.xaml(或类似名称)
<App xmlns="" ProductID="{77a80316-384d-40dc-a8c3-c4054676e85c}" /> 更改产品 ID。
<App xmlns="" ProductID="{77a80316-384d-40dc-a8c3-c4054676e85c}" />
我从来没有手动尝试过,但它应该可以工作。