From a11077ef4e6b0b26c9318fba17fcfadac73f0404 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:21:58 -0700 Subject: [PATCH] Revert "Simplify MainSlnExecutable.props" This reverts commit 1edddb2126aca3633d72887ff85c7dbf2a5a8022. --- src/MainSlnExecutable.props | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/MainSlnExecutable.props b/src/MainSlnExecutable.props index 97e11dabee..0249f6573e 100644 --- a/src/MainSlnExecutable.props +++ b/src/MainSlnExecutable.props @@ -5,10 +5,12 @@ This allows us to have the executable dependencies automagically copied over to our dll folder while still keeping the executable in the output folder. --> $(MSBuildProjectDirectory)/../../output/dll/ $(MSBuildProjectDirectory)/../../output/ - - $(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1)))) + + $(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1)))).exe - $(ExecFilesDest)$(TargetName).exe + $(ExecFilesDest)$(TargetFileName) + + - + + + +