Renamed RailsException to MonoRailException
[castle.git] / InversionOfControl / Castle.MicroKernel.Tests / Castle.MicroKernel.Tests-vs2008.csproj
blob80395a977780a8b585962932631653935cf804ef
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>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     <OldToolsVersion>2.0</OldToolsVersion>\r
30   </PropertyGroup>\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
39     <DocumentationFile>\r
40     </DocumentationFile>\r
41     <DebugSymbols>true</DebugSymbols>\r
42     <FileAlignment>4096</FileAlignment>\r
43     <NoStdLib>false</NoStdLib>\r
44     <NoWarn>\r
45     </NoWarn>\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
54   </PropertyGroup>\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
63     <DocumentationFile>\r
64     </DocumentationFile>\r
65     <DebugSymbols>false</DebugSymbols>\r
66     <FileAlignment>4096</FileAlignment>\r
67     <NoStdLib>false</NoStdLib>\r
68     <NoWarn>\r
69     </NoWarn>\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
78   </PropertyGroup>\r
79   <ItemGroup>\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
84     </Reference>\r
85     <Reference Include="System">\r
86       <Name>System</Name>\r
87     </Reference>\r
88     <Reference Include="System.Data">\r
89       <Name>System.Data</Name>\r
90     </Reference>\r
91     <Reference Include="System.Xml">\r
92       <Name>System.XML</Name>\r
93     </Reference>\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
97     </ProjectReference>\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
103   </ItemGroup>\r
104   <ItemGroup>\r
105     <Compile Include="BestConstructorTestCase.cs">\r
106       <SubType>Code</SubType>\r
107     </Compile>\r
108     <Compile Include="BinaryTreeComponentNameTestCase.cs">\r
109       <SubType>Code</SubType>\r
110     </Compile>\r
111     <Compile Include="ClassComponents\ClassWithArrayConstructor.cs" />\r
112     <Compile Include="ClassComponents\ClassWithListConstructor.cs">\r
113       <SubType>Code</SubType>\r
114     </Compile>\r
115     <Compile Include="ClassComponents\ClassWithTwoParametersWithSameType.cs" />\r
116     <Compile Include="ClassComponents\CommonImpl1.cs">\r
117       <SubType>Code</SubType>\r
118     </Compile>\r
119     <Compile Include="ClassComponents\CommonImpl2.cs">\r
120       <SubType>Code</SubType>\r
121     </Compile>\r
122     <Compile Include="ClassComponents\CommonServiceUser.cs">\r
123       <SubType>Code</SubType>\r
124     </Compile>\r
125     <Compile Include="ClassComponents\CommonServiceUser2.cs">\r
126       <SubType>Code</SubType>\r
127     </Compile>\r
128     <Compile Include="ClassComponents\ComponentFactory.cs">\r
129       <SubType>Code</SubType>\r
130     </Compile>\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
135     </Compile>\r
136     <Compile Include="ClassComponents\CustomerImpl2.cs">\r
137       <SubType>Code</SubType>\r
138     </Compile>\r
139     <Compile Include="ClassComponents\CustomLifestyleManager.cs">\r
140       <SubType>Code</SubType>\r
141     </Compile>\r
142     <Compile Include="ClassComponents\DefaultCustomer.cs">\r
143       <SubType>Code</SubType>\r
144     </Compile>\r
145     <Compile Include="ClassComponents\DefaultMailSenderService.cs">\r
146       <SubType>Code</SubType>\r
147     </Compile>\r
148     <Compile Include="ClassComponents\DefaultSpamService.cs">\r
149       <SubType>Code</SubType>\r
150     </Compile>\r
151     <Compile Include="ClassComponents\DefaultSpamServiceWithConstructor.cs">\r
152       <SubType>Code</SubType>\r
153     </Compile>\r
154     <Compile Include="ClassComponents\DefaultTemplateEngine.cs">\r
155       <SubType>Code</SubType>\r
156     </Compile>\r
157     <Compile Include="ClassComponents\HiperFacility.cs">\r
158       <SubType>Code</SubType>\r
159     </Compile>\r
160     <Compile Include="ClassComponents\ICommon.cs">\r
161       <SubType>Code</SubType>\r
162     </Compile>\r
163     <Compile Include="ClassComponents\ICustomer.cs">\r
164       <SubType>Code</SubType>\r
165     </Compile>\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
170     </Compile>\r
171     <Compile Include="Configuration\ConfigurationTestCase.cs">\r
172       <SubType>Code</SubType>\r
173     </Compile>\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
180     </Compile>\r
181     <Compile Include="DependencyGraph.cs">\r
182       <SubType>Code</SubType>\r
183     </Compile>\r
184     <Compile Include="DependencyResolvers.cs">\r
185       <SubType>Code</SubType>\r
186     </Compile>\r
187     <Compile Include="DependencyResolvingTestCases.cs">\r
188       <SubType>Code</SubType>\r
189     </Compile>\r
190     <Compile Include="Facilities\Startable\Components\NoInterfaceStartableComponent.cs">\r
191       <SubType>Code</SubType>\r
192     </Compile>\r
193     <Compile Include="Facilities\Startable\Components\StartableComponent.cs">\r
194       <SubType>Code</SubType>\r
195     </Compile>\r
196     <Compile Include="Facilities\Startable\StartableFacilityTestCase.cs">\r
197       <SubType>Code</SubType>\r
198     </Compile>\r
199     <Compile Include="FacilityTestCase.cs">\r
200       <SubType>Code</SubType>\r
201     </Compile>\r
202     <Compile Include="GraphTestCase.cs">\r
203       <SubType>Code</SubType>\r
204     </Compile>\r
205     <Compile Include="Lifecycle\Components\HttpFakeServer.cs">\r
206       <SubType>Code</SubType>\r
207     </Compile>\r
208     <Compile Include="Lifestyle\DecomissioningResponsibilitiesTestCase.cs" />\r
209     <Compile Include="Lifecycle\LifecycleTestCase.cs">\r
210       <SubType>Code</SubType>\r
211     </Compile>\r
212     <Compile Include="Lifestyle\Components\PerWebRequestComponent.cs" />\r
213     <Compile Include="Lifestyle\Components\CustomComponent.cs">\r
214       <SubType>Code</SubType>\r
215     </Compile>\r
216     <Compile Include="Lifestyle\Components\IComponent.cs">\r
217       <SubType>Code</SubType>\r
218     </Compile>\r
219     <Compile Include="Lifestyle\Components\MyLifestyleHandler.cs">\r
220       <SubType>Code</SubType>\r
221     </Compile>\r
222     <Compile Include="Lifestyle\Components\NoInfoComponent.cs">\r
223       <SubType>Code</SubType>\r
224     </Compile>\r
225     <Compile Include="Lifestyle\Components\PerThreadComponent.cs">\r
226       <SubType>Code</SubType>\r
227     </Compile>\r
228     <Compile Include="Lifestyle\Components\SingletonComponent.cs">\r
229       <SubType>Code</SubType>\r
230     </Compile>\r
231     <Compile Include="Lifestyle\Components\TransientComponent.cs">\r
232       <SubType>Code</SubType>\r
233     </Compile>\r
234     <Compile Include="Lifestyle\LifestyleManagerTestCase.cs">\r
235       <SubType>Code</SubType>\r
236     </Compile>\r
237     <Compile Include="MicroKernelTestCase.cs">\r
238       <SubType>Code</SubType>\r
239     </Compile>\r
240     <Compile Include="NamingPartsSubSystemTestCase.cs">\r
241       <SubType>Code</SubType>\r
242     </Compile>\r
243     <Compile Include="Pools\MultithreadedPooledTestCase.cs">\r
244       <SubType>Code</SubType>\r
245     </Compile>\r
246     <Compile Include="Pools\PoolableComponent1.cs">\r
247       <SubType>Code</SubType>\r
248     </Compile>\r
249     <Compile Include="Pools\PooledLifestyleManagerTestCase.cs">\r
250       <SubType>Code</SubType>\r
251     </Compile>\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
256     </Compile>\r
257     <Compile Include="SubContainers\SubContainersTestCase.cs">\r
258       <SubType>Code</SubType>\r
259     </Compile>\r
260     <Compile Include="TransientMultiConstructorTestCase.cs" />\r
261     <Compile Include="UnsatisfiedDependenciesTestCase.cs">\r
262       <SubType>Code</SubType>\r
263     </Compile>\r
264   </ItemGroup>\r
265   <ItemGroup>\r
266     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
267   </ItemGroup>\r
268   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
269   <PropertyGroup>\r
270     <PreBuildEvent>\r
271     </PreBuildEvent>\r
272     <PostBuildEvent>\r
273     </PostBuildEvent>\r
274   </PropertyGroup>\r
275 </Project>