diff options
Diffstat (limited to 'ARMeilleure/ARMeilleure.csproj')
| -rw-r--r-- | ARMeilleure/ARMeilleure.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ARMeilleure/ARMeilleure.csproj b/ARMeilleure/ARMeilleure.csproj index 4f55243f..9567838e 100644 --- a/ARMeilleure/ARMeilleure.csproj +++ b/ARMeilleure/ARMeilleure.csproj @@ -13,6 +13,15 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Release|AnyCPU'"> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <Optimize>true</Optimize> + </PropertyGroup> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Debug|AnyCPU'"> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <ItemGroup> <PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" /> </ItemGroup> |
