add examples project
This commit is contained in:
parent
1df4b9b395
commit
34bfcd0729
5 changed files with 93 additions and 0 deletions
14
Raylib-cs.Examples/Raylib-cs.Examples.csproj
Normal file
14
Raylib-cs.Examples/Raylib-cs.Examples.csproj
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<RootNamespace>Raylib_cs.Examples</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../Raylib-cs/Raylib-cs.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Reference in a new issue