From fa864f55bf88de16d17cfc2919112ea703c290b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 11 Jun 2016 18:53:55 +0200 Subject: [PATCH] Move IonCannon and NukeLaunch into Projectiles folders. --- OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj | 2 +- OpenRA.Mods.Cnc/{Effects => Projectiles}/IonCannon.cs | 0 OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 2 +- OpenRA.Mods.Common/{Effects => Projectiles}/NukeLaunch.cs | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename OpenRA.Mods.Cnc/{Effects => Projectiles}/IonCannon.cs (100%) rename OpenRA.Mods.Common/{Effects => Projectiles}/NukeLaunch.cs (100%) 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