From a87096fb856540478ee53f4c2c684e3505c9f3cc Mon Sep 17 00:00:00 2001 From: nattthebear Date: Sun, 28 Feb 2016 16:10:18 -0500 Subject: [PATCH] Move around LuaInterface.dll as well in preparation for 64 bit build --- BizHawk.Client.Common/BizHawk.Client.Common.csproj | 2 +- .../BizHawk.Client.EmuHawk.csproj | 2 +- References/{ => x86}/LuaInterface.dll | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename References/{ => x86}/LuaInterface.dll (100%) diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index ed333cb405..25ee628237 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -79,7 +79,7 @@ ..\References\Ionic.Zip.dll - ..\References\LuaInterface.dll + ..\References\$(Platform)\LuaInterface.dll False diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index d3b10ee8d0..74f497c32b 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -111,7 +111,7 @@ False - ..\References\LuaInterface.dll + ..\References\$(Platform)\LuaInterface.dll diff --git a/References/LuaInterface.dll b/References/x86/LuaInterface.dll similarity index 100% rename from References/LuaInterface.dll rename to References/x86/LuaInterface.dll