From 27b289c91b21e8fa316ea24d322613bf33952e47 Mon Sep 17 00:00:00 2001 From: Jens Krumsieck Date: Fri, 27 Dec 2019 14:20:09 +0100 Subject: [PATCH] 1.1.0 --- CHN-Tool.sln | 14 ++++++++++++-- CHN.Shared/CHN.Shared.csproj | 1 + CHN_Tool/CHN_Tool.csproj | 17 +++++++++++++++++ CHN_Tool/Program.cs | 3 --- .../Properties/PublishProfiles/Win-x64.pubxml | 17 +++++++++++++++++ 5 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 CHN_Tool/Properties/PublishProfiles/Win-x64.pubxml diff --git a/CHN-Tool.sln b/CHN-Tool.sln index 858d757..0dc98f1 100644 --- a/CHN-Tool.sln +++ b/CHN-Tool.sln @@ -3,24 +3,34 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29613.14 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CHN.Shared", "CHN.Shared\CHN.Shared.csproj", "{B298311D-54E0-4886-A51C-C6FB4D4FD33C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CHN.Shared", "CHN.Shared\CHN.Shared.csproj", "{B298311D-54E0-4886-A51C-C6FB4D4FD33C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CHN_Tool", "CHN_Tool\CHN_Tool.csproj", "{DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CHN_Tool", "CHN_Tool\CHN_Tool.csproj", "{DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Debug|x64.ActiveCfg = Debug|x64 + {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Debug|x64.Build.0 = Debug|x64 {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Release|Any CPU.ActiveCfg = Release|Any CPU {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Release|Any CPU.Build.0 = Release|Any CPU + {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Release|x64.ActiveCfg = Release|x64 + {B298311D-54E0-4886-A51C-C6FB4D4FD33C}.Release|x64.Build.0 = Release|x64 {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Debug|x64.ActiveCfg = Debug|Any CPU + {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Debug|x64.Build.0 = Debug|Any CPU {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Release|Any CPU.ActiveCfg = Release|Any CPU {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Release|Any CPU.Build.0 = Release|Any CPU + {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Release|x64.ActiveCfg = Release|Any CPU + {DF9FCDE6-B8E2-4445-81A5-6C3F45425D0E}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/CHN.Shared/CHN.Shared.csproj b/CHN.Shared/CHN.Shared.csproj index cb63190..5ac91c0 100644 --- a/CHN.Shared/CHN.Shared.csproj +++ b/CHN.Shared/CHN.Shared.csproj @@ -2,6 +2,7 @@ netcoreapp3.1 + AnyCPU;x64 diff --git a/CHN_Tool/CHN_Tool.csproj b/CHN_Tool/CHN_Tool.csproj index a153533..e622674 100644 --- a/CHN_Tool/CHN_Tool.csproj +++ b/CHN_Tool/CHN_Tool.csproj @@ -4,16 +4,33 @@ WinExe netcoreapp3.1 true + Resources\chn_icon.ico + 1.1.0 + Jens Krumsieck + Jens Krumsieck + https://github.com/JensKrumsieck/CHN-Tool + chn_icon.ico + https://github.com/JensKrumsieck/CHN-Tool + true + + + + x64 + + True + + + diff --git a/CHN_Tool/Program.cs b/CHN_Tool/Program.cs index 20f8596..ebc6f2e 100644 --- a/CHN_Tool/Program.cs +++ b/CHN_Tool/Program.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using System.Windows.Forms; namespace CHN_Tool diff --git a/CHN_Tool/Properties/PublishProfiles/Win-x64.pubxml b/CHN_Tool/Properties/PublishProfiles/Win-x64.pubxml new file mode 100644 index 0000000..c12f6ce --- /dev/null +++ b/CHN_Tool/Properties/PublishProfiles/Win-x64.pubxml @@ -0,0 +1,17 @@ + + + + + FileSystem + Release + Any CPU + netcoreapp3.1 + bin\Release\netcoreapp3.1\win-x64\publish\ + win-x64 + false + True + True + + \ No newline at end of file