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

Commit 240b74f

Browse files
committed
csproj allowUnsafeCode
1 parent 040a233 commit 240b74f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Visual Studio Project Template C#/$projectname$.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<Optimize>false</Optimize>
2626
<OutputPath>bin\Debug</OutputPath>
2727
<PlatformTarget>x86</PlatformTarget>
28+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2829
</PropertyGroup>
2930
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3031
<DefineConstants>TRACE</DefineConstants>

0 commit comments

Comments
 (0)