Adding a component to experimental module to capture ioc costing

--HG--
branch : perf
extra : rebase_source : aa936df6717501a84fafce41f8130ced8217fa42
This commit is contained in:
Louis DeJardin
2010-11-30 13:46:13 -08:00
parent 3eb270a7b4
commit 733de4a166
4 changed files with 324 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=2.2.4.900, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" />
<Reference Include="HibernatingRhinos.Profiler.Appender">
<HintPath>..\..\..\..\lib\nhprof\HibernatingRhinos.Profiler.Appender.dll</HintPath>
</Reference>
@@ -53,6 +54,7 @@
<ItemGroup>
<Compile Include="AdminMenu.cs" />
<Compile Include="Commands\ProfilingCommands.cs" />
<Compile Include="ContainerSpy.cs" />
<Compile Include="Controllers\CommandsController.cs" />
<Compile Include="Controllers\ContentController.cs" />
<Compile Include="Controllers\HomeController.cs" />