From b86f4a1347b07a5d21fa49cf709b673dc60cf20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 12 Oct 2014 17:38:14 +0200 Subject: [PATCH] tidy cnc mod dll --- OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj | 10 +++++----- OpenRA.Mods.Cnc/{ => Render}/RenderGunboat.cs | 0 OpenRA.Mods.Cnc/{ => Render}/WithCargo.cs | 0 OpenRA.Mods.Cnc/{ => Render}/WithDeliveryAnimation.cs | 0 OpenRA.Mods.Cnc/{ => Render}/WithFire.cs | 0 OpenRA.Mods.Cnc/{ => Render}/WithRoof.cs | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename OpenRA.Mods.Cnc/{ => Render}/RenderGunboat.cs (100%) rename OpenRA.Mods.Cnc/{ => Render}/WithCargo.cs (100%) rename OpenRA.Mods.Cnc/{ => Render}/WithDeliveryAnimation.cs (100%) rename OpenRA.Mods.Cnc/{ => Render}/WithFire.cs (100%) rename OpenRA.Mods.Cnc/{ => Render}/WithRoof.cs (100%) diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj index 3c7d1e348d..ccab2ed6e6 100644 --- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj +++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj @@ -73,15 +73,15 @@ - - - - - + + + + + diff --git a/OpenRA.Mods.Cnc/RenderGunboat.cs b/OpenRA.Mods.Cnc/Render/RenderGunboat.cs similarity index 100% rename from OpenRA.Mods.Cnc/RenderGunboat.cs rename to OpenRA.Mods.Cnc/Render/RenderGunboat.cs diff --git a/OpenRA.Mods.Cnc/WithCargo.cs b/OpenRA.Mods.Cnc/Render/WithCargo.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithCargo.cs rename to OpenRA.Mods.Cnc/Render/WithCargo.cs diff --git a/OpenRA.Mods.Cnc/WithDeliveryAnimation.cs b/OpenRA.Mods.Cnc/Render/WithDeliveryAnimation.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithDeliveryAnimation.cs rename to OpenRA.Mods.Cnc/Render/WithDeliveryAnimation.cs diff --git a/OpenRA.Mods.Cnc/WithFire.cs b/OpenRA.Mods.Cnc/Render/WithFire.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithFire.cs rename to OpenRA.Mods.Cnc/Render/WithFire.cs diff --git a/OpenRA.Mods.Cnc/WithRoof.cs b/OpenRA.Mods.Cnc/Render/WithRoof.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithRoof.cs rename to OpenRA.Mods.Cnc/Render/WithRoof.cs