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:
parent
1c7187f632
commit
278a1e714e
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user