Files
PeopleVille/PeopleVille.Extension.Mod1/PeopleVille.Extension.Mod1.csproj
2026-03-26 14:08:11 +01:00

14 lines
309 B
XML

<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>