1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\r
3 <ProjectType>Local</ProjectType>
\r
4 <ProductVersion>8.0.50727</ProductVersion>
\r
5 <SchemaVersion>2.0</SchemaVersion>
\r
6 <ProjectGuid>{EF9313A4-C6E0-40F7-9E3F-530D547D3AEF}</ProjectGuid>
\r
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
11 <AssemblyKeyContainerName>
\r
12 </AssemblyKeyContainerName>
\r
13 <AssemblyName>Castle.MicroKernel.Tests</AssemblyName>
\r
14 <AssemblyOriginatorKeyFile>
\r
15 </AssemblyOriginatorKeyFile>
\r
16 <DefaultClientScript>JScript</DefaultClientScript>
\r
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
\r
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
\r
19 <DelaySign>false</DelaySign>
\r
20 <OutputType>Library</OutputType>
\r
21 <RootNamespace>Castle.MicroKernel.Tests</RootNamespace>
\r
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
\r
27 <UpgradeBackupLocation>
\r
28 </UpgradeBackupLocation>
\r
29 <OldToolsVersion>2.0</OldToolsVersion>
\r
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
32 <OutputPath>..\bin\</OutputPath>
\r
33 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
34 <BaseAddress>285212672</BaseAddress>
\r
35 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
36 <ConfigurationOverrideFile>
\r
37 </ConfigurationOverrideFile>
\r
38 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
40 </DocumentationFile>
\r
41 <DebugSymbols>true</DebugSymbols>
\r
42 <FileAlignment>4096</FileAlignment>
\r
43 <NoStdLib>false</NoStdLib>
\r
46 <Optimize>false</Optimize>
\r
47 <RegisterForComInterop>false</RegisterForComInterop>
\r
48 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
49 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
50 <WarningLevel>4</WarningLevel>
\r
51 <DebugType>full</DebugType>
\r
52 <ErrorReport>prompt</ErrorReport>
\r
53 <UseVSHostingProcess>true</UseVSHostingProcess>
\r
55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
56 <OutputPath>..\bin\</OutputPath>
\r
57 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
58 <BaseAddress>285212672</BaseAddress>
\r
59 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
60 <ConfigurationOverrideFile>
\r
61 </ConfigurationOverrideFile>
\r
62 <DefineConstants>TRACE</DefineConstants>
\r
64 </DocumentationFile>
\r
65 <DebugSymbols>false</DebugSymbols>
\r
66 <FileAlignment>4096</FileAlignment>
\r
67 <NoStdLib>false</NoStdLib>
\r
70 <Optimize>true</Optimize>
\r
71 <RegisterForComInterop>false</RegisterForComInterop>
\r
72 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
73 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
74 <WarningLevel>4</WarningLevel>
\r
75 <DebugType>none</DebugType>
\r
76 <ErrorReport>prompt</ErrorReport>
\r
77 <UseVSHostingProcess>true</UseVSHostingProcess>
\r
80 <Reference Include="nunit.framework">
\r
81 <Name>nunit.framework</Name>
\r
82 <HintPath>..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>
\r
83 <AssemblyFolderKey>hklm\dn\nunit.framework</AssemblyFolderKey>
\r
85 <Reference Include="System">
\r
88 <Reference Include="System.Data">
\r
89 <Name>System.Data</Name>
\r
91 <Reference Include="System.Xml">
\r
92 <Name>System.XML</Name>
\r
94 <ProjectReference Include="..\..\Core\Castle.Core\Castle.Core-vs2005.csproj">
\r
95 <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>
\r
96 <Name>Castle.Core-vs2005</Name>
\r
98 <ProjectReference Include="..\Castle.MicroKernel\Castle.MicroKernel-vs2005.csproj">
\r
99 <Name>Castle.MicroKernel</Name>
\r
100 <Project>{8C6AADEB-D099-4D2A-8F5B-4EBC12AC9159}</Project>
\r
101 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
\r
102 </ProjectReference>
\r
105 <Compile Include="BestConstructorTestCase.cs">
\r
106 <SubType>Code</SubType>
\r
108 <Compile Include="BinaryTreeComponentNameTestCase.cs">
\r
109 <SubType>Code</SubType>
\r
111 <Compile Include="ClassComponents\ClassWithArrayConstructor.cs" />
\r
112 <Compile Include="ClassComponents\ClassWithListConstructor.cs">
\r
113 <SubType>Code</SubType>
\r
115 <Compile Include="ClassComponents\ClassWithTwoParametersWithSameType.cs" />
\r
116 <Compile Include="ClassComponents\CommonImpl1.cs">
\r
117 <SubType>Code</SubType>
\r
119 <Compile Include="ClassComponents\CommonImpl2.cs">
\r
120 <SubType>Code</SubType>
\r
122 <Compile Include="ClassComponents\CommonServiceUser.cs">
\r
123 <SubType>Code</SubType>
\r
125 <Compile Include="ClassComponents\CommonServiceUser2.cs">
\r
126 <SubType>Code</SubType>
\r
128 <Compile Include="ClassComponents\ComponentFactory.cs">
\r
129 <SubType>Code</SubType>
\r
131 <Compile Include="ClassComponents\CommonImplWithDependancy.cs" />
\r
132 <Compile Include="ClassComponents\CustomerChain.cs" />
\r
133 <Compile Include="ClassComponents\CustomerImpl.cs">
\r
134 <SubType>Code</SubType>
\r
136 <Compile Include="ClassComponents\CustomerImpl2.cs">
\r
137 <SubType>Code</SubType>
\r
139 <Compile Include="ClassComponents\CustomLifestyleManager.cs">
\r
140 <SubType>Code</SubType>
\r
142 <Compile Include="ClassComponents\DefaultCustomer.cs">
\r
143 <SubType>Code</SubType>
\r
145 <Compile Include="ClassComponents\DefaultMailSenderService.cs">
\r
146 <SubType>Code</SubType>
\r
148 <Compile Include="ClassComponents\DefaultSpamService.cs">
\r
149 <SubType>Code</SubType>
\r
151 <Compile Include="ClassComponents\DefaultSpamServiceWithConstructor.cs">
\r
152 <SubType>Code</SubType>
\r
154 <Compile Include="ClassComponents\DefaultTemplateEngine.cs">
\r
155 <SubType>Code</SubType>
\r
157 <Compile Include="ClassComponents\HiperFacility.cs">
\r
158 <SubType>Code</SubType>
\r
160 <Compile Include="ClassComponents\ICommon.cs">
\r
161 <SubType>Code</SubType>
\r
163 <Compile Include="ClassComponents\ICustomer.cs">
\r
164 <SubType>Code</SubType>
\r
166 <Compile Include="ClassComponents\Repository.cs" />
\r
167 <Compile Include="Configuration\Components\ClassWithComplexParameter.cs" />
\r
168 <Compile Include="Configuration\Components\ClassWithConstructors.cs">
\r
169 <SubType>Code</SubType>
\r
171 <Compile Include="Configuration\ConfigurationTestCase.cs">
\r
172 <SubType>Code</SubType>
\r
174 <Compile Include="Facilities\FactorySupport\FactorySupportProgrammaticTestCase.cs" />
\r
175 <Compile Include="Facilities\FactorySupport\FactorySupportTestCase.cs" />
\r
176 <Compile Include="Facilities\Startable\Components\StartableComponentWithCustomDependencies.cs" />
\r
177 <Compile Include="KeySearchNamingSubSystemTestCase.cs" />
\r
178 <Compile Include="DefaultConversionManagerTestCase.cs">
\r
179 <SubType>Code</SubType>
\r
181 <Compile Include="DependencyGraph.cs">
\r
182 <SubType>Code</SubType>
\r
184 <Compile Include="DependencyResolvers.cs">
\r
185 <SubType>Code</SubType>
\r
187 <Compile Include="DependencyResolvingTestCases.cs">
\r
188 <SubType>Code</SubType>
\r
190 <Compile Include="Facilities\Startable\Components\NoInterfaceStartableComponent.cs">
\r
191 <SubType>Code</SubType>
\r
193 <Compile Include="Facilities\Startable\Components\StartableComponent.cs">
\r
194 <SubType>Code</SubType>
\r
196 <Compile Include="Facilities\Startable\StartableFacilityTestCase.cs">
\r
197 <SubType>Code</SubType>
\r
199 <Compile Include="FacilityTestCase.cs">
\r
200 <SubType>Code</SubType>
\r
202 <Compile Include="GraphTestCase.cs">
\r
203 <SubType>Code</SubType>
\r
205 <Compile Include="Lifecycle\Components\HttpFakeServer.cs">
\r
206 <SubType>Code</SubType>
\r
208 <Compile Include="Lifestyle\DecomissioningResponsibilitiesTestCase.cs" />
\r
209 <Compile Include="Lifecycle\LifecycleTestCase.cs">
\r
210 <SubType>Code</SubType>
\r
212 <Compile Include="Lifestyle\Components\PerWebRequestComponent.cs" />
\r
213 <Compile Include="Lifestyle\Components\CustomComponent.cs">
\r
214 <SubType>Code</SubType>
\r
216 <Compile Include="Lifestyle\Components\IComponent.cs">
\r
217 <SubType>Code</SubType>
\r
219 <Compile Include="Lifestyle\Components\MyLifestyleHandler.cs">
\r
220 <SubType>Code</SubType>
\r
222 <Compile Include="Lifestyle\Components\NoInfoComponent.cs">
\r
223 <SubType>Code</SubType>
\r
225 <Compile Include="Lifestyle\Components\PerThreadComponent.cs">
\r
226 <SubType>Code</SubType>
\r
228 <Compile Include="Lifestyle\Components\SingletonComponent.cs">
\r
229 <SubType>Code</SubType>
\r
231 <Compile Include="Lifestyle\Components\TransientComponent.cs">
\r
232 <SubType>Code</SubType>
\r
234 <Compile Include="Lifestyle\LifestyleManagerTestCase.cs">
\r
235 <SubType>Code</SubType>
\r
237 <Compile Include="MicroKernelTestCase.cs">
\r
238 <SubType>Code</SubType>
\r
240 <Compile Include="NamingPartsSubSystemTestCase.cs">
\r
241 <SubType>Code</SubType>
\r
243 <Compile Include="Pools\MultithreadedPooledTestCase.cs">
\r
244 <SubType>Code</SubType>
\r
246 <Compile Include="Pools\PoolableComponent1.cs">
\r
247 <SubType>Code</SubType>
\r
249 <Compile Include="Pools\PooledLifestyleManagerTestCase.cs">
\r
250 <SubType>Code</SubType>
\r
252 <Compile Include="RuntimeParametersTestCase.cs" />
\r
253 <Compile Include="RuntimeParameters\ComponentWithParameters.cs" />
\r
254 <Compile Include="SerializationTestCase.cs">
\r
255 <SubType>Code</SubType>
\r
257 <Compile Include="SubContainers\SubContainersTestCase.cs">
\r
258 <SubType>Code</SubType>
\r
260 <Compile Include="TransientMultiConstructorTestCase.cs" />
\r
261 <Compile Include="UnsatisfiedDependenciesTestCase.cs">
\r
262 <SubType>Code</SubType>
\r
266 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
268 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r