Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update Quarrel.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew4850 authored Apr 21, 2022
1 parent 02d26ff commit ebef526
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Quarrel/Quarrel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Alpha'">
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DefineConstants>ALPHA</DefineConstants>
<DebugType>pdbonly</DebugType>
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Insider'">
<Optimize>true</Optimize>
Expand Down

0 comments on commit ebef526

Please sign in to comment.