Skip to content

Commit

Permalink
Updated debug config.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelChan committed Sep 11, 2023
1 parent a0106d5 commit 1e92662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AFSPacker/AFSPacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<Description>Tool to extract and create AFS files.</Description>
</PropertyGroup>

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

<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
Expand Down

0 comments on commit 1e92662

Please sign in to comment.