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>{BB60A834-F753-4091-9709-676B6A9F0188}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.MonoRail.TransformFilters</RootNamespace>
\r
11 <AssemblyName>Castle.MonoRail.TransformFilters</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\</OutputPath>
\r
18 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
19 <ErrorReport>prompt</ErrorReport>
\r
20 <WarningLevel>4</WarningLevel>
\r
21 <DocumentationFile>..\bin\Castle.MonoRail.TransformationFilters.XML</DocumentationFile>
\r
22 <NoWarn>1591</NoWarn>
\r
23 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
26 <DebugType>pdbonly</DebugType>
\r
27 <Optimize>true</Optimize>
\r
28 <OutputPath>bin\Release\</OutputPath>
\r
29 <DefineConstants>TRACE</DefineConstants>
\r
30 <ErrorReport>prompt</ErrorReport>
\r
31 <WarningLevel>4</WarningLevel>
\r
34 <Reference Include="anrControls.Markdown.NET, Version=1.0.1.0, Culture=neutral, PublicKeyToken=0b3305902db7183f">
\r
35 <SpecificVersion>False</SpecificVersion>
\r
36 <HintPath>..\..\build\net-2.0\debug\anrControls.Markdown.NET.dll</HintPath>
\r
38 <Reference Include="System" />
\r
39 <Reference Include="System.Data" />
\r
40 <Reference Include="System.Xml" />
\r
43 <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">
\r
44 <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>
\r
45 <Name>Castle.MonoRail.Framework-vs2005</Name>
\r
49 <Compile Include="MarkdownTransformFilter.cs" />
\r
52 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
55 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
56 Other similar extension points exist, see Microsoft.Common.targets.
\r
57 <Target Name="BeforeBuild">
\r
59 <Target Name="AfterBuild">
\r