config changes

This commit is contained in:
tmont 2011-03-01 07:45:03 +00:00
parent d08b91c9aa
commit adcd8d1d63
2 changed files with 7 additions and 1 deletions

View File

@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\..\Lib\log4net.dll</HintPath>
</Reference>
<Reference Include="Lucene.Net">
<HintPath>..\..\Lib\Lucene.Net.dll</HintPath>
</Reference>
@ -40,6 +43,9 @@
<Reference Include="Microsoft.Practices.Unity">
<HintPath>..\..\Lib\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity.Configuration">
<HintPath>..\..\Lib\Microsoft.Practices.Unity.Configuration.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity.Interception, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Lib\Microsoft.Practices.Unity.Interception.dll</HintPath>

View File

@ -12,7 +12,7 @@
<container>
<extensions>
<add type="VideoGameQuotes.Web.Configuration.EnableLogging, VideoGameQuotes.Web"/>
<add type="Portoa.Web.Unity.LogAllMethodCalls, Portoa.Web"/>
<!--<add type="Portoa.Web.Unity.LogAllMethodCalls, Portoa.Web"/>-->
<add type="VideoGameQuotes.Web.Configuration.EnableSearchWithLucene, VideoGameQuotes.Web"/>
</extensions>
</container>