update 2010 projects to reflect new files introduced

This commit is contained in:
sbohlen
2010-08-19 18:07:40 +00:00
parent 2aee3148ca
commit 6d2410dc5d
2 changed files with 3 additions and 0 deletions

View File

@@ -279,6 +279,7 @@
</Compile>
<Compile Include="Core\Conventions.cs" />
<Compile Include="Core\IO\EncodedResource.cs" />
<Compile Include="Core\IPriorityOrdered.cs" />
<Compile Include="Core\MethodArgumentsCriteria.cs" />
<Compile Include="Core\IO\AbstractResource.cs" />
<Compile Include="Core\IO\AssemblyResource.cs" />
@@ -695,6 +696,7 @@
<Compile Include="Objects\Factory\Config\VariableAccessor.cs" />
<Compile Include="Objects\Factory\Config\VariablePlaceholderConfigurer.cs" />
<Compile Include="Objects\Factory\Parsing\ReaderContext.cs" />
<Compile Include="Objects\Factory\Support\ConstructorInstantiationInfo.cs" />
<Compile Include="Objects\Factory\Support\GenericObjectDefinition.cs" />
<Compile Include="Objects\Factory\Support\IAutowireCandidateResolver.cs" />
<Compile Include="Objects\Factory\Support\ConstructorResolver.cs" />

View File

@@ -825,6 +825,7 @@
<Content Include="Data\Spring\Objects\Factory\Xml\array-autowire.xml" />
<Content Include="Data\Spring\Objects\Factory\Xml\collectionMergingGeneric.xml" />
<Content Include="Data\Spring\Objects\Factory\Xml\collectionMerging.xml" />
<Content Include="Data\Spring\Objects\Factory\Xml\ctor-args.xml" />
<Content Include="Data\Spring\Objects\Factory\Xml\objectNameGeneration.xml" />
<Content Include="Data\Spring\Objects\Factory\Xml\simple-constructor-arg.xml" />
<Content Include="Data\Spring\Objects\Factory\Xml\expressions.xml" />