Minor style changes
[castle.git] / MonoRail / Castle.MonoRail.Views.Brail / Castle.MonoRail.Views.Brail-vs2005.csproj
blobf3c49d0686664f81f88dee8cba7d4c9dd191e0f1
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\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
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
16     <DebugSymbols>true</DebugSymbols>\r
17     <DebugType>full</DebugType>\r
18     <Optimize>false</Optimize>\r
19     <OutputPath>bin\Debug\</OutputPath>\r
20     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
21     <ErrorReport>prompt</ErrorReport>\r
22     <WarningLevel>4</WarningLevel>\r
23     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
24   </PropertyGroup>\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
32   </PropertyGroup>\r
33   <ItemGroup>\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
37     </Reference>\r
38     <Reference Include="Boo.Lang, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">\r
39       <SpecificVersion>False</SpecificVersion>\r
40       <HintPath>..\..\build\net-2.0\debug\Boo.Lang.dll</HintPath>\r
41     </Reference>\r
42     <Reference Include="Boo.Lang.Compiler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">\r
43       <SpecificVersion>False</SpecificVersion>\r
44       <HintPath>..\..\build\net-2.0\debug\Boo.Lang.Compiler.dll</HintPath>\r
45     </Reference>\r
46     <Reference Include="Boo.Lang.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">\r
47       <SpecificVersion>False</SpecificVersion>\r
48       <HintPath>..\..\build\net-2.0\debug\Boo.Lang.Parser.dll</HintPath>\r
49     </Reference>\r
50     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
51       <SpecificVersion>False</SpecificVersion>\r
52       <HintPath>..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
53     </Reference>\r
54     <Reference Include="System" />\r
55     <Reference Include="System.configuration" />\r
56     <Reference Include="System.Data" />\r
57     <Reference Include="System.Web" />\r
58     <Reference Include="System.Xml" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <Compile Include="Attributes\HtmlAttribte.cs" />\r
62     <Compile Include="Attributes\MarkdownAttribute.cs" />\r
63     <Compile Include="Attributes\RawAttribute.cs" />\r
64     <Compile Include="BooViewEngine.cs" />\r
65     <Compile Include="BooViewEngineOptions.cs" />\r
66     <Compile Include="BrailBase.cs" />\r
67     <Compile Include="BrailConfigurationSection.cs" />\r
68     <Compile Include="BrailJSCollectionGenerator.cs" />\r
69     <Compile Include="BrailJSElementGenerator.cs" />\r
70     <Compile Include="BrailPreProcessor.cs" />\r
71     <Compile Include="BrailViewComponentContext.cs" />\r
72     <Compile Include="BrailJSGenerator.cs" />\r
73     <Compile Include="DslWrapper.cs" />\r
74     <Compile Include="ExpandDuckTypedExpressions_WorkaroundForDuplicateVirtualMethods.cs">\r
75     </Compile>\r
76     <Compile Include="FixTryGetParameterConditionalChecks.cs" />\r
77     <Compile Include="HtmlExtension.cs" />\r
78     <Compile Include="IDslLanguageExtension.cs" />\r
79     <Compile Include="IndependentBooViewEngine.cs" />\r
80     <Compile Include="Macros\CodeBuilderHelper.cs" />\r
81     <Compile Include="Macros\ComponentMacro.cs" />\r
82     <Compile Include="CustomTypeSystem.cs" />\r
83     <Compile Include="IgnoreNull.cs" />\r
84     <Compile Include="Macros\OutputMacro.cs" />\r
85     <Compile Include="Attributes\OutputMethodAttribute.cs" />\r
86     <Compile Include="Macros\SectionMacro.cs" />\r
87     <Compile Include="Macros\DslMacro.cs" />\r
88     <Compile Include="ReplaceUknownWithParameters.cs" />\r
89     <Compile Include="ResourceToDuck.cs" />\r
90     <Compile Include="ReturnValueVisitor.cs" />\r
91     <Compile Include="TransformToBrailStep.cs" />\r
92     <Compile Include="XmlExtension.cs" />\r
93   </ItemGroup>\r
94   <ItemGroup>\r
95     <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">\r
96       <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>\r
97       <Name>Castle.MonoRail.Framework-vs2005</Name>\r
98     </ProjectReference>\r
99   </ItemGroup>\r
100   <ItemGroup>\r
101     <None Include="..\..\CastleKey.snk">\r
102       <Link>CastleKey.snk</Link>\r
103     </None>\r
104   </ItemGroup>\r
105   <ItemGroup>\r
106     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
107   </ItemGroup>\r
108   <ItemGroup>\r
109     <Folder Include="Properties\" />\r
110   </ItemGroup>\r
111   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
112   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
113        Other similar extension points exist, see Microsoft.Common.targets.\r
114   <Target Name="BeforeBuild">\r
115   </Target>\r
116   <Target Name="AfterBuild">\r
117   </Target>\r
118   -->\r
119 </Project>