* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / standalone / theme / PageLinks / PageLinks.csproj
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>{9804A80F-B4EA-4E4D-9653-8AF5196B856E}</ProjectGuid>\r
8     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
9     <OutputType>Library</OutputType>\r
10     <RootNamespace>PageLinks</RootNamespace>\r
11     <AssemblyName>PageLinks</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\</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\</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="System" />\r
32     <Reference Include="System.Data" />\r
33     <Reference Include="System.Web" />\r
34     <Reference Include="System.Xml" />\r
35   </ItemGroup>\r
36   <ItemGroup>\r
37     <Content Include="App_Themes\Black\Images\button-login.gif" />\r
38     <Content Include="MyChild.ascx" />\r
39     <Content Include="Default.aspx" />\r
40     <Content Include="MyParent.ascx" />\r
41   </ItemGroup>\r
42   <ItemGroup>\r
43     <Compile Include="Default.aspx.cs">\r
44       <DependentUpon>Default.aspx</DependentUpon>\r
45       <SubType>ASPXCodeBehind</SubType>\r
46     </Compile>\r
47     <Compile Include="MyChild.ascx.cs">\r
48       <DependentUpon>MyChild.ascx</DependentUpon>\r
49       <SubType>ASPXCodeBehind</SubType>\r
50     </Compile>\r
51     <Compile Include="MyParent.ascx.cs">\r
52       <DependentUpon>MyParent.ascx</DependentUpon>\r
53       <SubType>ASPXCodeBehind</SubType>\r
54     </Compile>\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <None Include="App_Themes\Black\Default.skin" />\r
58     <None Include="Default.master" />\r
59     <None Include="Web.config" />\r
60   </ItemGroup>\r
61   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
62   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
63        Other similar extension points exist, see Microsoft.Common.targets.\r
64   <Target Name="BeforeBuild">\r
65   </Target>\r
66   <Target Name="AfterBuild">\r
67   </Target>\r
68   -->\r
69 </Project>