1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\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>{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
14 <OldToolsVersion>2.0</OldToolsVersion>
\r
15 <UpgradeBackupLocation>
\r
16 </UpgradeBackupLocation>
\r
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
20 <DebugSymbols>true</DebugSymbols>
\r
21 <DebugType>full</DebugType>
\r
22 <Optimize>false</Optimize>
\r
23 <OutputPath>..\bin\</OutputPath>
\r
24 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
25 <ErrorReport>prompt</ErrorReport>
\r
26 <WarningLevel>4</WarningLevel>
\r
27 <DocumentationFile>..\bin\Castle.MonoRail.TransformationFilters.XML</DocumentationFile>
\r
28 <NoWarn>1591</NoWarn>
\r
29 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\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
40 <Reference Include="anrControls.Markdown.NET, Version=1.0.1.0, Culture=neutral, PublicKeyToken=0b3305902db7183f">
\r
41 <SpecificVersion>False</SpecificVersion>
\r
42 <HintPath>..\..\build\net-2.0\debug\anrControls.Markdown.NET.dll</HintPath>
\r
44 <Reference Include="System" />
\r
45 <Reference Include="System.Core">
\r
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
48 <Reference Include="System.Data" />
\r
49 <Reference Include="System.Xml" />
\r
52 <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">
\r
53 <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>
\r
54 <Name>Castle.MonoRail.Framework-vs2005</Name>
\r
58 <Compile Include="MarkdownTransformFilter.cs" />
\r
59 <Compile Include="WikiTransformFilter.cs" />
\r
62 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
64 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
66 Other similar extension points exist, see Microsoft.Common.targets.
\r
67 <Target Name="BeforeBuild">
\r
69 <Target Name="AfterBuild">
\r