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
+
-
-
-
-
-