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