Allow unsafe code in FlaxEngine.Tests project

This commit is contained in:
Damian Korczowski
2021-07-07 17:18:53 +02:00
parent d1b7b2d26d
commit f41e4c5fe1

View File

@@ -27,6 +27,7 @@
<DefineConstants>TRACE;DEBUG;FLAX_ASSERTIONS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -36,6 +37,7 @@
<DefineConstants>TRACE;FLAX_ASSERTIONS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">