diff --git a/src/MainSlnExecutable.props b/src/MainSlnExecutable.props index 0249f6573e..97e11dabee 100644 --- a/src/MainSlnExecutable.props +++ b/src/MainSlnExecutable.props @@ -5,12 +5,10 @@ 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)))).exe + + $(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1)))) - $(ExecFilesDest)$(TargetFileName) + $(ExecFilesDest)$(TargetName).exe - + - - - - +