From 6ae1faa56ce1b91c69c3d4dbe1d27f9aa84466d4 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 7 Feb 2018 10:22:33 -0500 Subject: [PATCH] Switch to Git submodules and update NuGet packages --- .gitignore | 2 + .gitmodules | 9 +++ Service/Common | 1 + Service/SystemTemperatureService.csproj | 28 ++++---- Service/openhardwaremonitor | 1 + Service/packages.config | 6 -- SystemTemperatureStatusWindow.sln | 80 +++++++++++++++++---- Window/FloatingStatusWindow | 1 + Window/SystemTemperatureStatusWindow.csproj | 9 ++- 9 files changed, 101 insertions(+), 36 deletions(-) create mode 100644 .gitmodules create mode 160000 Service/Common create mode 160000 Service/openhardwaremonitor delete mode 100644 Service/packages.config create mode 160000 Window/FloatingStatusWindow diff --git a/.gitignore b/.gitignore index abd2844..3e352b1 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,5 @@ $RECYCLE.BIN/ # Mac desktop service store files .DS_Store + +.vs/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1faa47f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "Service/Common"] + path = Service/Common + url = https://github.com/ckaczor/Common.git +[submodule "Service/openhardwaremonitor"] + path = Service/openhardwaremonitor + url = https://github.com/openhardwaremonitor/openhardwaremonitor.git +[submodule "Window/FloatingStatusWindow"] + path = Window/FloatingStatusWindow + url = https://github.com/ckaczor/FloatingStatusWindow.git diff --git a/Service/Common b/Service/Common new file mode 160000 index 0000000..81ef8f4 --- /dev/null +++ b/Service/Common @@ -0,0 +1 @@ +Subproject commit 81ef8f451c5ceada2ed704ecaaa789e623a7352d diff --git a/Service/SystemTemperatureService.csproj b/Service/SystemTemperatureService.csproj index 702805d..0e37c45 100644 --- a/Service/SystemTemperatureService.csproj +++ b/Service/SystemTemperatureService.csproj @@ -11,6 +11,8 @@ SystemTemperatureService v4.5 512 + + AnyCPU @@ -39,12 +41,11 @@ - - ..\packages\TaskScheduler.2.2.0\lib\4\Microsoft.Win32.TaskScheduler.dll - + + @@ -63,24 +64,23 @@ Designer - - + + {17864d82-457d-4a0a-bc10-1d07f2b3a5d6} + Common + + {b0397530-545a-471d-bb74-027ae456df1a} OpenHardwareMonitorLib - - {17864D82-457D-4A0A-BC10-1D07F2B3A5D6} - Common - + + + + 2.7.2 + - - - - -