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)