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