Skip to content

Commit

Permalink
moved files to Locators
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mateescu committed Jun 20, 2011
1 parent ae47d57 commit 03260ac
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions dotnet/src/Main-4/Main-4.csproj
Expand Up @@ -64,16 +64,16 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="AutofacRunner.cs" />
<Compile Include="CastleWindsorRunner.cs" />
<Compile Include="Locators\AutofacRunner.cs" />
<Compile Include="Locators\CastleWindsorRunner.cs" />
<Compile Include="Dummy.cs" />
<Compile Include="IDependencyInjectorRunner.cs" />
<Compile Include="NinjectRunner.cs" />
<Compile Include="Locators\NinjectRunner.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SpringRunner.cs" />
<Compile Include="StructureMapRunner.cs" />
<Compile Include="UnityRunner.cs" />
<Compile Include="Locators\SpringRunner.cs" />
<Compile Include="Locators\StructureMapRunner.cs" />
<Compile Include="Locators\UnityRunner.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="SpringConfig.xml">
Expand Down

0 comments on commit 03260ac

Please sign in to comment.