Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Experiments / IronPythonViewEngine / Castle.MonoRail.Views.IronView.Tests / Castle.MonoRail.Views.IronView.Tests.csproj
blob617f50b8e3befce89cc5df7a398b774a91f123c6
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>{D8F825A0-64E5-4F69-A6E0-1DC4730CA7FA}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.MonoRail.Views.IronView.Tests</RootNamespace>\r
11     <AssemblyName>Castle.MonoRail.Views.IronView.Tests</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="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
32     <Reference Include="System" />\r
33     <Reference Include="System.Data" />\r
34     <Reference Include="System.Xml" />\r
35   </ItemGroup>\r
36   <ItemGroup>\r
37     <Compile Include="Properties\AssemblyInfo.cs" />\r
38     <Compile Include="ViewParserTestCase.cs" />\r
39   </ItemGroup>\r
40   <ItemGroup>\r
41     <Content Include="ViewsToTest\elements1-result.txt" />\r
42     <Content Include="ViewsToTest\onlystaticcontent-result.txt" />\r
43     <Content Include="ViewsToTest\simpleblocks-result.txt" />\r
44     <None Include="ViewsToTest\elements1.py" />\r
45     <None Include="ViewsToTest\simpleblocks.py" />\r
46     <None Include="ViewsToTest\onlystaticcontent.py" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <ProjectReference Include="..\Castle.MonoRail.Views.IronView\Castle.MonoRail.Views.IronView.csproj">\r
50       <Project>{CD0B489E-E94A-459E-AB19-FE06BF1ADB15}</Project>\r
51       <Name>Castle.MonoRail.Views.IronView</Name>\r
52     </ProjectReference>\r
53   </ItemGroup>\r
54   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
55   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
56        Other similar extension points exist, see Microsoft.Common.targets.\r
57   <Target Name="BeforeBuild">\r
58   </Target>\r
59   <Target Name="AfterBuild">\r
60   </Target>\r
61   -->\r
62 </Project>