Skip to content

Commit

Permalink
Remove MSBuild directives which were used only in the internal build …
Browse files Browse the repository at this point in the history
…system (microsoft#5)

Remove some properties which were only used when XefOutputRoot was set in the previous internal-only build environment.
  • Loading branch information
mcooley authored Jan 30, 2019
1 parent 1c7187f commit 278a1e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Calculator/Calculator.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 278a1e7

Please sign in to comment.