Added ability to order the execution of dictionary adapter behaviors.
[castle.git] / Experiments / Castle.Igloo / Castle.Igloo.Test / Castle.Igloo.Test.csproj
blob9ebd79d09b67c0f822e36564e330b5f79189f19f
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{89546D35-D0AC-4A11-B9DB-537234BBF2E3}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Igloo.Test</RootNamespace>\r
11     <AssemblyName>Castle.Igloo.Test</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
32       <SpecificVersion>False</SpecificVersion>\r
33       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
34     </Reference>\r
35     <Reference Include="Castle.DynamicProxy2, Version=2.0.0.1, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
36       <SpecificVersion>False</SpecificVersion>\r
37       <HintPath>..\..\..\build\net-2.0\debug\Castle.DynamicProxy2.dll</HintPath>\r
38     </Reference>\r
39     <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
40       <SpecificVersion>False</SpecificVersion>\r
41       <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>\r
42     </Reference>\r
43     <Reference Include="Castle.Windsor, Version=1.0.0.5, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
44       <SpecificVersion>False</SpecificVersion>\r
45       <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>\r
46     </Reference>\r
47     <Reference Include="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
48     <Reference Include="System" />\r
49     <Reference Include="System.Data" />\r
50     <Reference Include="System.Xml" />\r
51   </ItemGroup>\r
52   <ItemGroup>\r
53     <Compile Include="BaseTest.cs" />\r
54     <Compile Include="Properties\AssemblyInfo.cs" />\r
55     <Compile Include="ScopeTest\ComponentActivatorInspectorTests.cs" />\r
56     <Compile Include="ScopeTest\Components\IComponant.cs" />\r
57     <Compile Include="ScopeTest\Components\IComponent0.cs" />\r
58     <Compile Include="ScopeTest\Components\IComponent1.cs" />\r
59     <Compile Include="ScopeTest\Components\IComponent2.cs" />\r
60     <Compile Include="ScopeTest\Components\PerScopeThreadComponent.cs" />\r
61     <Compile Include="ScopeTest\Components\PerWebScopeComponent.cs" />\r
62     <Compile Include="ScopeTest\Components\SimpleComponent.cs" />\r
63     <Compile Include="ScopeTest\Components\SimpleComponent0.cs" />\r
64     <Compile Include="ScopeTest\Components\SimpleComponent1.cs" />\r
65     <Compile Include="ScopeTest\Components\SimpleComponent2.cs" />\r
66     <Compile Include="ScopeTest\Components\SingletonScopeComponent.cs" />\r
67     <Compile Include="ScopeTest\Components\TransientScopeComponent.cs" />\r
68     <Compile Include="ScopeTest\ProxyScopeTest.cs" />\r
69     <Compile Include="ScopeTest\ScopeTestCase.cs" />\r
70     <Compile Include="SimpleComponent2.cs" />\r
71   </ItemGroup>\r
72   <ItemGroup>\r
73     <ProjectReference Include="..\Castle.Igloo\Castle.Igloo.csproj">\r
74       <Project>{8C3E14B8-8154-4FC4-9BF3-EF63F74B69D3}</Project>\r
75       <Name>Castle.Igloo</Name>\r
76     </ProjectReference>\r
77   </ItemGroup>\r
78   <ItemGroup>\r
79     <None Include="bin\Debug\Castle.Igloo.Test.dll.config" />\r
80   </ItemGroup>\r
81   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
82   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
83        Other similar extension points exist, see Microsoft.Common.targets.\r
84   <Target Name="BeforeBuild">\r
85   </Target>\r
86   <Target Name="AfterBuild">\r
87   </Target>\r
88   -->\r
89 </Project>