check that HttpRuntime.ProcessRequest did reach our delegate
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb / NunitWeb / NunitWeb.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>{F5AECAA2-C599-419D-853E-391F6AEA70A1}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <RootNamespace>NunitWeb</RootNamespace>\r
10     <AssemblyName>NunitWeb</AssemblyName>\r
11   </PropertyGroup>\r
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
13     <DebugSymbols>true</DebugSymbols>\r
14     <DebugType>full</DebugType>\r
15     <Optimize>false</Optimize>\r
16     <OutputPath>bin\Debug\</OutputPath>\r
17     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
18     <ErrorReport>prompt</ErrorReport>\r
19     <WarningLevel>4</WarningLevel>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
22     <DebugType>pdbonly</DebugType>\r
23     <Optimize>true</Optimize>\r
24     <OutputPath>bin\Release\</OutputPath>\r
25     <DefineConstants>TRACE</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28   </PropertyGroup>\r
29   <ItemGroup>\r
30     <Reference Include="System" />\r
31     <Reference Include="System.configuration" />\r
32     <Reference Include="System.Web" />\r
33   </ItemGroup>\r
34   <ItemGroup>\r
35     <EmbeddedResource Include="Resources\MyPageWithMaster.aspx.cs">\r
36       <SubType>ASPXCodeBehind</SubType>\r
37     </EmbeddedResource>\r
38     <Compile Include="Helper.cs" />\r
39     <Compile Include="MyHandler.cs" />\r
40     <Compile Include="MyHost.cs" />\r
41     <EmbeddedResource Include="Resources\MyPage.aspx.cs">\r
42       <SubType>ASPXCodeBehind</SubType>\r
43     </EmbeddedResource>\r
44   </ItemGroup>\r
45   <ItemGroup>\r
46     <EmbeddedResource Include="Resources\Web.config" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <EmbeddedResource Include="Resources\MyPage.aspx">\r
50       <SubType>ASPXCodeBehind</SubType>\r
51     </EmbeddedResource>\r
52   </ItemGroup>\r
53   <ItemGroup>\r
54     <EmbeddedResource Include="Resources\My.master" />\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <EmbeddedResource Include="Resources\MyPageWithMaster.aspx">\r
58       <SubType>ASPXCodeBehind</SubType>\r
59     </EmbeddedResource>\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>