From 76f961e39e8c78105450feca0aa20b2cc4b477e0 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Wed, 1 Feb 2017 19:58:21 +0100 Subject: [PATCH] Move ProductionTabsLogic to Mods.Common --- OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj | 1 - OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 1 + .../Widgets/Logic/Ingame}/ProductionTabsLogic.cs | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) rename {OpenRA.Mods.Cnc/Widgets/Logic => OpenRA.Mods.Common/Widgets/Logic/Ingame}/ProductionTabsLogic.cs (97%) diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj index 6d004f6c4f..3a99e74eb0 100644 --- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj +++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj @@ -72,7 +72,6 @@ - diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index 89b91993f0..acb4fd4110 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -612,6 +612,7 @@ + diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/ProductionTabsLogic.cs similarity index 97% rename from OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs rename to OpenRA.Mods.Common/Widgets/Logic/Ingame/ProductionTabsLogic.cs index c359455a8d..5dfc3e1819 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/ProductionTabsLogic.cs @@ -10,10 +10,9 @@ #endregion using System; -using OpenRA.Mods.Common.Widgets; using OpenRA.Widgets; -namespace OpenRA.Mods.Cnc.Widgets.Logic +namespace OpenRA.Mods.Common.Widgets.Logic { public class ProductionTabsLogic : ChromeLogic {