From bfc34af528f05c5ce891d1014efda10e336b99ae Mon Sep 17 00:00:00 2001 From: Alexander Sklar Date: Wed, 10 Mar 2021 17:55:23 -0800 Subject: [PATCH] use app manifest --- cppwinrt/app.manifest | 8 ++++++++ cppwinrt/cppwinrt.vcxproj | 6 ++++++ cppwinrt/cppwinrt.vcxproj.filters | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 cppwinrt/app.manifest diff --git a/cppwinrt/app.manifest b/cppwinrt/app.manifest new file mode 100644 index 000000000..16b477c20 --- /dev/null +++ b/cppwinrt/app.manifest @@ -0,0 +1,8 @@ + + + + + true + + + \ No newline at end of file diff --git a/cppwinrt/cppwinrt.vcxproj b/cppwinrt/cppwinrt.vcxproj index d63b2ce54..3df316424 100644 --- a/cppwinrt/cppwinrt.vcxproj +++ b/cppwinrt/cppwinrt.vcxproj @@ -111,6 +111,9 @@ + + + 15.0 {D613FB39-5035-4043-91E2-BAB323908AF4} @@ -265,6 +268,9 @@ + + app.manifest;%(AdditionalManifestFiles) + diff --git a/cppwinrt/cppwinrt.vcxproj.filters b/cppwinrt/cppwinrt.vcxproj.filters index 21fabf0f2..7720e5dfc 100644 --- a/cppwinrt/cppwinrt.vcxproj.filters +++ b/cppwinrt/cppwinrt.vcxproj.filters @@ -175,4 +175,7 @@ + + + \ No newline at end of file