initial commit to new instance

This commit is contained in:
2023-09-28 13:40:20 +02:00
commit 8ce55e986d
20 changed files with 1398 additions and 0 deletions

13
Nebulix/Nebulix.csproj Normal file
View File

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Silk.NET.Input" Version="2.17.1" />
</ItemGroup>
</Project>