external lib

This commit is contained in:
2026-03-26 14:08:11 +01:00
parent 4315b709cb
commit 25b09b7c0d
6 changed files with 50 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../PeopleVille/PeopleVille.csproj" />
</ItemGroup>
</Project>