Added RedirectUsingNamedRoute
[castle.git] / Core / Castle.Core.Tests / Castle.Core.Tests-vs2008.csproj
bloba64f6651233baf72d5d069131201e49f08e12ad4
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.21022</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{087AD3BF-5E40-450D-8138-FBB5F57AC474}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Core.Tests</RootNamespace>\r
11     <AssemblyName>Castle.Core.Tests</AssemblyName>\r
12     <SignAssembly>true</SignAssembly>\r
13     <AssemblyOriginatorKeyFile>..\..\CastleKey.snk</AssemblyOriginatorKeyFile>\r
14     <FileUpgradeFlags>\r
15     </FileUpgradeFlags>\r
16     <OldToolsVersion>2.0</OldToolsVersion>\r
17     <UpgradeBackupLocation>\r
18     </UpgradeBackupLocation>\r
19     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
22     <DebugSymbols>true</DebugSymbols>\r
23     <DebugType>full</DebugType>\r
24     <Optimize>false</Optimize>\r
25     <OutputPath>bin\Debug\</OutputPath>\r
26     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <Optimize>true</Optimize>\r
34     <OutputPath>bin\Release\</OutputPath>\r
35     <DefineConstants>TRACE</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <ItemGroup>\r
40     <Reference Include="nunit.framework">\r
41       <Name>nunit.framework</Name>\r
42       <HintPath>..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>\r
43     </Reference>\r
44     <Reference Include="System" />\r
45     <Reference Include="System.configuration" />\r
46     <Reference Include="System.Core">\r
47       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
48     </Reference>\r
49     <Reference Include="System.Data" />\r
50     <Reference Include="System.Web" />\r
51     <Reference Include="System.Xml" />\r
52   </ItemGroup>\r
53   <ItemGroup>\r
54     <Compile Include="AssemblyInfo.cs" />\r
55     <Compile Include="ConsoleLoggerTestCase.cs" />\r
56     <Compile Include="DiagnosticsLoggerTestCase.cs" />\r
57     <Compile Include="GraphTestCase.cs" />\r
58     <Compile Include="LevelFilteredLoggerTests.cs" />\r
59     <Compile Include="LinkedListTestCase.cs" />\r
60     <Compile Include="ReflectionBasedDictionaryAdapterTestCase.cs" />\r
61     <Compile Include="Resources\AssemblyResourceFactoryTestCase.cs" />\r
62     <Compile Include="Resources\CustomUriTestCase.cs" />\r
63     <Compile Include="Resources\FileResourceFactoryTestCase.cs" />\r
64     <Compile Include="Resources\MoreRes\TestRes.Designer.cs">\r
65       <AutoGen>True</AutoGen>\r
66       <DesignTime>True</DesignTime>\r
67       <DependentUpon>TestRes.resx</DependentUpon>\r
68     </Compile>\r
69     <Compile Include="Resources\UncResourceFactoryTestCase.cs" />\r
70     <Compile Include="StreamLoggerTests.cs" />\r
71     <Compile Include="WebLoggerTests.cs" />\r
72   </ItemGroup>\r
73   <ItemGroup>\r
74     <EmbeddedResource Include="Resources\file1.txt" />\r
75     <EmbeddedResource Include="Resources\MoreRes\TestRes.resx">\r
76       <Generator>ResXFileCodeGenerator</Generator>\r
77       <LastGenOutput>TestRes.Designer.cs</LastGenOutput>\r
78       <SubType>Designer</SubType>\r
79     </EmbeddedResource>\r
80     <Content Include="Resources\MoreRes\file2.txt" />\r
81   </ItemGroup>\r
82   <ItemGroup>\r
83     <ProjectReference Include="..\Castle.Core\Castle.Core-vs2005.csproj">\r
84       <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>\r
85       <Name>Castle.Core</Name>\r
86     </ProjectReference>\r
87   </ItemGroup>\r
88   <ItemGroup>\r
89     <None Include="..\..\CastleKey.snk">\r
90       <Link>CastleKey.snk</Link>\r
91     </None>\r
92     <None Include="App.config" />\r
93   </ItemGroup>\r
94   <ItemGroup>\r
95     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
96   </ItemGroup>\r
97   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
98   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
99        Other similar extension points exist, see Microsoft.Common.targets.\r
100   <Target Name="BeforeBuild">\r
101   </Target>\r
102   <Target Name="AfterBuild">\r
103   </Target>\r
104   -->\r
105 </Project>