PackagingProj.wapproj 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
  4. <VisualStudioVersion>15.0</VisualStudioVersion>
  5. </PropertyGroup>
  6. <ItemGroup Label="ProjectConfigurations">
  7. <ProjectConfiguration Include="Debug|x86">
  8. <Configuration>Debug</Configuration>
  9. <Platform>x86</Platform>
  10. </ProjectConfiguration>
  11. <ProjectConfiguration Include="Release|x86">
  12. <Configuration>Release</Configuration>
  13. <Platform>x86</Platform>
  14. </ProjectConfiguration>
  15. <ProjectConfiguration Include="Debug|x64">
  16. <Configuration>Debug</Configuration>
  17. <Platform>x64</Platform>
  18. </ProjectConfiguration>
  19. <ProjectConfiguration Include="Release|x64">
  20. <Configuration>Release</Configuration>
  21. <Platform>x64</Platform>
  22. </ProjectConfiguration>
  23. <ProjectConfiguration Include="Debug|ARM">
  24. <Configuration>Debug</Configuration>
  25. <Platform>ARM</Platform>
  26. </ProjectConfiguration>
  27. <ProjectConfiguration Include="Release|ARM">
  28. <Configuration>Release</Configuration>
  29. <Platform>ARM</Platform>
  30. </ProjectConfiguration>
  31. <ProjectConfiguration Include="Debug|ARM64">
  32. <Configuration>Debug</Configuration>
  33. <Platform>ARM64</Platform>
  34. </ProjectConfiguration>
  35. <ProjectConfiguration Include="Release|ARM64">
  36. <Configuration>Release</Configuration>
  37. <Platform>ARM64</Platform>
  38. </ProjectConfiguration>
  39. <ProjectConfiguration Include="Debug|AnyCPU">
  40. <Configuration>Debug</Configuration>
  41. <Platform>AnyCPU</Platform>
  42. </ProjectConfiguration>
  43. <ProjectConfiguration Include="Release|AnyCPU">
  44. <Configuration>Release</Configuration>
  45. <Platform>AnyCPU</Platform>
  46. </ProjectConfiguration>
  47. </ItemGroup>
  48. <PropertyGroup>
  49. <WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
  50. </PropertyGroup>
  51. <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
  52. <PropertyGroup>
  53. <ProjectGuid>5085de4d-b9bc-450a-80bd-5b865f003cb9</ProjectGuid>
  54. <TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
  55. <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
  56. <DefaultLanguage>en-US</DefaultLanguage>
  57. <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <AppxManifest Include="Package.appxmanifest">
  61. <SubType>Designer</SubType>
  62. </AppxManifest>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Content Include="Images\SplashScreen.scale-200.png" />
  66. <Content Include="Images\LockScreenLogo.scale-200.png" />
  67. <Content Include="Images\Square150x150Logo.scale-200.png" />
  68. <Content Include="Images\Square44x44Logo.scale-200.png" />
  69. <Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
  70. <Content Include="Images\StoreLogo.png" />
  71. <Content Include="Images\Wide310x150Logo.scale-200.png" />
  72. </ItemGroup>
  73. <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
  74. <ItemGroup>
  75. <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.19041.8" PrivateAssets="all" />
  76. </ItemGroup>
  77. </Project>