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) + + - + + + +