From 8e50487695301877aae1e3e60d74823b9a4ebafb Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 14 Aug 2014 01:07:26 +0000 Subject: [PATCH] build luainterface.dll into the references folder, like other more modern things. --- BizHawk.Client.Common/BizHawk.Client.Common.csproj | 5 ++--- .../BizHawk.Client.EmuHawk.csproj | 4 ++-- LuaInterface/LuaInterface/LuaInterface.csproj | 4 ++-- {output/dll => References}/LuaInterface.dll | Bin {output/dll => References}/lua51.dll | Bin 5 files changed, 6 insertions(+), 7 deletions(-) rename {output/dll => References}/LuaInterface.dll (100%) rename {output/dll => References}/lua51.dll (100%) diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index edc89cfac2..6264689e71 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -39,9 +39,8 @@ False ..\References\ICSharpCode.SharpZipLib.dll - - False - ..\output\dll\LuaInterface.dll + + ..\References\LuaInterface.dll False diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index 83691ae2e3..bc51c85105 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -69,9 +69,9 @@ ..\References\ICSharpCode.SharpZipLib.dll - + False - ..\output\dll\LuaInterface.dll + ..\References\LuaInterface.dll diff --git a/LuaInterface/LuaInterface/LuaInterface.csproj b/LuaInterface/LuaInterface/LuaInterface.csproj index d047968e87..e17de25f94 100644 --- a/LuaInterface/LuaInterface/LuaInterface.csproj +++ b/LuaInterface/LuaInterface/LuaInterface.csproj @@ -49,7 +49,7 @@ true full false - ..\..\BizHawk.MultiClient\ + ..\..\references\ DEBUG;TRACE prompt 4 @@ -61,7 +61,7 @@ pdbonly true - ..\..\BizHawk.MultiClient\ + ..\..\references\ TRACE prompt 4 diff --git a/output/dll/LuaInterface.dll b/References/LuaInterface.dll similarity index 100% rename from output/dll/LuaInterface.dll rename to References/LuaInterface.dll diff --git a/output/dll/lua51.dll b/References/lua51.dll similarity index 100% rename from output/dll/lua51.dll rename to References/lua51.dll