diff --git a/TestServer/Properties/launchSettings.json b/TestServer/Properties/launchSettings.json
new file mode 100644
index 0000000..b0f0d47
--- /dev/null
+++ b/TestServer/Properties/launchSettings.json
@@ -0,0 +1,8 @@
+{
+ "profiles": {
+ "TestServer": {
+ "commandName": "Project",
+ "workingDirectory": "C:\\Users\\heilm\\Documents\\Visual Studio 2026\\Visualizers"
+ }
+ }
+}
\ No newline at end of file
diff --git a/TestServer/TestServer.csproj b/TestServer/TestServer.csproj
index 620d94f..c69aa6d 100644
--- a/TestServer/TestServer.csproj
+++ b/TestServer/TestServer.csproj
@@ -8,5 +8,17 @@
-
+
+
+
+
+
+
+