AppManifest.xaml 653 B

12345678
  1. <Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" EntryPointAssembly="IDTemplate" EntryPointType="IDTemplate.App" RuntimeVersion="4.7.50308.0">
  2. <Deployment.Parts>
  3. <AssemblyPart x:Name="IDTemplate" Source="IDTemplate.dll" />
  4. <AssemblyPart x:Name="Microsoft.Advertising.Mobile" Source="Microsoft.Advertising.Mobile.dll" />
  5. <AssemblyPart x:Name="Microsoft.Advertising.Mobile.UI" Source="Microsoft.Advertising.Mobile.UI.dll" />
  6. <AssemblyPart x:Name="Microsoft.Phone.Controls" Source="Microsoft.Phone.Controls.dll" />
  7. </Deployment.Parts>
  8. </Deployment>