diff --git a/Jumpy.Shared/Camera.cs b/Shared/Camera.cs similarity index 100% rename from Jumpy.Shared/Camera.cs rename to Shared/Camera.cs diff --git a/Jumpy.Shared/Debug.cs b/Shared/Debug.cs similarity index 100% rename from Jumpy.Shared/Debug.cs rename to Shared/Debug.cs diff --git a/Jumpy.Shared/FpsCounter.cs b/Shared/FpsCounter.cs similarity index 100% rename from Jumpy.Shared/FpsCounter.cs rename to Shared/FpsCounter.cs diff --git a/Jumpy.Shared/History.cs b/Shared/History.cs similarity index 100% rename from Jumpy.Shared/History.cs rename to Shared/History.cs diff --git a/Jumpy.Shared/IDisplay.cs b/Shared/IDisplay.cs similarity index 100% rename from Jumpy.Shared/IDisplay.cs rename to Shared/IDisplay.cs diff --git a/Jumpy.Shared/JumpyGame.cs b/Shared/JumpyGame.cs similarity index 100% rename from Jumpy.Shared/JumpyGame.cs rename to Shared/JumpyGame.cs diff --git a/Jumpy.Shared/KeyboardInput.cs b/Shared/KeyboardInput.cs similarity index 100% rename from Jumpy.Shared/KeyboardInput.cs rename to Shared/KeyboardInput.cs diff --git a/Jumpy.Shared/Player.cs b/Shared/Player.cs similarity index 100% rename from Jumpy.Shared/Player.cs rename to Shared/Player.cs diff --git a/Jumpy.Shared/Jumpy.Shared.projitems b/Shared/Shared.projitems similarity index 100% rename from Jumpy.Shared/Jumpy.Shared.projitems rename to Shared/Shared.projitems diff --git a/Jumpy.Shared/Shared.shproj b/Shared/Shared.shproj similarity index 100% rename from Jumpy.Shared/Shared.shproj rename to Shared/Shared.shproj diff --git a/Jumpy.Shared/World.cs b/Shared/World.cs similarity index 100% rename from Jumpy.Shared/World.cs rename to Shared/World.cs