Fix Eluant.dll reference in Common project. Requested in #6723.

This commit is contained in:
penev92
2014-10-11 12:07:28 +03:00
parent 268c63f7df
commit 96855e6650

View File

@@ -27,7 +27,7 @@
<ItemGroup> <ItemGroup>
<Reference Include="Eluant, Version=1.0.5229.27703, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Eluant, Version=1.0.5229.27703, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\Eluant.dll</HintPath> <HintPath>..\thirdparty\Eluant.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />