Fix tab/spacing for MainSlnExecutable.props
This commit is contained in:
parent
8a8d739fc4
commit
702080e582
|
@ -6,8 +6,8 @@
|
|||
<OutputPath>$(MSBuildProjectDirectory)/../../output/dll/</OutputPath>
|
||||
<ExecFilesDest>$(MSBuildProjectDirectory)/../../output/</ExecFilesDest>
|
||||
<!-- Setting TargetFileName does not change the AssemblyName (as setting TargetName would), but also does not change the output file name
|
||||
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. -->
|
||||
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. -->
|
||||
<TargetFileName>$(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1)))).exe</TargetFileName>
|
||||
<!-- This also doesn't actually change where the executable is output, rather it's just a hint to the IDE to know where the executable is (since we move it). -->
|
||||
<TargetPath>$(ExecFilesDest)$(TargetFileName)</TargetPath>
|
||||
|
|
Loading…
Reference in New Issue