Disable the AppContainer bit on our C++/WinRT binaries (#1653)

Having the AppContainer bit enabled makes us fail the Windows App
Certification Kit test required to submit to the store.

(cherry picked from commit 54457e550a)
This commit is contained in:
Dustin L. Howett (MSFT)
2019-06-26 16:54:13 -07:00
committed by Dustin Howett
parent 8a826d1a2b
commit 3e8c845b83

View File

@@ -128,6 +128,7 @@
</ClCompile>
<Link>
<AdditionalDependencies>WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AppContainer>false</AppContainer>
</Link>
</ItemDefinitionGroup>