Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / Castle.MonoRail.Views.Brail / Castle.MonoRail.Views.Brail-vs2005.csproj
blob6aa591105e4a9541c1de84eaa2653910b3a8fcf3
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.Extensions, 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.Extensions.dll</HintPath>\r
45     </Reference>\r
46     <Reference Include="Boo.Lang.Compiler, 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.Compiler.dll</HintPath>\r
49     </Reference>\r
50     <Reference Include="Boo.Lang.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">\r
51       <SpecificVersion>False</SpecificVersion>\r
52       <HintPath>..\..\build\net-2.0\debug\Boo.Lang.Parser.dll</HintPath>\r
53     </Reference>\r
54     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
55       <SpecificVersion>False</SpecificVersion>\r
56       <HintPath>..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
57     </Reference>\r
58     <Reference Include="System" />\r
59     <Reference Include="System.configuration" />\r
60     <Reference Include="System.Data" />\r
61     <Reference Include="System.Web" />\r
62     <Reference Include="System.Xml" />\r
63   </ItemGroup>\r
64   <ItemGroup>\r
65     <Compile Include="Attributes\HtmlAttribte.cs" />\r
66     <Compile Include="Attributes\MarkdownAttribute.cs" />\r
67     <Compile Include="Attributes\RawAttribute.cs" />\r
68     <Compile Include="BooViewEngine.cs" />\r
69     <Compile Include="BooViewEngineOptions.cs" />\r
70     <Compile Include="BrailBase.cs" />\r
71     <Compile Include="BrailConfigurationSection.cs" />\r
72     <Compile Include="BrailJSElementGenerator.cs" />\r
73     <Compile Include="BrailPreProcessor.cs" />\r
74     <Compile Include="BrailViewComponentContext.cs" />\r
75     <Compile Include="BrailJSGenerator.cs" />\r
76     <Compile Include="DslWrapper.cs" />\r
77     <Compile Include="ExpandDuckTypedExpressions_WorkaroundForDuplicateVirtualMethods.cs">\r
78     </Compile>\r
79     <Compile Include="FixTryGetParameterConditionalChecks.cs" />\r
80     <Compile Include="HtmlExtension.cs" />\r
81     <Compile Include="IDslLanguageExtension.cs" />\r
82     <Compile Include="Macros\CodeBuilderHelper.cs" />\r
83     <Compile Include="Macros\ComponentMacro.cs" />\r
84     <Compile Include="CustomTypeSystem.cs" />\r
85     <Compile Include="IgnoreNull.cs" />\r
86     <Compile Include="Macros\ComponentNaming.cs" />\r
87     <Compile Include="Macros\OutputMacro.cs" />\r
88     <Compile Include="Attributes\OutputMethodAttribute.cs" />\r
89     <Compile Include="Macros\SectionMacro.cs" />\r
90     <Compile Include="Macros\DslMacro.cs" />\r
91     <Compile Include="ReplaceUknownWithParameters.cs" />\r
92     <Compile Include="ResourceToDuck.cs" />\r
93     <Compile Include="ReturnValueVisitor.cs" />\r
94     <Compile Include="StandaloneBooViewEngine.cs" />\r
95     <Compile Include="TransformToBrailStep.cs" />\r
96     <Compile Include="XmlExtension.cs" />\r
97   </ItemGroup>\r
98   <ItemGroup>\r
99     <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">\r
100       <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>\r
101       <Name>Castle.MonoRail.Framework-vs2005</Name>\r
102     </ProjectReference>\r
103   </ItemGroup>\r
104   <ItemGroup>\r
105     <None Include="..\..\CastleKey.snk">\r
106       <Link>CastleKey.snk</Link>\r
107     </None>\r
108   </ItemGroup>\r
109   <ItemGroup>\r
110     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
111   </ItemGroup>\r
112   <ItemGroup>\r
113     <Folder Include="Properties\" />\r
114   </ItemGroup>\r
115   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
116   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
117        Other similar extension points exist, see Microsoft.Common.targets.\r
118   <Target Name="BeforeBuild">\r
119   </Target>\r
120   <Target Name="AfterBuild">\r
121   </Target>\r
122   -->\r
123 </Project>