From ba53f4a7bc1824da5bccd666edc8d8bef1a70a17 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 15 Oct 2022 17:09:54 -0700 Subject: [PATCH] Extract common csproj properties --- Directory.Build.props | 12 ++++ PKHeX.Core/PKHeX.Core.csproj | 9 --- PKHeX.Drawing.Misc/PKHeX.Drawing.Misc.csproj | 62 +++++++++---------- .../PKHeX.Drawing.PokeSprite.csproj | 52 ++++++++-------- PKHeX.Drawing/PKHeX.Drawing.csproj | 6 +- PKHeX.WinForms/PKHeX.WinForms.csproj | 8 +-- 6 files changed, 71 insertions(+), 78 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 000000000..dfeafe037 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,12 @@ + + + 22.09.13 + 10 + enable + en + PKHeX + Project Pokémon + Kaphotics + Kaphotics + + diff --git a/PKHeX.Core/PKHeX.Core.csproj b/PKHeX.Core/PKHeX.Core.csproj index dc82e4621..f8461ebe5 100644 --- a/PKHeX.Core/PKHeX.Core.csproj +++ b/PKHeX.Core/PKHeX.Core.csproj @@ -2,17 +2,8 @@ netstandard2.0;net46 - 10 - enable - - - Pokémon C# Class Library PKHeX.Core - en - Project Pokémon - Kaphotics - 22.09.13 diff --git a/PKHeX.Drawing.Misc/PKHeX.Drawing.Misc.csproj b/PKHeX.Drawing.Misc/PKHeX.Drawing.Misc.csproj index 69beca84a..0c00eee5f 100644 --- a/PKHeX.Drawing.Misc/PKHeX.Drawing.Misc.csproj +++ b/PKHeX.Drawing.Misc/PKHeX.Drawing.Misc.csproj @@ -1,40 +1,38 @@ - + - - net6.0;net46 - en - 10 - enable - + + net6.0;net46 + PKHeX.Drawing.Misc + - - - - - + + + + + - - - + + + - - - True - True - Resources.resx - - + + + True + True + Resources.resx + + - - - PublicResXFileCodeGenerator - Resources.Designer.cs - - + + + PublicResXFileCodeGenerator + Resources.Designer.cs + + - - - - + + + + \ No newline at end of file diff --git a/PKHeX.Drawing.PokeSprite/PKHeX.Drawing.PokeSprite.csproj b/PKHeX.Drawing.PokeSprite/PKHeX.Drawing.PokeSprite.csproj index 3e54f8400..577ca847b 100644 --- a/PKHeX.Drawing.PokeSprite/PKHeX.Drawing.PokeSprite.csproj +++ b/PKHeX.Drawing.PokeSprite/PKHeX.Drawing.PokeSprite.csproj @@ -1,35 +1,33 @@ - - net6.0;net46 - en - 10 - enable - + + net6.0;net46 + PKHeX.Drawing.PokeSprite + - - - - + + + + - - - True - True - Resources.resx - - + + + True + True + Resources.resx + + - - - PublicResXFileCodeGenerator - Resources.Designer.cs - - + + + PublicResXFileCodeGenerator + Resources.Designer.cs + + - - - - + + + + diff --git a/PKHeX.Drawing/PKHeX.Drawing.csproj b/PKHeX.Drawing/PKHeX.Drawing.csproj index 1bc7298e1..9f00b6edd 100644 --- a/PKHeX.Drawing/PKHeX.Drawing.csproj +++ b/PKHeX.Drawing/PKHeX.Drawing.csproj @@ -1,10 +1,10 @@ - + net6.0;net46 - 10 - enable + PKHeX.Drawing + diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj index 6508953e9..3376a179a 100644 --- a/PKHeX.WinForms/PKHeX.WinForms.csproj +++ b/PKHeX.WinForms/PKHeX.WinForms.csproj @@ -4,18 +4,12 @@ WinExe net46;net6.0-windows true - en PKHeX - Project Pokémon - Kaphotics - PKHeX Pokémon Save Editor Resources\icon.ico PKHeX.WinForms.Program + PKHeX.WinForms PKHeX - 22.09.13 - 10 - enable