Reorganized folder structure

This commit is contained in:
2024-07-28 10:47:00 +02:00
parent 864dda6644
commit 74996d96b0
10 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\PkmnLib.Dynamic\PkmnLib.Dynamic.csproj" />
<ProjectReference Include="..\..\PkmnLib.Static\PkmnLib.Static.csproj" />
</ItemGroup>
</Project>