From a104c420cf6c6050104e5d6bbcf37932188d7aaf Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 1 Dec 2014 14:28:57 +0000 Subject: [PATCH] Move CoreComm.cs out of the interfaces folder --- BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj | 2 +- BizHawk.Emulation.Common/{Interfaces => }/CoreComms.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename BizHawk.Emulation.Common/{Interfaces => }/CoreComms.cs (100%) diff --git a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj index 2ff1378c56..4f8f6c4705 100644 --- a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj +++ b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj @@ -53,6 +53,7 @@ + @@ -60,7 +61,6 @@ - diff --git a/BizHawk.Emulation.Common/Interfaces/CoreComms.cs b/BizHawk.Emulation.Common/CoreComms.cs similarity index 100% rename from BizHawk.Emulation.Common/Interfaces/CoreComms.cs rename to BizHawk.Emulation.Common/CoreComms.cs