Skip to content

Commit 1e92662

Browse files
committed
Updated debug config.
1 parent a0106d5 commit 1e92662

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AFSPacker/AFSPacker.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<Description>Tool to extract and create AFS files.</Description>
1313
</PropertyGroup>
1414

15+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
16+
<DebugType>none</DebugType>
17+
<DebugSymbols>false</DebugSymbols>
18+
</PropertyGroup>
19+
1520
<ItemGroup>
1621
<None Include="..\.editorconfig" Link=".editorconfig" />
1722
</ItemGroup>

0 commit comments

Comments
 (0)