Skip to content

Commit 9ca8da4

Browse files
committed
Updated csproj for release builds
1 parent 85e9759 commit 9ca8da4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/MonoGame.Aseprite.ContentPipeline/MonoGame.Aseprite.ContentPipeline.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<DocumentationFile />
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1313
</PropertyGroup>
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
16+
</PropertyGroup>
1417
<ItemGroup>
1518
<Compile Remove="ThirdParty\StbImageWriteSharp\generation\**" />
1619
<Compile Remove="ThirdParty\StbImageWriteSharp\tests\**" />

0 commit comments

Comments
 (0)