Skip to content

Commit

Permalink
Update debug type
Browse files Browse the repository at this point in the history
  • Loading branch information
bdawg1989 committed May 31, 2024
1 parent 912b06b commit 801993f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SysBot.Pokemon.WinForms/SysBot.Pokemon.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>none</DebugType>
<DebugType>pdbonly</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugType>pdbonly</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -74,4 +74,4 @@
</EmbeddedResource>
</ItemGroup>

</Project>
</Project>

0 comments on commit 801993f

Please sign in to comment.