refactor resolution of components

This commit is contained in:
sgay
2012-07-26 07:52:13 -02:00
parent 3546b3e954
commit 6b4fff176a
28 changed files with 591 additions and 245 deletions

View File

@@ -45,6 +45,14 @@
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
<Compile Include="ApplicationContext.cs" />
<Compile Include="Resolving\ManyWeightedResolved.cs" />
<Compile Include="Resolving\ManyWeightedResolverBase.cs" />
<Compile Include="Resolving\Resolution.cs" />
<Compile Include="Resolving\ResolutionWeightAttribute.cs" />
<Compile Include="Resolving\ResolverBase.cs" />
<Compile Include="Resolving\SingleResolved.cs" />
<Compile Include="Resolving\SingleResolverBase.cs" />
<Compile Include="TypeExtensions.cs" />
<Compile Include="UpgradeableReadLock.cs" />
<Compile Include="ReadLock.cs" />
<Compile Include="DelegateEqualityComparer.cs" />
@@ -63,6 +71,7 @@
<Name>umbraco.businesslogic</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.