Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Facilities / Cache / Castle.Facilities.Cache.Tests / Castle.Facilities.Cache.Tests-vs2005.csproj
blob773f83499be02d111bd4515eb7e8beec238b4bf8
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>8.0.50727</ProductVersion>
5     <SchemaVersion>2.0</SchemaVersion>
6     <ProjectGuid>{D4E7ED6A-C283-4697-BC76-74EBC84F8455}</ProjectGuid>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9     <ApplicationIcon>
10     </ApplicationIcon>
11     <AssemblyKeyContainerName>
12     </AssemblyKeyContainerName>
13     <AssemblyName>Castle.Facilities.Cache.Tests</AssemblyName>
14     <AssemblyOriginatorKeyFile>
15     </AssemblyOriginatorKeyFile>
16     <DefaultClientScript>JScript</DefaultClientScript>
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>
19     <DelaySign>false</DelaySign>
20     <OutputType>Library</OutputType>
21     <RootNamespace>Castle.Facilities.Cache.Tests</RootNamespace>
22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23     <StartupObject>
24     </StartupObject>
25     <FileUpgradeFlags>
26     </FileUpgradeFlags>
27     <UpgradeBackupLocation>
28     </UpgradeBackupLocation>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <OutputPath>..\bin\</OutputPath>
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33     <BaseAddress>285212672</BaseAddress>
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35     <ConfigurationOverrideFile>
36     </ConfigurationOverrideFile>
37     <DefineConstants>TRACE;DEBUG</DefineConstants>
38     <DocumentationFile>
39     </DocumentationFile>
40     <DebugSymbols>true</DebugSymbols>
41     <FileAlignment>4096</FileAlignment>
42     <NoStdLib>false</NoStdLib>
43     <NoWarn>
44     </NoWarn>
45     <Optimize>false</Optimize>
46     <RegisterForComInterop>false</RegisterForComInterop>
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
49     <WarningLevel>4</WarningLevel>
50     <DebugType>full</DebugType>
51     <ErrorReport>prompt</ErrorReport>
52   </PropertyGroup>
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54     <OutputPath>bin\Release\</OutputPath>
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56     <BaseAddress>285212672</BaseAddress>
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58     <ConfigurationOverrideFile>
59     </ConfigurationOverrideFile>
60     <DefineConstants>TRACE</DefineConstants>
61     <DocumentationFile>
62     </DocumentationFile>
63     <DebugSymbols>false</DebugSymbols>
64     <FileAlignment>4096</FileAlignment>
65     <NoStdLib>false</NoStdLib>
66     <NoWarn>
67     </NoWarn>
68     <Optimize>true</Optimize>
69     <RegisterForComInterop>false</RegisterForComInterop>
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>
71     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72     <WarningLevel>4</WarningLevel>
73     <DebugType>none</DebugType>
74     <ErrorReport>prompt</ErrorReport>
75   </PropertyGroup>
76   <ItemGroup>
77     <Reference Include="Castle.MicroKernel">
78       <Name>Castle.MicroKernel</Name>
79       <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
80     </Reference>
81     <Reference Include="Castle.Windsor">
82       <Name>Castle.Windsor</Name>
83       <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>
84     </Reference>
85     <Reference Include="nunit.framework">
86       <Name>nunit.framework</Name>
87       <HintPath>..\..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>
88     </Reference>
89     <Reference Include="System">
90       <Name>System</Name>
91     </Reference>
92     <Reference Include="System.configuration" />
93     <Reference Include="System.Data">
94       <Name>System.Data</Name>
95     </Reference>
96     <Reference Include="System.Xml">
97       <Name>System.XML</Name>
98     </Reference>
99     <ProjectReference Include="..\Castle.Facilities.Cache\Castle.Facilities.Cache-vs2005.csproj">
100       <Name>Castle.Facilities.Cache-vs2005</Name>
101       <Project>{BECD2438-F285-480D-919E-D295752D92A1}</Project>
102       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
103     </ProjectReference>
104   </ItemGroup>
105   <ItemGroup>
106     <None Include="App.config" />
107     <Compile Include="CacheTest.cs">
108       <SubType>Code</SubType>
109     </Compile>
110     <Compile Include="ConfigHelper.cs">
111       <SubType>Code</SubType>
112     </Compile>
113     <Compile Include="FifoCacheManager.cs">
114       <SubType>Code</SubType>
115     </Compile>
116     <Compile Include="IServcieA.cs">
117       <SubType>Code</SubType>
118     </Compile>
119     <Compile Include="IServiceB.cs">
120       <SubType>Code</SubType>
121     </Compile>
122     <Compile Include="IServiceC.cs">
123       <SubType>Code</SubType>
124     </Compile>
125     <Compile Include="IServiceD.cs">
126       <SubType>Code</SubType>
127     </Compile>
128     <Compile Include="ServiceA.cs">
129       <SubType>Code</SubType>
130     </Compile>
131     <Compile Include="ServiceB.cs">
132       <SubType>Code</SubType>
133     </Compile>
134     <Compile Include="ServiceC.cs">
135       <SubType>Code</SubType>
136     </Compile>
137     <Compile Include="ServiceD.cs">
138       <SubType>Code</SubType>
139     </Compile>
140   </ItemGroup>
141   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
142   <PropertyGroup>
143     <PreBuildEvent>
144     </PreBuildEvent>
145     <PostBuildEvent>copy "$(ProjectDir)\App.config" "$(TargetPath).config"</PostBuildEvent>
146   </PropertyGroup>
147 </Project>