From 702080e582531c9a1988d2ac2ccf24c15356d9d7 Mon Sep 17 00:00:00 2001
From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com>
Date: Thu, 9 May 2024 19:53:35 -0700
Subject: [PATCH] Fix tab/spacing for MainSlnExecutable.props
---
src/MainSlnExecutable.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/MainSlnExecutable.props b/src/MainSlnExecutable.props
index de36f6281d..306aa35906 100644
--- a/src/MainSlnExecutable.props
+++ b/src/MainSlnExecutable.props
@@ -6,8 +6,8 @@
$(MSBuildProjectDirectory)/../../output/dll/
$(MSBuildProjectDirectory)/../../output/
+ for the executable on build (as one would expect). So we still need to rename the executable file below. Using this method has the advantage
+ of IDEs respecting the TargetFileName and expecting it. -->
$(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1)))).exe
$(ExecFilesDest)$(TargetFileName)