win-onecore: Build with /APPCONTAINER for UWP compat
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>
Wed, 8 Jul 2020 17:53:04 +0000 (23:23 +0530)
committerMatt Caswell <matt@openssl.org>
Mon, 4 Jan 2021 12:01:55 +0000 (12:01 +0000)
commit2c61a670ebf2f1923a3bd2ef0ee4b2fa6261eaeb
treed50a41d2b0819fee12f96431ee51974bf0a59c0e
parentce1119265005bd254fc92395f72490c19adc707c
win-onecore: Build with /APPCONTAINER for UWP compat

When targeting the win-onecore configuration, we must link with
/APPCONTAINER which is a requirement for submitting apps to the
Windows Store.

Without this, the Windows App Certificate Kit will reject the app:
https://docs.microsoft.com/en-us/cpp/build/reference/appcontainer-windows-store-app

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12400)
Configurations/50-win-onecore.conf