PackagingProj.wapproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>19555d96-4a6e-417f-8e01-e67ed45631eb</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. <EntryPointProjectUniqueName>..\DayOf1440\DayOf1440.csproj</EntryPointProjectUniqueName>
  59. <GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
  60. <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
  61. <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
  62. <GenerateTestArtifacts>True</GenerateTestArtifacts>
  63. <AppxBundlePlatforms>neutral</AppxBundlePlatforms>
  64. <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  67. <AppxBundle>Always</AppxBundle>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  70. <AppxBundle>Always</AppxBundle>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  73. <AppxBundle>Always</AppxBundle>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76. <AppxBundle>Always</AppxBundle>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  79. <AppxBundle>Always</AppxBundle>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  82. <AppxBundle>Always</AppxBundle>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  85. <AppxBundle>Always</AppxBundle>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <AppxBundle>Always</AppxBundle>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  91. <AppxBundle>Always</AppxBundle>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  94. <AppxBundle>Always</AppxBundle>
  95. </PropertyGroup>
  96. <ItemGroup>
  97. <AppxManifest Include="Package.appxmanifest">
  98. <SubType>Designer</SubType>
  99. </AppxManifest>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Content Include="Images\SplashScreen.scale-200.png" />
  103. <Content Include="Images\LockScreenLogo.scale-200.png" />
  104. <Content Include="Images\Square150x150Logo.scale-200.png" />
  105. <Content Include="Images\Square44x44Logo.scale-200.png" />
  106. <Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
  107. <Content Include="Images\StoreLogo.png" />
  108. <Content Include="Images\Wide310x150Logo.scale-200.png" />
  109. <None Include="Package.StoreAssociation.xml" />
  110. </ItemGroup>
  111. <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
  112. <ItemGroup>
  113. <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.19041.8" PrivateAssets="all" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\DayOf1440\DayOf1440.csproj" />
  117. </ItemGroup>
  118. </Project>