From dcfc62f33383982e621f317ea4e0b67d0991dffc Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 7 Mar 2015 09:42:08 +0000 Subject: [PATCH] Move InstallUtils from Game to Mods.Common. --- OpenRA.Game/OpenRA.Game.csproj | 1 - {OpenRA.Game => OpenRA.Mods.Common}/InstallUtils.cs | 2 +- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 5 +++++ 3 files changed, 6 insertions(+), 2 deletions(-) rename {OpenRA.Game => OpenRA.Mods.Common}/InstallUtils.cs (99%) diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj index af61ef4bf9..ae14e7c544 100644 --- a/OpenRA.Game/OpenRA.Game.csproj +++ b/OpenRA.Game/OpenRA.Game.csproj @@ -275,7 +275,6 @@ - diff --git a/OpenRA.Game/InstallUtils.cs b/OpenRA.Mods.Common/InstallUtils.cs similarity index 99% rename from OpenRA.Game/InstallUtils.cs rename to OpenRA.Mods.Common/InstallUtils.cs index f59a2b0eaf..c545b56f20 100644 --- a/OpenRA.Game/InstallUtils.cs +++ b/OpenRA.Mods.Common/InstallUtils.cs @@ -16,7 +16,7 @@ using ICSharpCode.SharpZipLib; using ICSharpCode.SharpZipLib.Zip; using OpenRA.FileSystem; -namespace OpenRA +namespace OpenRA.Mods.Common { public class ContentInstaller : IGlobalModData { diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index 6747ef62d6..4010600547 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -63,6 +63,10 @@ ..\thirdparty\Mono.Nat.dll False + + ..\thirdparty\ICSharpCode.SharpZipLib.dll + False + @@ -572,6 +576,7 @@ +