Castle.Windsor.Tests-vs2005.csproj
Upload User: psh_111
Upload Date: 2013-09-02
Package Size: 2869k
Code Size: 16k
Category:

CSharp

Development Platform:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{CB3A30A6-56D4-4F4F-9AEF-DA55E1FF6D74}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>Castle.Windsor.Tests</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <DefaultClientScript>JScript</DefaultClientScript>
  17.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19.     <DelaySign>false</DelaySign>
  20.     <OutputType>Library</OutputType>
  21.     <RootNamespace>Castle.Windsor.Tests</RootNamespace>
  22.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23.     <StartupObject>
  24.     </StartupObject>
  25.     <FileUpgradeFlags>
  26.     </FileUpgradeFlags>
  27.     <UpgradeBackupLocation>
  28.     </UpgradeBackupLocation>
  29.   </PropertyGroup>
  30.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31.     <OutputPath>..bin</OutputPath>
  32.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  33.     <BaseAddress>285212672</BaseAddress>
  34.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  35.     <ConfigurationOverrideFile>
  36.     </ConfigurationOverrideFile>
  37.     <DefineConstants>TRACE;DEBUG;DOTNET2</DefineConstants>
  38.     <DocumentationFile>
  39.     </DocumentationFile>
  40.     <DebugSymbols>true</DebugSymbols>
  41.     <FileAlignment>4096</FileAlignment>
  42.     <NoStdLib>false</NoStdLib>
  43.     <NoWarn>
  44.     </NoWarn>
  45.     <Optimize>false</Optimize>
  46.     <RegisterForComInterop>false</RegisterForComInterop>
  47.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  48.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  49.     <WarningLevel>4</WarningLevel>
  50.     <DebugType>full</DebugType>
  51.     <ErrorReport>prompt</ErrorReport>
  52.     <UseVSHostingProcess>false</UseVSHostingProcess>
  53.   </PropertyGroup>
  54.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55.     <OutputPath>binRelease</OutputPath>
  56.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  57.     <BaseAddress>285212672</BaseAddress>
  58.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  59.     <ConfigurationOverrideFile>
  60.     </ConfigurationOverrideFile>
  61.     <DefineConstants>TRACE</DefineConstants>
  62.     <DocumentationFile>
  63.     </DocumentationFile>
  64.     <DebugSymbols>false</DebugSymbols>
  65.     <FileAlignment>4096</FileAlignment>
  66.     <NoStdLib>false</NoStdLib>
  67.     <NoWarn>
  68.     </NoWarn>
  69.     <Optimize>true</Optimize>
  70.     <RegisterForComInterop>false</RegisterForComInterop>
  71.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  72.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  73.     <WarningLevel>4</WarningLevel>
  74.     <DebugType>none</DebugType>
  75.     <ErrorReport>prompt</ErrorReport>
  76.   </PropertyGroup>
  77.   <ItemGroup>
  78.     <Reference Include="nunit.framework">
  79.       <Name>nunit.framework</Name>
  80.       <HintPath>....buildnet-2.0debugnunit.framework.dll</HintPath>
  81.     </Reference>
  82.     <Reference Include="System">
  83.       <Name>System</Name>
  84.     </Reference>
  85.     <Reference Include="System.configuration" />
  86.     <Reference Include="System.Data">
  87.       <Name>System.Data</Name>
  88.     </Reference>
  89.     <Reference Include="System.Xml">
  90.       <Name>System.XML</Name>
  91.     </Reference>
  92.     <ProjectReference Include="....CoreCastle.CoreCastle.Core-vs2005.csproj">
  93.       <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>
  94.       <Name>Castle.Core-vs2005</Name>
  95.     </ProjectReference>
  96.     <ProjectReference Include="..Castle.MicroKernel.TestsCastle.MicroKernel.Tests-vs2005.csproj">
  97.       <Project>{EF9313A4-C6E0-40F7-9E3F-530D547D3AEF}</Project>
  98.       <Name>Castle.MicroKernel.Tests-2-0</Name>
  99.     </ProjectReference>
  100.     <ProjectReference Include="..Castle.MicroKernelCastle.MicroKernel-vs2005.csproj">
  101.       <Name>Castle.MicroKernel</Name>
  102.       <Project>{8C6AADEB-D099-4D2A-8F5B-4EBC12AC9159}</Project>
  103.       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  104.     </ProjectReference>
  105.     <ProjectReference Include="..Castle.WindsorCastle.Windsor-vs2005.csproj">
  106.       <Name>Castle.Windsor</Name>
  107.       <Project>{60EFCB9B-E3FF-46A5-A2D2-D9F0EF75D5FE}</Project>
  108.       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  109.       <Private>True</Private>
  110.     </ProjectReference>
  111.   </ItemGroup>
  112.   <ItemGroup>
  113.     <Compile Include="AdaptersComponentModelContainerAdapterTestCase.cs">
  114.       <SubType>Code</SubType>
  115.     </Compile>
  116.     <Compile Include="AdaptersComponentModelTestComponent.cs">
  117.       <SubType>Component</SubType>
  118.     </Compile>
  119.     <Compile Include="AsyncInitializationContainerTestCase.cs">
  120.       <SubType>Code</SubType>
  121.     </Compile>
  122.     <Compile Include="ChildContainerSupportTestCase.cs">
  123.       <SubType>Code</SubType>
  124.     </Compile>
  125.     <Compile Include="CircularDependencyTests.cs" />
  126.     <Compile Include="ComponentsCalculatorService.cs">
  127.       <SubType>Code</SubType>
  128.     </Compile>
  129.     <Compile Include="ComponentsCalculatorServiceWithAttributes.cs">
  130.       <SubType>Code</SubType>
  131.     </Compile>
  132.     <Compile Include="ComponentsCalculatorServiceWithLifecycle.cs">
  133.       <SubType>Code</SubType>
  134.     </Compile>
  135.     <Compile Include="ComponentsCircularDependencyComponents.cs" />
  136.     <Compile Include="ComponentsComponentWithProperties.cs" />
  137.     <Compile Include="ComponentsDotNet2Components.cs" />
  138.     <Compile Include="ComponentsEmployee.cs">
  139.       <SubType>Code</SubType>
  140.     </Compile>
  141.     <Compile Include="ComponentsICalcService.cs">
  142.       <SubType>Code</SubType>
  143.     </Compile>
  144.     <Compile Include="ComponentsIEmployee.cs">
  145.       <SubType>Code</SubType>
  146.     </Compile>
  147.     <Compile Include="ComponentsIReviewableEmployee.cs">
  148.       <SubType>Code</SubType>
  149.     </Compile>
  150.     <Compile Include="ComponentsIReviewer.cs">
  151.       <SubType>Code</SubType>
  152.     </Compile>
  153.     <Compile Include="ComponentsMarshalCalculatorService.cs">
  154.       <SubType>Code</SubType>
  155.     </Compile>
  156.     <Compile Include="ComponentsReviewableEmployee.cs">
  157.       <SubType>Code</SubType>
  158.     </Compile>
  159.     <Compile Include="ComponentsReviewer.cs">
  160.       <SubType>Code</SubType>
  161.     </Compile>
  162.     <Compile Include="ComponentsRobot.cs">
  163.       <SubType>Code</SubType>
  164.     </Compile>
  165.     <Compile Include="ConfigHelper.cs" />
  166.     <Compile Include="Configuration2ConfigWithStatementsTestCase.cs">
  167.       <SubType>Code</SubType>
  168.     </Compile>
  169.     <Compile Include="Configuration2IncludesTestCase.cs">
  170.       <SubType>Code</SubType>
  171.     </Compile>
  172.     <Compile Include="Configuration2PropertiesPropertiesTestCase.cs">
  173.       <SubType>Code</SubType>
  174.     </Compile>
  175.     <Compile Include="ConfigurationAppDomainConfigurationStoreTestCase.cs">
  176.       <SubType>Code</SubType>
  177.     </Compile>
  178.     <Compile Include="ConfigurationConfigXmlInterpreterTestCase.cs">
  179.       <SubType>Code</SubType>
  180.     </Compile>
  181.     <Compile Include="ContainerProblem.cs">
  182.       <SubType>Code</SubType>
  183.     </Compile>
  184.     <Compile Include="DependencyProblem.cs">
  185.       <SubType>Code</SubType>
  186.     </Compile>
  187.     <Content Include="DotNet2ConfigComplexGenericConfig.xml" />
  188.     <Content Include="DotNet2ConfigGenericDecoratorConfig.xml" />
  189.     <Content Include="DotNet2ConfigMissingDecoratorConfig.xml" />
  190.     <Content Include="DotNet2ConfigRecursiveDecoratorConfig.xml" />
  191.     <Content Include="DotNet2ConfigDecoratorConfig.xml">
  192.       <SubType>
  193.       </SubType>
  194.     </Content>
  195.     <Compile Include="FacilitiesEventWiringEventWiringTestCase.cs">
  196.       <SubType>Code</SubType>
  197.     </Compile>
  198.     <Compile Include="FacilitiesEventWiringModelHandlers.cs">
  199.       <SubType>Code</SubType>
  200.     </Compile>
  201.     <Compile Include="FacilitiesEventWiringModelMultiListener.cs">
  202.       <SubType>Code</SubType>
  203.     </Compile>
  204.     <Compile Include="FacilitiesEventWiringModelMultiPublisher.cs">
  205.       <SubType>Code</SubType>
  206.     </Compile>
  207.     <Compile Include="FacilitiesEventWiringModelPublisherListener.cs">
  208.       <SubType>Code</SubType>
  209.     </Compile>
  210.     <Compile Include="FacilitiesEventWiringModelSimpleListener.cs">
  211.       <SubType>Code</SubType>
  212.     </Compile>
  213.     <Compile Include="FacilitiesEventWiringModelSimplePublisher.cs">
  214.       <SubType>Code</SubType>
  215.     </Compile>
  216.     <Compile Include="FacilitiesSlowlyInitFacility.cs">
  217.       <SubType>Code</SubType>
  218.     </Compile>
  219.     <Compile Include="InstallerInstallerTestCase.cs">
  220.       <SubType>Code</SubType>
  221.     </Compile>
  222.     <Compile Include="InterceptorsTestCase.cs">
  223.       <SubType>Code</SubType>
  224.     </Compile>
  225.     <Compile Include="PropertiesInspectionBehaviorTestCase.cs" />
  226.     <Compile Include="RealProxyTestCase.cs">
  227.       <SubType>Code</SubType>
  228.     </Compile>
  229.     <Compile Include="ReportedProblemTestCase.cs">
  230.       <SubType>Code</SubType>
  231.     </Compile>
  232.     <Compile Include="RobotWireTestCase.cs">
  233.       <SubType>Code</SubType>
  234.     </Compile>
  235.     <Compile Include="SmartProxyTestCase.cs">
  236.       <SubType>Code</SubType>
  237.     </Compile>
  238.     <Compile Include="WindsorDotNet2Tests.cs" />
  239.     <Compile Include="XmlProcessorXmlProcessorTestCase.cs">
  240.       <SubType>Code</SubType>
  241.     </Compile>
  242.     <Content Include="Configuration2Propertiesconfig_with_missing_properties.xml" />
  243.     <Content Include="Configuration2Propertiesconfig_with_properties.xml" />
  244.     <Content Include="Configuration2Propertiesconfig_with_properties_and_defines.xml" />
  245.     <Content Include="Configuration2Propertiesconfig_with_properties_and_defines2.xml" />
  246.     <Content Include="Configuration2Propertiesconfig_with_properties_and_includes.xml" />
  247.     <Content Include="Configuration2Propertiesconfig_with_silent_properties.xml" />
  248.     <Content Include="Configuration2Propertiesproperties.xml" />
  249.     <Content Include="Configuration2Propertiesproperties_using_properties.xml" />
  250.     <Content Include="DotNet2ConfigGenericsConfig.xml" />
  251.     <Content Include="FacilitiesEventWiringbadconfig.xml" />
  252.     <Content Include="FacilitiesEventWiringmulti.xml" />
  253.     <Content Include="FacilitiesEventWiringsimple.xml" />
  254.     <Content Include="installerconfig.xml" />
  255.     <Content Include="propertyInspectionBehavior.xml" />
  256.     <Content Include="propertyInspectionBehaviorInvalid.xml" />
  257.     <Content Include="robotwireconfig.xml" />
  258.     <Content Include="sample_config.xml" />
  259.     <Content Include="XmlProcessorTestFilesAssemblyIncludeTestDisabled.xml" />
  260.     <Content Include="XmlProcessorTestFilesAssemblyIncludeTestResult.xml" />
  261.     <Content Include="XmlProcessorTestFilesChooseStatement2Test.xml" />
  262.     <Content Include="XmlProcessorTestFilesChooseStatement2TestResult.xml" />
  263.     <Content Include="XmlProcessorTestFilesChooseStatementTest.xml" />
  264.     <Content Include="XmlProcessorTestFilesChooseStatementTestResult.xml" />
  265.     <Content Include="XmlProcessorTestFilesComplexPropertiesTest.xml" />
  266.     <Content Include="XmlProcessorTestFilesComplexPropertiesTestResult.xml" />
  267.     <Content Include="XmlProcessorTestFilesDefineDebugTestDisabled.xml" />
  268.     <Content Include="XmlProcessorTestFilesDefineDebugTestResult.xml" />
  269.     <Content Include="XmlProcessorTestFilesDefineDefaultTest.xml" />
  270.     <Content Include="XmlProcessorTestFilesDefineDefaultTestResult.xml" />
  271.     <Content Include="XmlProcessorTestFilesIfStatementTest.xml" />
  272.     <Content Include="XmlProcessorTestFilesIfStatementTestResult.xml" />
  273.     <Content Include="XmlProcessorTestFilesInvalidElseWithFlag.xml" />
  274.     <Content Include="XmlProcessorTestFilesInvalidElsifWithNoFlag.xml" />
  275.     <Content Include="XmlProcessorTestFilesInvalidFlag.xml" />
  276.     <Content Include="XmlProcessorTestFilesInvalidIfWithNoFlag.xml" />
  277.     <Content Include="XmlProcessorTestFilesInvalidPropertiesMissing.xml" />
  278.     <Content Include="XmlProcessorTestFilesInvalidUnbalancedIfStatement.xml" />
  279.     <Content Include="XmlProcessorTestFilesMultiInclude2Test.xml" />
  280.     <Content Include="XmlProcessorTestFilesMultiInclude2TestResult.xml" />
  281.     <Content Include="XmlProcessorTestFilesMultiIncludeTest.xml" />
  282.     <Content Include="XmlProcessorTestFilesMultiIncludeTestResult.xml" />
  283.     <Content Include="XmlProcessorTestFilesPi-ChooseStatement2Test.xml" />
  284.     <Content Include="XmlProcessorTestFilesPi-ChooseStatement2TestResult.xml" />
  285.     <Content Include="XmlProcessorTestFilesPi-ChooseStatementTest.xml" />
  286.     <Content Include="XmlProcessorTestFilesPi-ChooseStatementTestResult.xml" />
  287.     <Content Include="XmlProcessorTestFilesPi-ComplexChooseStatementTest.xml" />
  288.     <Content Include="XmlProcessorTestFilesPi-ComplexChooseStatementTestResult.xml" />
  289.     <Content Include="XmlProcessorTestFilesPi-ComplexDefineDefaultTest.xml" />
  290.     <Content Include="XmlProcessorTestFilesPi-ComplexDefineDefaultTestResult.xml" />
  291.     <Content Include="XmlProcessorTestFilesPi-DefineDebugTest.xml" />
  292.     <Content Include="XmlProcessorTestFilesPi-DefineDebugTestResult.xml" />
  293.     <Content Include="XmlProcessorTestFilesPi-DefineDefaultTest.xml" />
  294.     <Content Include="XmlProcessorTestFilesPi-DefineDefaultTestResult.xml" />
  295.     <Content Include="XmlProcessorTestFilesPI-IfStatementTest.xml" />
  296.     <Content Include="XmlProcessorTestFilesPI-IfStatementTestResult.xml" />
  297.     <Content Include="XmlProcessorTestFilesPropertiesMissingSilentTest.xml" />
  298.     <Content Include="XmlProcessorTestFilesPropertiesMissingSilentTestResult.xml" />
  299.     <Content Include="XmlProcessorTestFilesPropertiesWithAttributesTest.xml" />
  300.     <Content Include="XmlProcessorTestFilesPropertiesWithAttributesTestResult.xml" />
  301.     <Content Include="XmlProcessorTestFilesRelativeTestInclude1.xml" />
  302.     <Content Include="XmlProcessorTestFilesRelativeTestInclude2.xml" />
  303.     <Content Include="XmlProcessorTestFilesSimpleInclude.xml" />
  304.     <Content Include="XmlProcessorTestFilesSimplePropertiesTest.xml" />
  305.     <Content Include="XmlProcessorTestFilesSimplePropertiesTestResult.xml" />
  306.     <Content Include="XmlProcessorTestFilesSimpleTest.xml" />
  307.     <Content Include="XmlProcessorTestFilesSimpleTestResult.xml" />
  308.     <EmbeddedResource Include="AdaptersComponentModelTestComponent.resx">
  309.       <DependentUpon>TestComponent.cs</DependentUpon>
  310.     </EmbeddedResource>
  311.     <EmbeddedResource Include="Configuration2config_with_choose_stmt.xml" />
  312.     <EmbeddedResource Include="Configuration2config_with_define_debug.xml" />
  313.     <EmbeddedResource Include="Configuration2config_with_define_default.xml" />
  314.     <EmbeddedResource Include="Configuration2config_with_define_prod.xml" />
  315.     <EmbeddedResource Include="Configuration2config_with_define_qa.xml" />
  316.     <EmbeddedResource Include="Configuration2config_with_if_stmt.xml" />
  317.     <EmbeddedResource Include="Configuration2config_with_include.xml" />
  318.     <EmbeddedResource Include="Configuration2config_with_include_relative.xml" />
  319.     <EmbeddedResource Include="Configuration2config_with_include_relative2.xml" />
  320.     <EmbeddedResource Include="Configuration2include1.xml" />
  321.     <EmbeddedResource Include="Configuration2include2.xml" />
  322.     <EmbeddedResource Include="Configuration2RelativeTestrel_include1.xml" />
  323.     <EmbeddedResource Include="Configuration2RelativeTestrel_include2.xml" />
  324.     <EmbeddedResource Include="Configuration2resource_config_with_include.xml" />
  325.     <EmbeddedResource Include="Configurationsample_config.xml" />
  326.     <EmbeddedResource Include="XmlProcessorTestFilesAssemblyInclude1.xml" />
  327.     <EmbeddedResource Include="XmlProcessorTestFilesAssemblyInclude2.xml" />
  328.     <EmbeddedResource Include="XmlProcessorTestFilesinclude1.xml" />
  329.     <EmbeddedResource Include="XmlProcessorTestFilesinclude2.xml" />
  330.   </ItemGroup>
  331.   <ItemGroup>
  332.     <None Include="App.config" />
  333.   </ItemGroup>
  334.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  335.   <PropertyGroup>
  336.     <PreBuildEvent>
  337.     </PreBuildEvent>
  338.     <PostBuildEvent>
  339.     </PostBuildEvent>
  340.   </PropertyGroup>
  341. </Project>