diff options
author | ame <[email protected]> | 2024-07-06 00:35:24 -0500 |
---|---|---|
committer | ame <[email protected]> | 2024-07-06 00:35:24 -0500 |
commit | cc3768e1509c22fa52ec7bf895390407a0ce0435 (patch) | |
tree | 70489029d0ae183aff3de32dbeb87118635a6a34 /PKBox.csproj |
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>
|