Fixed IOC-79 which properly collects all Handlers (including Generic). This became...
[castle.git] / InversionOfControl / Castle.MicroKernel.Tests / Castle.MicroKernel.Tests-vs2005.csproj
blob7f9affd2db12e96cbe2a96e1739c75d63dbbb41c
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;DOTNET2</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;DOTNET2</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\CustomerImpl.cs">\r
132       <SubType>Code</SubType>\r
133     </Compile>\r
134     <Compile Include="ClassComponents\CustomerImpl2.cs">\r
135       <SubType>Code</SubType>\r
136     </Compile>\r
137     <Compile Include="ClassComponents\CustomLifestyleManager.cs">\r
138       <SubType>Code</SubType>\r
139     </Compile>\r
140     <Compile Include="ClassComponents\DefaultCustomer.cs">\r
141       <SubType>Code</SubType>\r
142     </Compile>\r
143     <Compile Include="ClassComponents\DefaultMailSenderService.cs">\r
144       <SubType>Code</SubType>\r
145     </Compile>\r
146     <Compile Include="ClassComponents\DefaultSpamService.cs">\r
147       <SubType>Code</SubType>\r
148     </Compile>\r
149     <Compile Include="ClassComponents\DefaultSpamServiceWithConstructor.cs">\r
150       <SubType>Code</SubType>\r
151     </Compile>\r
152     <Compile Include="ClassComponents\DefaultTemplateEngine.cs">\r
153       <SubType>Code</SubType>\r
154     </Compile>\r
155     <Compile Include="ClassComponents\HiperFacility.cs">\r
156       <SubType>Code</SubType>\r
157     </Compile>\r
158     <Compile Include="ClassComponents\ICommon.cs">\r
159       <SubType>Code</SubType>\r
160     </Compile>\r
161     <Compile Include="ClassComponents\ICustomer.cs">\r
162       <SubType>Code</SubType>\r
163     </Compile>\r
164     <Compile Include="ClassComponents\Repository.cs" />\r
165     <Compile Include="Configuration\Components\ClassWithComplexParameter.cs" />\r
166     <Compile Include="Configuration\Components\ClassWithConstructors.cs">\r
167       <SubType>Code</SubType>\r
168     </Compile>\r
169     <Compile Include="Configuration\ConfigurationTestCase.cs">\r
170       <SubType>Code</SubType>\r
171     </Compile>\r
172     <Compile Include="Facilities\FactorySupport\FactorySupportProgrammaticTestCase.cs" />\r
173     <Compile Include="Facilities\FactorySupport\FactorySupportTestCase.cs" />\r
174     <Compile Include="Facilities\Startable\Components\StartableComponentWithCustomDependencies.cs" />\r
175     <Compile Include="KeySearchNamingSubSystemTestCase.cs" />\r
176     <Compile Include="DefaultConversionManagerTestCase.cs">\r
177       <SubType>Code</SubType>\r
178     </Compile>\r
179     <Compile Include="DependencyGraph.cs">\r
180       <SubType>Code</SubType>\r
181     </Compile>\r
182     <Compile Include="DependencyResolvers.cs">\r
183       <SubType>Code</SubType>\r
184     </Compile>\r
185     <Compile Include="DependencyResolvingTestCases.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\DecomissioningResponsibilitiesTestCase.cs" />\r
207     <Compile Include="Lifecycle\LifecycleTestCase.cs">\r
208       <SubType>Code</SubType>\r
209     </Compile>\r
210     <Compile Include="Lifestyle\Components\PerWebRequestComponent.cs" />\r
211     <Compile Include="Lifestyle\Components\CustomComponent.cs">\r
212       <SubType>Code</SubType>\r
213     </Compile>\r
214     <Compile Include="Lifestyle\Components\IComponent.cs">\r
215       <SubType>Code</SubType>\r
216     </Compile>\r
217     <Compile Include="Lifestyle\Components\MyLifestyleHandler.cs">\r
218       <SubType>Code</SubType>\r
219     </Compile>\r
220     <Compile Include="Lifestyle\Components\NoInfoComponent.cs">\r
221       <SubType>Code</SubType>\r
222     </Compile>\r
223     <Compile Include="Lifestyle\Components\PerThreadComponent.cs">\r
224       <SubType>Code</SubType>\r
225     </Compile>\r
226     <Compile Include="Lifestyle\Components\SingletonComponent.cs">\r
227       <SubType>Code</SubType>\r
228     </Compile>\r
229     <Compile Include="Lifestyle\Components\TransientComponent.cs">\r
230       <SubType>Code</SubType>\r
231     </Compile>\r
232     <Compile Include="Lifestyle\LifestyleManagerTestCase.cs">\r
233       <SubType>Code</SubType>\r
234     </Compile>\r
235     <Compile Include="MicroKernelTestCase.cs">\r
236       <SubType>Code</SubType>\r
237     </Compile>\r
238     <Compile Include="NamingPartsSubSystemTestCase.cs">\r
239       <SubType>Code</SubType>\r
240     </Compile>\r
241     <Compile Include="Pools\MultithreadedPooledTestCase.cs">\r
242       <SubType>Code</SubType>\r
243     </Compile>\r
244     <Compile Include="Pools\PoolableComponent1.cs">\r
245       <SubType>Code</SubType>\r
246     </Compile>\r
247     <Compile Include="Pools\PooledLifestyleManagerTestCase.cs">\r
248       <SubType>Code</SubType>\r
249     </Compile>\r
250     <Compile Include="RuntimeParametersTestCase.cs" />\r
251     <Compile Include="RuntimeParameters\ComponentWithParameters.cs" />\r
252     <Compile Include="SerializationTestCase.cs">\r
253       <SubType>Code</SubType>\r
254     </Compile>\r
255     <Compile Include="SubContainers\SubContainersTestCase.cs">\r
256       <SubType>Code</SubType>\r
257     </Compile>\r
258     <Compile Include="TransientMultiConstructorTestCase.cs" />\r
259     <Compile Include="UnsatisfiedDependenciesTestCase.cs">\r
260       <SubType>Code</SubType>\r
261     </Compile>\r
262   </ItemGroup>\r
263   <ItemGroup>\r
264     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
265   </ItemGroup>\r
266   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
267   <PropertyGroup>\r
268     <PreBuildEvent>\r
269     </PreBuildEvent>\r
270     <PostBuildEvent>\r
271     </PostBuildEvent>\r
272   </PropertyGroup>\r
273 </Project>\r