Added a few overloads to AddFacility to be consistent with AddComponent.
[castle.git] / InversionOfControl / Castle.MicroKernel.Tests / Castle.MicroKernel.Tests-vs2005.csproj
blob56a4a025381d5bfebec76e9fd159d8518a2fcfc4
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\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
9     <ApplicationIcon>\r
10     </ApplicationIcon>\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
23     <StartupObject>\r
24     </StartupObject>\r
25     <FileUpgradeFlags>\r
26     </FileUpgradeFlags>\r
27     <UpgradeBackupLocation>\r
28     </UpgradeBackupLocation>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <OutputPath>..\bin\</OutputPath>\r
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
33     <BaseAddress>285212672</BaseAddress>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <ConfigurationOverrideFile>\r
36     </ConfigurationOverrideFile>\r
37     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
38     <DocumentationFile>\r
39     </DocumentationFile>\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <FileAlignment>4096</FileAlignment>\r
42     <NoStdLib>false</NoStdLib>\r
43     <NoWarn>\r
44     </NoWarn>\r
45     <Optimize>false</Optimize>\r
46     <RegisterForComInterop>false</RegisterForComInterop>\r
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
49     <WarningLevel>4</WarningLevel>\r
50     <DebugType>full</DebugType>\r
51     <ErrorReport>prompt</ErrorReport>\r
52     <UseVSHostingProcess>true</UseVSHostingProcess>\r
53   </PropertyGroup>\r
54   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
55     <OutputPath>..\bin\</OutputPath>\r
56     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
57     <BaseAddress>285212672</BaseAddress>\r
58     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
59     <ConfigurationOverrideFile>\r
60     </ConfigurationOverrideFile>\r
61     <DefineConstants>TRACE</DefineConstants>\r
62     <DocumentationFile>\r
63     </DocumentationFile>\r
64     <DebugSymbols>false</DebugSymbols>\r
65     <FileAlignment>4096</FileAlignment>\r
66     <NoStdLib>false</NoStdLib>\r
67     <NoWarn>\r
68     </NoWarn>\r
69     <Optimize>true</Optimize>\r
70     <RegisterForComInterop>false</RegisterForComInterop>\r
71     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
72     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
73     <WarningLevel>4</WarningLevel>\r
74     <DebugType>none</DebugType>\r
75     <ErrorReport>prompt</ErrorReport>\r
76     <UseVSHostingProcess>true</UseVSHostingProcess>\r
77   </PropertyGroup>\r
78   <ItemGroup>\r
79     <Reference Include="nunit.framework">\r
80       <Name>nunit.framework</Name>\r
81       <HintPath>..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>\r
82       <AssemblyFolderKey>hklm\dn\nunit.framework</AssemblyFolderKey>\r
83     </Reference>\r
84     <Reference Include="System">\r
85       <Name>System</Name>\r
86     </Reference>\r
87     <Reference Include="System.Data">\r
88       <Name>System.Data</Name>\r
89     </Reference>\r
90     <Reference Include="System.Xml">\r
91       <Name>System.XML</Name>\r
92     </Reference>\r
93     <ProjectReference Include="..\..\Core\Castle.Core\Castle.Core-vs2005.csproj">\r
94       <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>\r
95       <Name>Castle.Core-vs2005</Name>\r
96     </ProjectReference>\r
97     <ProjectReference Include="..\Castle.MicroKernel\Castle.MicroKernel-vs2005.csproj">\r
98       <Name>Castle.MicroKernel</Name>\r
99       <Project>{8C6AADEB-D099-4D2A-8F5B-4EBC12AC9159}</Project>\r
100       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>\r
101     </ProjectReference>\r
102   </ItemGroup>\r
103   <ItemGroup>\r
104     <Compile Include="BestConstructorTestCase.cs">\r
105       <SubType>Code</SubType>\r
106     </Compile>\r
107     <Compile Include="BinaryTreeComponentNameTestCase.cs">\r
108       <SubType>Code</SubType>\r
109     </Compile>\r
110     <Compile Include="ClassComponents\ClassWithArrayConstructor.cs" />\r
111     <Compile Include="ClassComponents\ClassWithListConstructor.cs">\r
112       <SubType>Code</SubType>\r
113     </Compile>\r
114     <Compile Include="ClassComponents\ClassWithTwoParametersWithSameType.cs" />\r
115     <Compile Include="ClassComponents\CommonImpl1.cs">\r
116       <SubType>Code</SubType>\r
117     </Compile>\r
118     <Compile Include="ClassComponents\CommonImpl2.cs">\r
119       <SubType>Code</SubType>\r
120     </Compile>\r
121     <Compile Include="ClassComponents\CommonServiceUser.cs">\r
122       <SubType>Code</SubType>\r
123     </Compile>\r
124     <Compile Include="ClassComponents\CommonServiceUser2.cs">\r
125       <SubType>Code</SubType>\r
126     </Compile>\r
127     <Compile Include="ClassComponents\ComponentFactory.cs">\r
128       <SubType>Code</SubType>\r
129     </Compile>\r
130     <Compile Include="ClassComponents\CommonImplWithDependancy.cs" />\r
131     <Compile Include="ClassComponents\CustomerChain.cs" />\r
132     <Compile Include="ClassComponents\CustomerImpl.cs">\r
133       <SubType>Code</SubType>\r
134     </Compile>\r
135     <Compile Include="ClassComponents\CustomerImpl2.cs">\r
136       <SubType>Code</SubType>\r
137     </Compile>\r
138     <Compile Include="ClassComponents\CustomLifestyleManager.cs">\r
139       <SubType>Code</SubType>\r
140     </Compile>\r
141     <Compile Include="ClassComponents\DefaultCustomer.cs">\r
142       <SubType>Code</SubType>\r
143     </Compile>\r
144     <Compile Include="ClassComponents\DefaultMailSenderService.cs">\r
145       <SubType>Code</SubType>\r
146     </Compile>\r
147     <Compile Include="ClassComponents\DefaultSpamService.cs">\r
148       <SubType>Code</SubType>\r
149     </Compile>\r
150     <Compile Include="ClassComponents\DefaultSpamServiceWithConstructor.cs">\r
151       <SubType>Code</SubType>\r
152     </Compile>\r
153     <Compile Include="ClassComponents\DefaultTemplateEngine.cs">\r
154       <SubType>Code</SubType>\r
155     </Compile>\r
156     <Compile Include="ClassComponents\HiperFacility.cs">\r
157       <SubType>Code</SubType>\r
158     </Compile>\r
159     <Compile Include="ClassComponents\ICommon.cs">\r
160       <SubType>Code</SubType>\r
161     </Compile>\r
162     <Compile Include="ClassComponents\ICustomer.cs">\r
163       <SubType>Code</SubType>\r
164     </Compile>\r
165     <Compile Include="ClassComponents\Repository.cs" />\r
166     <Compile Include="Configuration\Components\ClassWithComplexParameter.cs" />\r
167     <Compile Include="Configuration\Components\ClassWithConstructors.cs">\r
168       <SubType>Code</SubType>\r
169     </Compile>\r
170     <Compile Include="Configuration\ConfigurationTestCase.cs">\r
171       <SubType>Code</SubType>\r
172     </Compile>\r
173     <Compile Include="DependencyResolvingTestCase.cs" />\r
174     <Compile Include="EventTests.cs" />\r
175     <Compile Include="Facilities\FactorySupport\FactorySupportProgrammaticTestCase.cs" />\r
176     <Compile Include="Facilities\FactorySupport\FactorySupportTestCase.cs" />\r
177     <Compile Include="Facilities\Startable\Components\StartableComponentWithCustomDependencies.cs" />\r
178     <Compile Include="KeySearchNamingSubSystemTestCase.cs" />\r
179     <Compile Include="DefaultConversionManagerTestCase.cs">\r
180       <SubType>Code</SubType>\r
181     </Compile>\r
182     <Compile Include="DependencyGraph.cs">\r
183       <SubType>Code</SubType>\r
184     </Compile>\r
185     <Compile Include="DependencyResolvers.cs">\r
186       <SubType>Code</SubType>\r
187     </Compile>\r
188     <Compile Include="Facilities\Startable\Components\NoInterfaceStartableComponent.cs">\r
189       <SubType>Code</SubType>\r
190     </Compile>\r
191     <Compile Include="Facilities\Startable\Components\StartableComponent.cs">\r
192       <SubType>Code</SubType>\r
193     </Compile>\r
194     <Compile Include="Facilities\Startable\StartableFacilityTestCase.cs">\r
195       <SubType>Code</SubType>\r
196     </Compile>\r
197     <Compile Include="FacilityTestCase.cs">\r
198       <SubType>Code</SubType>\r
199     </Compile>\r
200     <Compile Include="GraphTestCase.cs">\r
201       <SubType>Code</SubType>\r
202     </Compile>\r
203     <Compile Include="Lifecycle\Components\HttpFakeServer.cs">\r
204       <SubType>Code</SubType>\r
205     </Compile>\r
206     <Compile Include="Lifestyle\Components\MyCustomerActivator.cs" />\r
207     <Compile Include="Lifestyle\DecomissioningResponsibilitiesTestCase.cs" />\r
208     <Compile Include="Lifecycle\LifecycleTestCase.cs">\r
209       <SubType>Code</SubType>\r
210     </Compile>\r
211     <Compile Include="Lifestyle\Components\PerWebRequestComponent.cs" />\r
212     <Compile Include="Lifestyle\Components\CustomComponent.cs">\r
213       <SubType>Code</SubType>\r
214     </Compile>\r
215     <Compile Include="Lifestyle\Components\IComponent.cs">\r
216       <SubType>Code</SubType>\r
217     </Compile>\r
218     <Compile Include="Lifestyle\Components\MyLifestyleHandler.cs">\r
219       <SubType>Code</SubType>\r
220     </Compile>\r
221     <Compile Include="Lifestyle\Components\NoInfoComponent.cs">\r
222       <SubType>Code</SubType>\r
223     </Compile>\r
224     <Compile Include="Lifestyle\Components\PerThreadComponent.cs">\r
225       <SubType>Code</SubType>\r
226     </Compile>\r
227     <Compile Include="Lifestyle\Components\SingletonComponent.cs">\r
228       <SubType>Code</SubType>\r
229     </Compile>\r
230     <Compile Include="Lifestyle\Components\TransientComponent.cs">\r
231       <SubType>Code</SubType>\r
232     </Compile>\r
233     <Compile Include="Lifestyle\LifestyleManagerTestCase.cs">\r
234       <SubType>Code</SubType>\r
235     </Compile>\r
236     <Compile Include="MicroKernelTestCase.cs">\r
237       <SubType>Code</SubType>\r
238     </Compile>\r
239     <Compile Include="NamingPartsSubSystemTestCase.cs">\r
240       <SubType>Code</SubType>\r
241     </Compile>\r
242     <Compile Include="Pools\MultithreadedPooledTestCase.cs">\r
243       <SubType>Code</SubType>\r
244     </Compile>\r
245     <Compile Include="Pools\PoolableComponent1.cs">\r
246       <SubType>Code</SubType>\r
247     </Compile>\r
248     <Compile Include="Pools\PooledLifestyleManagerTestCase.cs">\r
249       <SubType>Code</SubType>\r
250     </Compile>\r
251     <Compile Include="Registration\AllTypesOfTestCase.cs" />\r
252     <Compile Include="Registration\ComponentRegistrationTestCase.cs" />\r
253     <Compile Include="RuntimeParametersTestCase.cs" />\r
254     <Compile Include="RuntimeParameters\ComponentWithParameters.cs" />\r
255     <Compile Include="SerializationTestCase.cs">\r
256       <SubType>Code</SubType>\r
257     </Compile>\r
258     <Compile Include="SubContainers\SubContainersTestCase.cs">\r
259       <SubType>Code</SubType>\r
260     </Compile>\r
261     <Compile Include="SubResolverTestCase.cs" />\r
262     <Compile Include="TransientMultiConstructorTestCase.cs" />\r
263     <Compile Include="UnsatisfiedDependenciesTestCase.cs">\r
264       <SubType>Code</SubType>\r
265     </Compile>\r
266   </ItemGroup>\r
267   <ItemGroup>\r
268     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
269   </ItemGroup>\r
270   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
271   <PropertyGroup>\r
272     <PreBuildEvent>\r
273     </PreBuildEvent>\r
274     <PostBuildEvent>\r
275     </PostBuildEvent>\r
276   </PropertyGroup>\r
277 </Project>