Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb / NunitWeb / NunitWeb.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{F5AECAA2-C599-419D-853E-391F6AEA70A1}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <RootNamespace>MonoTests.SystemWeb.Framework</RootNamespace>
10     <AssemblyName>NunitWeb</AssemblyName>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13     <DebugSymbols>true</DebugSymbols>
14     <DebugType>full</DebugType>
15     <Optimize>false</Optimize>
16     <OutputPath>bin\Debug\</OutputPath>
17     <DefineConstants>TRACE;DEBUG;NET_2_0;VISUAL_STUDIO</DefineConstants>
18     <ErrorReport>prompt</ErrorReport>
19     <WarningLevel>4</WarningLevel>
20     <DocumentationFile>bin\Debug\NunitWeb.XML</DocumentationFile>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23     <DebugType>pdbonly</DebugType>
24     <Optimize>true</Optimize>
25     <OutputPath>bin\Release\</OutputPath>
26     <DefineConstants>TRACE</DefineConstants>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29   </PropertyGroup>
30   <ItemGroup>
31     <Reference Include="System" />
32     <Reference Include="System.Data" />
33     <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
34     <Reference Include="System.Web" />
35     <Reference Include="System.Xml" />
36   </ItemGroup>
37   <ItemGroup>
38     <Compile Include="BaseControl.cs" />
39     <Compile Include="BaseControlCollection.cs" />
40     <Compile Include="BaseInvoker.cs" />
41     <Compile Include="BaseRequest.cs" />
42     <Compile Include="FormRequest.cs" />
43     <Compile Include="HandlerInvoker.cs" />
44     <Compile Include="IForeignData.cs" />
45     <Compile Include="MyHandler.cs" />
46     <Compile Include="BaseWorkerRequest.cs">
47       <SubType>Code</SubType>
48     </Compile>
49     <Compile Include="MyHost.cs" />
50     <Compile Include="PageDelegates.cs" />
51     <Compile Include="PageInvoker.cs" />
52     <Compile Include="PostableRequest.cs" />
53     <Compile Include="PostableWorkerRequest.cs" />
54     <Compile Include="Response.cs" />
55     <Compile Include="StandardUrl.cs" />
56     <Compile Include="WebTest.cs">
57       <SubType>Code</SubType>
58     </Compile>
59     <EmbeddedResource Include="Resources\MyPage.aspx.cs">
60     </EmbeddedResource>
61   </ItemGroup>
62   <ItemGroup>
63     <EmbeddedResource Include="Resources\Web.config" />
64     <EmbeddedResource Include="Resources\MyPage.aspx">
65       <SubType>ASPXCodeBehind</SubType>
66     </EmbeddedResource>
67     <EmbeddedResource Include="Resources\My.master" />
68     <EmbeddedResource Include="Resources\MyPageWithMaster.aspx"/>
69     <EmbeddedResource Include ="Resources\Global.asax">
70       <LogicalName>Global.asax</LogicalName>
71     </EmbeddedResource>
72     <EmbeddedResource Include ="Resources\My.ashx">
73       <LogicalName>My.ashx</LogicalName>
74     </EmbeddedResource>
75
76   </ItemGroup>
77   <ItemGroup>
78     <ProjectReference Include="..\..\MainsoftWebTest\HtmlCompare.csproj">
79       <Project>{BF64011B-D7DB-4AB8-8EAB-FE0AA1EE74CD}</Project>
80       <Name>HtmlCompare</Name>
81     </ProjectReference>
82   </ItemGroup>
83   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
84   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
85        Other similar extension points exist, see Microsoft.Common.targets.
86   <Target Name="BeforeBuild">
87   </Target>
88   <Target Name="AfterBuild">
89   </Target>
90   -->
91 </Project>