|
|
|
|
@ -51,7 +51,7 @@
@@ -51,7 +51,7 @@
|
|
|
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" /> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ProjectGuid>bab51a23-9c15-42cc-8465-eb732bf9a932</ProjectGuid> |
|
|
|
|
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion> |
|
|
|
|
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion> |
|
|
|
|
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion> |
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage> |
|
|
|
|
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled> |
|
|
|
|
@ -59,38 +59,9 @@
@@ -59,38 +59,9 @@
|
|
|
|
|
<GenerateAppInstallerFile>true</GenerateAppInstallerFile> |
|
|
|
|
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> |
|
|
|
|
<GenerateTestArtifacts>True</GenerateTestArtifacts> |
|
|
|
|
<AppxBundlePlatforms>neutral</AppxBundlePlatforms> |
|
|
|
|
<UapAppxPackageBuildMode Condition="'$(ReleaseChannel)' == 'Store'">CI</UapAppxPackageBuildMode> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
<AppxBundlePlatforms>neutral</AppxBundlePlatforms> |
|
|
|
|
<UapAppxPackageBuildMode Condition="'$(ReleaseChannel)' == 'Store'">CI</UapAppxPackageBuildMode> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<AppxManifest Include="Package-Local.appxmanifest" Condition="'$(ReleaseChannel)' == ''"> |
|
|
|
|
|