sprnet-1047, sprnet-1027, sprnet-1046, sprnet-1048

This commit is contained in:
eeichinger
2008-10-05 20:53:22 +00:00
parent eb9be5a0f0
commit 83098fe045
46 changed files with 2844 additions and 2395 deletions

View File

@@ -1,7 +1,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.21022</ProductVersion>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -315,6 +315,7 @@
<Compile Include="Objects\Factory\Config\ObjectDefinitionVisitorTests.cs" />
<Compile Include="Objects\Factory\Config\ResourceHandlerConfigurerTests.cs" />
<Compile Include="Objects\Factory\Config\PropertyFileVariableSourceTests.cs" />
<Compile Include="Objects\Factory\Config\SharedStateAwareProcessorTests.cs" />
<Compile Include="Objects\Factory\Config\SpecialFolderVariableSourceTests.cs" />
<Compile Include="Objects\Factory\Config\EnvironmentVariableSourceTests.cs" />
<Compile Include="Objects\Factory\Config\RegistryVariableSourceTests.cs" />
@@ -329,6 +330,8 @@
<Compile Include="Objects\Factory\Xml\ObjectFactorySectionHandlerTests.cs" />
<Compile Include="Objects\Factory\Xml\SiimpleCtorWiringTests.cs" />
<Compile Include="Objects\LazyTestObject.cs" />
<Compile Include="Objects\Support\AbstractSharedStateFactoryTests.cs" />
<Compile Include="Objects\Support\ByTypeSharedStateProviderTests.cs" />
<Compile Include="Objects\Support\MethodInvokerTests.cs">
<SubType>Code</SubType>
</Compile>