diff options
Diffstat (limited to 'PKBox.csproj')
-rw-r--r-- | PKBox.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PKBox.csproj b/PKBox.csproj new file mode 100644 index 0000000..0178ef7 --- /dev/null +++ b/PKBox.csproj @@ -0,0 +1,15 @@ +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="GtkSharp" Version="3.24.24.95" />
+ <PackageReference Include="PKHeX.Core" Version="24.6.3" />
+ </ItemGroup>
+
+</Project>
|