Native debug info
- Added files from raylib build to allow native debugging.
This commit is contained in:
parent
01e1bd93a9
commit
654d9c4347
29 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<Optimize>false</Optimize>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Bindings\Bindings.csproj" />
|
||||
|
|
|
|||
Binary file not shown.
BIN
Test.NetCore/lib/AnyCPU/raylib.exp
Normal file
BIN
Test.NetCore/lib/AnyCPU/raylib.exp
Normal file
Binary file not shown.
BIN
Test.NetCore/lib/AnyCPU/raylib.lib
Normal file
BIN
Test.NetCore/lib/AnyCPU/raylib.lib
Normal file
Binary file not shown.
Binary file not shown.
BIN
Test.NetCore/lib/x64/raylib.exp
Normal file
BIN
Test.NetCore/lib/x64/raylib.exp
Normal file
Binary file not shown.
BIN
Test.NetCore/lib/x64/raylib.lib
Normal file
BIN
Test.NetCore/lib/x64/raylib.lib
Normal file
Binary file not shown.
Binary file not shown.
BIN
Test.NetCore/lib/x86/raylib.exp
Normal file
BIN
Test.NetCore/lib/x86/raylib.exp
Normal file
Binary file not shown.
BIN
Test.NetCore/lib/x86/raylib.lib
Normal file
BIN
Test.NetCore/lib/x86/raylib.lib
Normal file
Binary file not shown.
Loading…
Reference in a new issue