Change build path. Necessary for possibly building a non-winforms exe to the same output dir

This commit is contained in:
Robert McRackan 2021-09-09 16:04:17 -04:00
parent 248dea3402
commit 9501687f86

View File

@ -10,10 +10,11 @@
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Version>5.6.7.1</Version>
<Version>5.6.7.4</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">