Move around LuaInterface.dll as well in preparation for 64 bit build
This commit is contained in:
parent
efd0a9bf34
commit
a87096fb85
|
@ -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>
|
||||
|
|
|
@ -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' " />
|
||||
|
|
Loading…
Reference in New Issue