Fixing reference to SysCache

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-08-21 15:05:20 -07:00
parent 0a27c698fe
commit a49d4a315d

View File

@@ -21,6 +21,10 @@
</UpgradeBackupLocation>
<TargetFrameworkProfile />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -48,6 +52,7 @@
</Reference>
<Reference Include="NHibernate.Caches.SysCache2">
<HintPath>..\..\..\..\lib\nhibernate\NHibernate.Caches.SysCache2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />