mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Added Raylib-cs.csproj.
- Testing multi-target options. Hopefully won't be needed with .NET 5. Some issues getting multi-targeting to work well with OmniSharp in other projects so I may change this.
This commit is contained in:
parent
fa3039fb11
commit
c79590c56c
29
Raylib-cs/Raylib-cs.csproj
Normal file
29
Raylib-cs/Raylib-cs.csproj
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFrameworks>net47;netstandard2.0;netcoreapp3.1</TargetFrameworks>
|
||||||
|
<Platforms>x64</Platforms>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<EnableDefaultItems>false</EnableDefaultItems>
|
||||||
|
<AssemblyName>Raylib-cs</AssemblyName>
|
||||||
|
<RootNamespace>Raylib_cs</RootNamespace>
|
||||||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<Import Project="../netfx.props" />
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Easings.cs" />
|
||||||
|
<Compile Include="Physac.cs" />
|
||||||
|
<Compile Include="Raygui.cs" />
|
||||||
|
<Compile Include="Raylib.cs" />
|
||||||
|
<Compile Include="Raymath.cs" />
|
||||||
|
<Compile Include="Rlgl.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="../app.config" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user