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