Skip to content

Commit

Permalink
Remove Winforms Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoAbate committed Feb 18, 2023
1 parent 0445176 commit 63dc0c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<UseWindowsForms>False</UseWindowsForms>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<LangVersion>8.0</LangVersion>
Expand Down

0 comments on commit 63dc0c6

Please sign in to comment.