diff --git a/logic/GameEngine/GameEngine.csproj b/logic/GameEngine/GameEngine.csproj
new file mode 100644
index 00000000..f6227783
--- /dev/null
+++ b/logic/GameEngine/GameEngine.csproj
@@ -0,0 +1,17 @@
+
+
+
+ Library
+ net6.0
+ enable
+
+
+
+
+
+
+
+
+
+
+
diff --git a/playback/Playback/Playback.csproj b/playback/Playback/Playback.csproj
new file mode 100644
index 00000000..f3e0f979
--- /dev/null
+++ b/playback/Playback/Playback.csproj
@@ -0,0 +1,17 @@
+
+
+
+ net6.0
+ enable
+ enable
+
+
+
+
+
+
+
+
+
+
+
diff --git a/playback/Program.cs b/playback/Program.cs
deleted file mode 100644
index 3751555c..00000000
--- a/playback/Program.cs
+++ /dev/null
@@ -1,2 +0,0 @@
-// See https://aka.ms/new-console-template for more information
-Console.WriteLine("Hello, World!");
diff --git a/playback/playback.csproj b/playback/playback.csproj
deleted file mode 100644
index 74abf5c9..00000000
--- a/playback/playback.csproj
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- Exe
- net6.0
- enable
- enable
-
-
-
diff --git a/playback/playback.sln b/playback/playback.sln
index ac15fd90..8f72207f 100644
--- a/playback/playback.sln
+++ b/playback/playback.sln
@@ -1,9 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
-VisualStudioVersion = 17.6.33712.159
+VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "playback", "playback.csproj", "{0E333BB5-B61A-42CE-A35B-098A1E7D67B3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playback", "Playback\Playback.csproj", "{A5D4F29B-1D67-45D5-BDD8-5BF9839EC374}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,15 +11,15 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0E333BB5-B61A-42CE-A35B-098A1E7D67B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0E333BB5-B61A-42CE-A35B-098A1E7D67B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0E333BB5-B61A-42CE-A35B-098A1E7D67B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0E333BB5-B61A-42CE-A35B-098A1E7D67B3}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A5D4F29B-1D67-45D5-BDD8-5BF9839EC374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A5D4F29B-1D67-45D5-BDD8-5BF9839EC374}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A5D4F29B-1D67-45D5-BDD8-5BF9839EC374}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A5D4F29B-1D67-45D5-BDD8-5BF9839EC374}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {44A41683-EF5E-414F-8E8D-322E30F829F6}
+ SolutionGuid = {FBBF6C99-33A2-4B07-8759-BBDBA39A29C7}
EndGlobalSection
EndGlobal