Skip to content

Commit

Permalink
Reverted debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Mar 2, 2024
1 parent c254f36 commit 5cf2ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Harmony/Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<ILRepackTargetsFile>$(SolutionDir)ILRepack.targets</ILRepackTargetsFile>
<ClearOutputDirectory>false</ClearOutputDirectory>
<ClearOutputDirectory>True</ClearOutputDirectory>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='ReleaseFat'">
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<ILRepackTargetsFile>$(SolutionDir)ILRepack.targets</ILRepackTargetsFile>
<ClearOutputDirectory>false</ClearOutputDirectory>
<ClearOutputDirectory>True</ClearOutputDirectory>
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)'=='DebugThin' Or '$(Configuration)'=='ReleaseThin'">
Expand Down

0 comments on commit 5cf2ec3

Please sign in to comment.