From 5ee6ffabe023094c8c5b6c29a05db3f8cb8cd1ef Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 24 Oct 2013 23:24:46 +0000 Subject: [PATCH] Move RomGame to client.common and set common to allow unsafe code --- BizHawk.Client.Common/BizHawk.Client.Common.csproj | 2 ++ {BizHawk.MultiClient => BizHawk.Client.Common}/RomGame.cs | 0 BizHawk.MultiClient/BizHawk.MultiClient.csproj | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) rename {BizHawk.MultiClient => BizHawk.Client.Common}/RomGame.cs (100%) diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index 3c892cd0c6..8981175d53 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -29,6 +29,7 @@ TRACE;DOTNET20;UNMANAGED;COMPRESS prompt 4 + true @@ -101,6 +102,7 @@ + diff --git a/BizHawk.MultiClient/RomGame.cs b/BizHawk.Client.Common/RomGame.cs similarity index 100% rename from BizHawk.MultiClient/RomGame.cs rename to BizHawk.Client.Common/RomGame.cs diff --git a/BizHawk.MultiClient/BizHawk.MultiClient.csproj b/BizHawk.MultiClient/BizHawk.MultiClient.csproj index 0855ebf0e6..cff3cdf1f1 100644 --- a/BizHawk.MultiClient/BizHawk.MultiClient.csproj +++ b/BizHawk.MultiClient/BizHawk.MultiClient.csproj @@ -353,7 +353,6 @@ - UserControl