Add project files.

This commit is contained in:
Exil Productions
2025-09-08 22:20:20 +02:00
parent a946407117
commit 3e8b70f869
13 changed files with 630 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AddonLib.csproj" />
<ProjectReference Include="..\AddonLib\AddonLib.csproj" />
</ItemGroup>
</Project>