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:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user