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

Convert android project to example project

This commit is contained in:
Rgebee 2023-09-05 07:20:02 +01:00
commit d716a80775
9 changed files with 21 additions and 13 deletions

View file

@ -1,17 +0,0 @@
<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>
<Import Project="../Raylib-cs/Build.props" />
</Project>