From 63dc0c624b38f17a217894492fdbd7627d2e0229 Mon Sep 17 00:00:00 2001 From: Valentino Abate Date: Fri, 17 Feb 2023 18:14:29 -0800 Subject: [PATCH] Remove Winforms Dependency --- .../Backend/DataStructures/Trainers/Trainer.cs | 3 --- PokemonRandomizer/PokemonRandomizer/PokemonRandomizer.csproj | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/PokemonRandomizer/PokemonRandomizer/Backend/DataStructures/Trainers/Trainer.cs b/PokemonRandomizer/PokemonRandomizer/Backend/DataStructures/Trainers/Trainer.cs index ecfb05bd..c5891a48 100644 --- a/PokemonRandomizer/PokemonRandomizer/Backend/DataStructures/Trainers/Trainer.cs +++ b/PokemonRandomizer/PokemonRandomizer/Backend/DataStructures/Trainers/Trainer.cs @@ -3,9 +3,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; -using static System.Windows.Forms.VisualStyles.VisualStyleElement.Header; namespace PokemonRandomizer.Backend.DataStructures.Trainers { diff --git a/PokemonRandomizer/PokemonRandomizer/PokemonRandomizer.csproj b/PokemonRandomizer/PokemonRandomizer/PokemonRandomizer.csproj index 7dd49576..63c2d0b0 100644 --- a/PokemonRandomizer/PokemonRandomizer/PokemonRandomizer.csproj +++ b/PokemonRandomizer/PokemonRandomizer/PokemonRandomizer.csproj @@ -19,7 +19,7 @@ false true false - true + False true true 8.0