Watch
2
0
Fork
You've already forked raylib-cs
0

Update project settings

This commit is contained in:
ChrisDill 2018-10-26 18:48:51 +01:00
commit 88b7545ce3
3 changed files with 13 additions and 3 deletions

View file

@ -12,6 +12,10 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>false</Optimize>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Bindings\Bindings.csproj" />
</ItemGroup>