Remove MSBuild directives which were used only in the internal build system

This commit is contained in:
Matt Cooley 2019-01-29 16:42:13 -08:00
commit 091dbdc08d

View file

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