From ad29d96068dd118aabdd5a4e88310d33e255fce3 Mon Sep 17 00:00:00 2001 From: Vulpovile Date: Mon, 3 Oct 2022 07:57:11 -0700 Subject: [PATCH] Fix manifest file --- Blocks3D.vcproj | 10 +++++----- Dialogs.rc | 2 +- Manifest.xml | 23 ----------------------- 3 files changed, 6 insertions(+), 29 deletions(-) delete mode 100644 Manifest.xml diff --git a/Blocks3D.vcproj b/Blocks3D.vcproj index f64c0c6..f817c56 100644 --- a/Blocks3D.vcproj +++ b/Blocks3D.vcproj @@ -718,7 +718,7 @@ > + + @@ -906,10 +910,6 @@ RelativePath=".\icon1.ico" > - - diff --git a/Dialogs.rc b/Dialogs.rc index 2f06970..882bd1c 100644 --- a/Dialogs.rc +++ b/Dialogs.rc @@ -48,4 +48,4 @@ IDI_ICON1 ICON "FatB3dIcon.ico" // Manifest resources // LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -2 RT_MANIFEST ".\\manifest.xml" +1 RT_MANIFEST ".\\Blocks3D.exe.manifest" diff --git a/Manifest.xml b/Manifest.xml deleted file mode 100644 index 415eb6a..0000000 --- a/Manifest.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file