Add Lua DLLs to BizHawk

This commit is contained in:
kylethomson 2011-02-19 22:47:33 +00:00
parent 9db8f58cb4
commit 255e8867f9
3 changed files with 4 additions and 0 deletions
BizHawk.Emulation
BizHawk.MultiClient

View File

@ -33,6 +33,10 @@
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="LuaInterface, Version=2.0.0.16708, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\BizHawk.MultiClient\LuaInterface.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>

Binary file not shown.

Binary file not shown.