Fixing MiniProfiler module

--HG--
branch : NH3
This commit is contained in:
Sebastien Ros
2012-07-22 10:51:20 -07:00
parent 29d0e94416
commit 0482f1a1c6
7 changed files with 20 additions and 18 deletions

View File

@@ -54,14 +54,13 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="MiniProfiler">
<HintPath>..\..\lib\MiniProfiler\MiniProfiler.dll</HintPath>
<HintPath>lib\MiniProfiler.dll</HintPath>
</Reference>
<Reference Include="NHibernate">
<HintPath>..\..\..\..\lib\nhibernate\NHibernate.dll</HintPath>
</Reference>
<Reference Include="PoorMansTSqlFormatterLib, Version=1.2.2.36561, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\PoorMansTSqlFormatter\PoorMansTSqlFormatterLib.dll</HintPath>
<Reference Include="PoorMansTSqlFormatterLib">
<HintPath>lib\PoorMansTSqlFormatterLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />