Skip to content

Commit

Permalink
Updated with new Dynamo assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin From committed Mar 5, 2011
1 parent b8694c8 commit 4e38c66
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions IocBattle.Benchmark/IocBattle.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@
<Reference Include="Castle.Windsor">
<HintPath>..\packages\Castle.Windsor.2.5.1\lib\NET40\Castle.Windsor.dll</HintPath>
</Reference>
<Reference Include="Dynamo.IocContainer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\Dynamo\Dynamo.IocContainer.dll</HintPath>
<Reference Include="Dynamo.Ioc">
<HintPath>..\References\Dynamo\Dynamo.Ioc.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\packages\Unity.2.0\lib\20\Microsoft.Practices.ServiceLocation.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion IocBattle.Benchmark/Tests/DynamoAutoContainer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Dynamo.IocContainer;
using Dynamo.Ioc;
using IocBattle.Benchmark.Models;

namespace IocBattle.Benchmark.Tests
Expand Down
2 changes: 1 addition & 1 deletion IocBattle.Benchmark/Tests/DynamoContainer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Dynamo.IocContainer;
using Dynamo.Ioc;
using IocBattle.Benchmark.Models;

namespace IocBattle.Benchmark.Tests
Expand Down
2 changes: 1 addition & 1 deletion IocBattle.Benchmark/Tests/DynamoNamedContainer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Dynamo.IocContainer;
using Dynamo.Ioc;
using IocBattle.Benchmark.Models;

namespace IocBattle.Benchmark.Tests
Expand Down
2 changes: 1 addition & 1 deletion IocBattle.Benchmark/Tests/DynamoTypeofContainer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Dynamo.IocContainer;
using Dynamo.Ioc;
using IocBattle.Benchmark.Models;

namespace IocBattle.Benchmark.Tests
Expand Down
Binary file added References/Dynamo/Dynamo.Ioc.Web.dll
Binary file not shown.
Binary file added References/Dynamo/Dynamo.Ioc.dll
Binary file not shown.
Binary file removed References/Dynamo/Dynamo.IocContainer.dll
Binary file not shown.

0 comments on commit 4e38c66

Please sign in to comment.