From bb9790c754e13c9a3495062bf1a56157a1100f18 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Thu, 20 Apr 2017 20:50:04 +0200 Subject: [PATCH] Move legacy map import commands into matching subfolder --- OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj | 4 ++-- .../{ => UtilityCommands}/ImportRedAlertLegacyMapCommand.cs | 0 .../ImportTiberianDawnLegacyMapCommand.cs | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename OpenRA.Mods.Cnc/{ => UtilityCommands}/ImportRedAlertLegacyMapCommand.cs (100%) rename OpenRA.Mods.Cnc/{ => UtilityCommands}/ImportTiberianDawnLegacyMapCommand.cs (100%) diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj index e9de67301b..6ba96ea6dc 100644 --- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj +++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj @@ -72,7 +72,7 @@ - + @@ -130,7 +130,7 @@ - + diff --git a/OpenRA.Mods.Cnc/ImportRedAlertLegacyMapCommand.cs b/OpenRA.Mods.Cnc/UtilityCommands/ImportRedAlertLegacyMapCommand.cs similarity index 100% rename from OpenRA.Mods.Cnc/ImportRedAlertLegacyMapCommand.cs rename to OpenRA.Mods.Cnc/UtilityCommands/ImportRedAlertLegacyMapCommand.cs diff --git a/OpenRA.Mods.Cnc/ImportTiberianDawnLegacyMapCommand.cs b/OpenRA.Mods.Cnc/UtilityCommands/ImportTiberianDawnLegacyMapCommand.cs similarity index 100% rename from OpenRA.Mods.Cnc/ImportTiberianDawnLegacyMapCommand.cs rename to OpenRA.Mods.Cnc/UtilityCommands/ImportTiberianDawnLegacyMapCommand.cs