diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj index 2586125256..92dd5fc7d9 100644 --- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj +++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj @@ -76,7 +76,6 @@ - @@ -89,6 +88,7 @@ + diff --git a/OpenRA.Mods.Cnc/Effects/IonCannon.cs b/OpenRA.Mods.Cnc/Projectiles/IonCannon.cs similarity index 100% rename from OpenRA.Mods.Cnc/Effects/IonCannon.cs rename to OpenRA.Mods.Cnc/Projectiles/IonCannon.cs diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index fd2d78bdd2..d72d74404d 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -152,7 +152,6 @@ - @@ -162,6 +161,7 @@ + diff --git a/OpenRA.Mods.Common/Effects/NukeLaunch.cs b/OpenRA.Mods.Common/Projectiles/NukeLaunch.cs similarity index 100% rename from OpenRA.Mods.Common/Effects/NukeLaunch.cs rename to OpenRA.Mods.Common/Projectiles/NukeLaunch.cs