From c9fd79e4db406f3a4d142ebddca6178e9c9ff877 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 21 Feb 2018 17:12:06 -0500 Subject: [PATCH] Start setting up for build and update --- .gitignore | 4 +++- ProcessCpuUsageStatusWindow.csproj | 12 ++++++++++++ ProcessCpuUsageStatusWindow.nuspec | 15 +++++++++++++++ Properties/Resources.Designer.cs | 13 +++++++++++-- Properties/Resources.resx | 3 +++ WindowSource.cs | 28 ++++++++++++++-------------- appveyor.yml | 26 ++++++++++++++++++++++++++ 7 files changed, 84 insertions(+), 17 deletions(-) create mode 100644 ProcessCpuUsageStatusWindow.nuspec create mode 100644 appveyor.yml diff --git a/.gitignore b/.gitignore index 4d35dd3..92f5650 100644 --- a/.gitignore +++ b/.gitignore @@ -154,4 +154,6 @@ $RECYCLE.BIN/ # Mac desktop service store files .DS_Store -.vs \ No newline at end of file +.vs +*.nupkg +Releases/ \ No newline at end of file diff --git a/ProcessCpuUsageStatusWindow.csproj b/ProcessCpuUsageStatusWindow.csproj index 66d7853..1f66043 100644 --- a/ProcessCpuUsageStatusWindow.csproj +++ b/ProcessCpuUsageStatusWindow.csproj @@ -76,7 +76,9 @@ ResXFileCodeGenerator Resources.Designer.cs + + SettingsSingleFileGenerator Settings.Designer.cs @@ -94,6 +96,16 @@ 1.0.0.7 + + 1.7.9 + + + + + False + .NET Framework 3.5 SP1 + false +