Remove MSBuild directives which were used only in the internal build system (#5)

Remove some properties which were only used when XefOutputRoot was set in the previous internal-only build environment.
This commit is contained in:
Matt Cooley
2019-01-29 19:39:20 -08:00
committed by GitHub
parent 1c7187f632
commit 278a1e714e

View File

@@ -136,11 +136,6 @@
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<AppxBundle>Never</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(XefOutputRoot)' != ''">
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>$(Platform)</AppxBundlePlatforms>
<AppxBundlePlatforms Condition="'$(Platform)'=='win32'">x86</AppxBundlePlatforms>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<ClCompile>
<AdditionalOptions>/bigobj /await /std:c++17 </AdditionalOptions>