1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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>{5EA0DDBB-755D-49DE-BDF1-71D01B5BB228}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.MonoRail</RootNamespace>
\r
11 <AssemblyName>Castle.MonoRail</AssemblyName>
\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
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
31 <Reference Include="System" />
\r
32 <Reference Include="System.Data" />
\r
33 <Reference Include="System.Web" />
\r
34 <Reference Include="System.Xml" />
\r
37 <Compile Include="ActionExecutor.cs" />
\r
38 <Compile Include="Controller.cs" />
\r
39 <Compile Include="ControllerExecutor.cs" />
\r
40 <Compile Include="IController.cs" />
\r
41 <Compile Include="IExecutionContext.cs" />
\r
42 <Compile Include="MethodActionExecutor.cs" />
\r
43 <Compile Include="Properties\AssemblyInfo.cs" />
\r
44 <Compile Include="Test\TestContext.cs" />
\r
45 <Compile Include="UrlInfo.cs" />
\r
47 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
48 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
49 Other similar extension points exist, see Microsoft.Common.targets.
\r
50 <Target Name="BeforeBuild">
\r
52 <Target Name="AfterBuild">
\r