config changes
This commit is contained in:
parent
d08b91c9aa
commit
adcd8d1d63
@ -33,6 +33,9 @@
|
|||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="log4net">
|
||||||
|
<HintPath>..\..\Lib\log4net.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Lucene.Net">
|
<Reference Include="Lucene.Net">
|
||||||
<HintPath>..\..\Lib\Lucene.Net.dll</HintPath>
|
<HintPath>..\..\Lib\Lucene.Net.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@ -40,6 +43,9 @@
|
|||||||
<Reference Include="Microsoft.Practices.Unity">
|
<Reference Include="Microsoft.Practices.Unity">
|
||||||
<HintPath>..\..\Lib\Microsoft.Practices.Unity.dll</HintPath>
|
<HintPath>..\..\Lib\Microsoft.Practices.Unity.dll</HintPath>
|
||||||
</Reference>
|
</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">
|
<Reference Include="Microsoft.Practices.Unity.Interception, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\Lib\Microsoft.Practices.Unity.Interception.dll</HintPath>
|
<HintPath>..\..\Lib\Microsoft.Practices.Unity.Interception.dll</HintPath>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<container>
|
<container>
|
||||||
<extensions>
|
<extensions>
|
||||||
<add type="VideoGameQuotes.Web.Configuration.EnableLogging, VideoGameQuotes.Web"/>
|
<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"/>
|
<add type="VideoGameQuotes.Web.Configuration.EnableSearchWithLucene, VideoGameQuotes.Web"/>
|
||||||
</extensions>
|
</extensions>
|
||||||
</container>
|
</container>
|
||||||
|
Loading…
Reference in New Issue
Block a user