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