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

Commit ebef526

Browse files
authored
Update Quarrel.csproj
1 parent 02d26ff commit ebef526

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Quarrel/Quarrel.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@
4141
<DebugType>full</DebugType>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)' == 'Alpha'">
44-
<Optimize>false</Optimize>
44+
<DebugSymbols>true</DebugSymbols>
4545
<DefineConstants>ALPHA</DefineConstants>
46-
<DebugType>pdbonly</DebugType>
47-
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
46+
<DebugType>full</DebugType>
4847
</PropertyGroup>
4948
<PropertyGroup Condition="'$(Configuration)' == 'Insider'">
5049
<Optimize>true</Optimize>

0 commit comments

Comments
 (0)