diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index e1128b92bb..b46e9af165 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -38,9 +38,9 @@ ..\ICSharpCode.SharpZipLib.dll - + False - ..\LuaInterface.dll + ..\output\dll\LuaInterface.dll ..\Newtonsoft.Json.dll diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index 2aa1fc873d..aed1513d10 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -69,9 +69,9 @@ ..\ICSharpCode.SharpZipLib.dll - + False - ..\LuaInterface.dll + ..\output\dll\LuaInterface.dll diff --git a/LuaInterface.dll b/output/dll/LuaInterface.dll similarity index 100% rename from LuaInterface.dll rename to output/dll/LuaInterface.dll diff --git a/BizHawk.Client.EmuHawk/lua51.dll b/output/dll/lua51.dll similarity index 100% rename from BizHawk.Client.EmuHawk/lua51.dll rename to output/dll/lua51.dll