mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Moving dependencies so there in one place
- Removed lib folder from Test projects. - Added native folder to Bindings using release build with debug info. - Updated Test projects to use new location ,
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<RootNamespace>Bindings</RootNamespace>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<Description>Testing C# bindings for raylib, a simple and easy-to-use library to learn videogames programming.</Description>
|
||||
<PackageLicenseUrl>https://github.com/ChrisDill/Raylib-cs/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<PackageIconUrl>https://github.com/ChrisDill/Raylib-cs/blob/master/Logo/raylib-cs.ico</PackageIconUrl>
|
||||
@ -42,7 +42,7 @@
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Optimize>false</Optimize>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Memory" Version="4.5.1" />
|
||||
</ItemGroup>
|
||||
|
BIN
Bindings/native/x64/raylib.dll
Normal file
BIN
Bindings/native/x64/raylib.dll
Normal file
Binary file not shown.
BIN
Bindings/native/x64/raylib.exp
Normal file
BIN
Bindings/native/x64/raylib.exp
Normal file
Binary file not shown.
BIN
Bindings/native/x64/raylib.ipdb
Normal file
BIN
Bindings/native/x64/raylib.ipdb
Normal file
Binary file not shown.
BIN
Bindings/native/x64/raylib.lib
Normal file
BIN
Bindings/native/x64/raylib.lib
Normal file
Binary file not shown.
BIN
Bindings/native/x64/raylib.pdb
Normal file
BIN
Bindings/native/x64/raylib.pdb
Normal file
Binary file not shown.
BIN
Bindings/native/x86/raylib.dll
Normal file
BIN
Bindings/native/x86/raylib.dll
Normal file
Binary file not shown.
BIN
Bindings/native/x86/raylib.exp
Normal file
BIN
Bindings/native/x86/raylib.exp
Normal file
Binary file not shown.
BIN
Bindings/native/x86/raylib.ipdb
Normal file
BIN
Bindings/native/x86/raylib.ipdb
Normal file
Binary file not shown.
BIN
Bindings/native/x86/raylib.lib
Normal file
BIN
Bindings/native/x86/raylib.lib
Normal file
Binary file not shown.
BIN
Bindings/native/x86/raylib.pdb
Normal file
BIN
Bindings/native/x86/raylib.pdb
Normal file
Binary file not shown.
Reference in New Issue
Block a user