From 3e060fae5496d719ab1655b3a0a1fb9ea592860e Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 18 Jul 2020 15:47:39 -0700 Subject: [PATCH] Add supportedOS entries to the embedded manifest --- mist/mist.exe.manifest | 17 +++++++++++++++++ mist/mist.vcxproj | 15 +++++++++++++++ mist/mist.vcxproj.filters | 5 +++++ 3 files changed, 37 insertions(+) create mode 100644 mist/mist.exe.manifest diff --git a/mist/mist.exe.manifest b/mist/mist.exe.manifest new file mode 100644 index 0000000..d29b432 --- /dev/null +++ b/mist/mist.exe.manifest @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mist/mist.vcxproj b/mist/mist.vcxproj index 9d461bc..c54a706 100644 --- a/mist/mist.vcxproj +++ b/mist/mist.vcxproj @@ -100,6 +100,9 @@ true ..\libs\x86\Debug;%(AdditionalLibraryDirectories) + + mist.exe.manifest + @@ -115,6 +118,9 @@ Console true + + mist.exe.manifest + @@ -138,6 +144,9 @@ true ..\libs\x86\Release;%(AdditionalLibraryDirectories) + + mist.exe.manifest + @@ -157,6 +166,9 @@ true true + + mist.exe.manifest + @@ -169,6 +181,9 @@ + + + diff --git a/mist/mist.vcxproj.filters b/mist/mist.vcxproj.filters index aaae77d..f650936 100644 --- a/mist/mist.vcxproj.filters +++ b/mist/mist.vcxproj.filters @@ -35,4 +35,9 @@ Source Files + + + Resource Files + + \ No newline at end of file