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

Native debug info

- Added files from raylib build to allow native debugging.
This commit is contained in:
ChrisDill 2018-10-27 13:17:04 +01:00
commit 7f7e907c89
29 changed files with 3 additions and 0 deletions

View file

@ -45,6 +45,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>