Support for Pokemon building.

This commit is contained in:
2020-07-19 12:33:22 +02:00
parent 049eb480c0
commit c143235495
23 changed files with 250 additions and 76 deletions

View File

@@ -4,6 +4,10 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<Configurations>Debug;Release</Configurations>
<Platforms>x86_64</Platforms>
</PropertyGroup>
<ItemGroup>
@@ -16,8 +20,4 @@
<ProjectReference Include="..\PkmnLibSharp\PkmnLibSharp.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Battling" />
</ItemGroup>
</Project>