From 02e27e3644480ee5a851ccfc96b68149eb54fc58 Mon Sep 17 00:00:00 2001 From: Stanislav Denisov Date: Mon, 27 Oct 2025 17:11:21 +0100 Subject: [PATCH] Supply a manifest file to the editor (#1256) --- Editor/Editor.manifest | 52 +++++++++++++++++++++++++++++++++++ Editor/Editor_Windows.vcxproj | 6 ++++ 2 files changed, 58 insertions(+) create mode 100644 Editor/Editor.manifest diff --git a/Editor/Editor.manifest b/Editor/Editor.manifest new file mode 100644 index 000000000..0f88a98b8 --- /dev/null +++ b/Editor/Editor.manifest @@ -0,0 +1,52 @@ + + + + Wicked Engine Editor + + + + + + + + + + + + + + + + + + true/pm + permonitorv2,permonitor + + + + + + + + + + + + + + + + + diff --git a/Editor/Editor_Windows.vcxproj b/Editor/Editor_Windows.vcxproj index da46b92bf..cfa69f06c 100644 --- a/Editor/Editor_Windows.vcxproj +++ b/Editor/Editor_Windows.vcxproj @@ -75,6 +75,9 @@ true $(SolutionDir)BUILD\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + + Editor.manifest + false @@ -114,6 +117,9 @@ $(SolutionDir)BUILD\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) UseFastLinkTimeCodeGeneration + + Editor.manifest + 5.0 shaders/%(Filename).cso