Move around LuaInterface.dll as well in preparation for 64 bit build

This commit is contained in:
nattthebear 2016-02-28 16:10:18 -05:00
parent efd0a9bf34
commit a87096fb85
3 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
<HintPath>..\References\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="LuaInterface">
<HintPath>..\References\LuaInterface.dll</HintPath>
<HintPath>..\References\$(Platform)\LuaInterface.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

View File

@ -111,7 +111,7 @@
</Reference>
<Reference Include="LuaInterface, Version=2.0.4.35439, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\LuaInterface.dll</HintPath>
<HintPath>..\References\$(Platform)\LuaInterface.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualBasic" Condition=" '$(OS)' == 'Windows_NT' " />