I don't know what the fuck this is, and I don't care. If I can't open the sln and debug emuhawk, then it's broken.

Revert "Change build path of executables to output/dll"
This commit is contained in:
zeromus 2020-09-26 00:47:10 -04:00
parent bac502671f
commit 49a18d83bf
2 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<DocumentationFile>$(ProjectDir)bin/doc_comments.xml</DocumentationFile>
<MSBuildWarningsAsMessages>NU1702</MSBuildWarningsAsMessages>
<NoWarn>CS1573;CS1591;NU1701</NoWarn>
<OutputPath>$(ProjectDir)../../output/dll</OutputPath>
<OutputPath>$(ProjectDir)../../output</OutputPath>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="$(ProjectDir)../../.stylecop.json" />

View File

@ -9,7 +9,4 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputType>WinExe</OutputType>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Move Condition=" $(IsTargetingNetFramework) " SourceFiles="$(OutputPath)$(TargetName).exe;$(OutputPath)$(TargetName).exe.config" DestinationFolder="$(OutputPath)../" />
</Target>
</Project>