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>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{CC39D6D0-2467-4DD5-A53E-92D580B60038}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.MonoRail.Views.Brail</RootNamespace>
\r
11 <AssemblyName>Castle.MonoRail.Views.Brail</AssemblyName>
\r
12 <SignAssembly>true</SignAssembly>
\r
13 <AssemblyOriginatorKeyFile>..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
\r
16 <UpgradeBackupLocation>
\r
17 </UpgradeBackupLocation>
\r
18 <OldToolsVersion>2.0</OldToolsVersion>
\r
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
21 <DebugSymbols>true</DebugSymbols>
\r
22 <DebugType>full</DebugType>
\r
23 <Optimize>false</Optimize>
\r
24 <OutputPath>bin\Debug\</OutputPath>
\r
25 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
26 <ErrorReport>prompt</ErrorReport>
\r
27 <WarningLevel>4</WarningLevel>
\r
28 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
31 <DebugType>pdbonly</DebugType>
\r
32 <Optimize>true</Optimize>
\r
33 <OutputPath>bin\Release\</OutputPath>
\r
34 <DefineConstants>TRACE</DefineConstants>
\r
35 <ErrorReport>prompt</ErrorReport>
\r
36 <WarningLevel>4</WarningLevel>
\r
39 <Reference Include="anrControls.Markdown.NET, Version=1.0.1.0, Culture=neutral, PublicKeyToken=0b3305902db7183f">
\r
40 <SpecificVersion>False</SpecificVersion>
\r
41 <HintPath>..\..\build\net-2.0\debug\anrControls.Markdown.NET.dll</HintPath>
\r
43 <Reference Include="Boo.Lang, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
\r
44 <SpecificVersion>False</SpecificVersion>
\r
45 <HintPath>..\..\build\net-2.0\debug\Boo.Lang.dll</HintPath>
\r
47 <Reference Include="Boo.Lang.Compiler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
\r
48 <SpecificVersion>False</SpecificVersion>
\r
49 <HintPath>..\..\build\net-2.0\debug\Boo.Lang.Compiler.dll</HintPath>
\r
51 <Reference Include="Boo.Lang.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
\r
52 <SpecificVersion>False</SpecificVersion>
\r
53 <HintPath>..\..\build\net-2.0\debug\Boo.Lang.Parser.dll</HintPath>
\r
55 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
56 <SpecificVersion>False</SpecificVersion>
\r
57 <HintPath>..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\r
59 <Reference Include="System" />
\r
60 <Reference Include="System.configuration" />
\r
61 <Reference Include="System.Data" />
\r
62 <Reference Include="System.Web" />
\r
63 <Reference Include="System.Xml" />
\r
66 <Compile Include="Attributes\HtmlAttribte.cs" />
\r
67 <Compile Include="Attributes\MarkdownAttribute.cs" />
\r
68 <Compile Include="Attributes\RawAttribute.cs" />
\r
69 <Compile Include="BooViewEngine.cs" />
\r
70 <Compile Include="BooViewEngineOptions.cs" />
\r
71 <Compile Include="BrailBase.cs" />
\r
72 <Compile Include="BrailConfigurationSection.cs" />
\r
73 <Compile Include="BrailJSCollectionGenerator.cs" />
\r
74 <Compile Include="BrailJSElementGenerator.cs" />
\r
75 <Compile Include="BrailPreProcessor.cs" />
\r
76 <Compile Include="BrailViewComponentContext.cs" />
\r
77 <Compile Include="BrailJSGenerator.cs" />
\r
78 <Compile Include="DslWrapper.cs" />
\r
79 <Compile Include="ExpandDuckTypedExpressions_WorkaroundForDuplicateVirtualMethods.cs">
\r
81 <Compile Include="FixTryGetParameterConditionalChecks.cs" />
\r
82 <Compile Include="HtmlExtension.cs" />
\r
83 <Compile Include="IDslLanguageExtension.cs" />
\r
84 <Compile Include="IndependentBooViewEngine.cs" />
\r
85 <Compile Include="Macros\CodeBuilderHelper.cs" />
\r
86 <Compile Include="Macros\ComponentMacro.cs" />
\r
87 <Compile Include="CustomTypeSystem.cs" />
\r
88 <Compile Include="IgnoreNull.cs" />
\r
89 <Compile Include="Macros\OutputMacro.cs" />
\r
90 <Compile Include="Attributes\OutputMethodAttribute.cs" />
\r
91 <Compile Include="Macros\SectionMacro.cs" />
\r
92 <Compile Include="Macros\DslMacro.cs" />
\r
93 <Compile Include="ReplaceUknownWithParameters.cs" />
\r
94 <Compile Include="ResourceToDuck.cs" />
\r
95 <Compile Include="ReturnValueVisitor.cs" />
\r
96 <Compile Include="TransformToBrailStep.cs" />
\r
97 <Compile Include="XmlExtension.cs" />
\r
100 <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">
\r
101 <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>
\r
102 <Name>Castle.MonoRail.Framework-vs2005</Name>
\r
103 </ProjectReference>
\r
106 <None Include="..\..\CastleKey.snk">
\r
107 <Link>CastleKey.snk</Link>
\r
111 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
114 <Folder Include="Properties\" />
\r
116 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
117 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
118 Other similar extension points exist, see Microsoft.Common.targets.
\r
119 <Target Name="BeforeBuild">
\r
121 <Target Name="AfterBuild">
\r