More smarts to currently resolving detection, will handle generic nested components...
[castle.git] / Experiments / IronPythonViewEngine / Castle.MonoRail.Views.IronView / Castle.MonoRail.Views.IronView.csproj
blob6dbc6a908bafffd5d4b7fab12d3e13561a3f237c
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>{CD0B489E-E94A-459E-AB19-FE06BF1ADB15}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.MonoRail.Views.IronView</RootNamespace>\r
11     <AssemblyName>Castle.MonoRail.Views.IronView</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />\r
32     <Reference Include="IronMath, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">\r
33       <SpecificVersion>False</SpecificVersion>\r
34       <HintPath>..\..\SharedLibs\net\2.0\IronMath.dll</HintPath>\r
35     </Reference>\r
36     <Reference Include="IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">\r
37       <SpecificVersion>False</SpecificVersion>\r
38       <HintPath>..\..\SharedLibs\net\2.0\IronPython.dll</HintPath>\r
39     </Reference>\r
40     <Reference Include="System" />\r
41     <Reference Include="System.Data" />\r
42     <Reference Include="System.Web" />\r
43     <Reference Include="System.Xml" />\r
44   </ItemGroup>\r
45   <ItemGroup>\r
46     <Compile Include="DefaultContext.cs" />\r
47     <Compile Include="ElementProcessor\ContentTag.cs" />\r
48     <Compile Include="ElementProcessor\ForTag.cs" />\r
49     <Compile Include="ElementProcessor\IfTag.cs" />\r
50     <Compile Include="ElementProcessor\RenderPartial.cs" />\r
51     <Compile Include="ElementProcessor\UnlessTag.cs" />\r
52     <Compile Include="ElementProcessor\ViewComponentTag.cs" />\r
53     <Compile Include="IElementProcessor.cs" />\r
54     <Compile Include="IronPythonViewEngine.cs" />\r
55     <Compile Include="ITemplateContext.cs" />\r
56     <Compile Include="ITemplateEngine.cs" />\r
57     <Compile Include="ITemplateParser.cs" />\r
58     <Compile Include="Properties\AssemblyInfo.cs" />\r
59     <Compile Include="IronPythonTemplateParser.cs" />\r
60     <Compile Include="ElementProcessor\CodeBlock.cs" />\r
61     <Compile Include="ElementProcessor\InlineWrite.cs" />\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <ProjectReference Include="..\..\..\MonoRail\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">\r
65       <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>\r
66       <Name>Castle.MonoRail.Framework-vs2005</Name>\r
67     </ProjectReference>\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
71   </ItemGroup>\r
72   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
73   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
74        Other similar extension points exist, see Microsoft.Common.targets.\r
75   <Target Name="BeforeBuild">\r
76   </Target>\r
77   <Target Name="AfterBuild">\r
78   </Target>\r
79   -->\r
80 </Project>