mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
* Add `Raylib-cs.Android` project * Update ci to handle android native libraries * Update ci to pack android project
15 lines
448 B
XML
15 lines
448 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0-android;net7.0-android</TargetFrameworks>
|
|
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
|
|
<RootNamespace>Raylib_cs</RootNamespace>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../Raylib-cs/Raylib-cs.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |