flush
[mcs.git] / class / SystemWebTestShim / SystemWebTestShim.csproj
blob73b2efecd73c6d62ef6b9db79532ba11b59f4905
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{3D20F8D4-EE91-4FA5-85D9-4C36E8D68805}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>SystemWebTestShim</RootNamespace>\r
12     <AssemblyName>SystemWebTestShim</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <SignAssembly>true</SignAssembly>\r
16     <AssemblyOriginatorKeyFile>mono.snk</AssemblyOriginatorKeyFile>\r
17   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>bin\Debug\</OutputPath>\r
23     <DefineConstants>TRACE;DEBUG;NET_1_1;NET_2_0;TARGET_DOTNET;VISUAL_STUDIO</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
28     <DebugType>pdbonly</DebugType>\r
29     <Optimize>true</Optimize>\r
30     <OutputPath>bin\Release\</OutputPath>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34   </PropertyGroup>\r
35   <ItemGroup>\r
36     <Reference Include="System" />\r
37     <Reference Include="System.configuration" />\r
38     <Reference Include="System.Core">\r
39       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
40     </Reference>\r
41     <Reference Include="System.Data" />\r
42     <Reference Include="System.Web" />\r
43     <Reference Include="System.Web.Extensions">\r
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
45     </Reference>\r
46     <Reference Include="System.Xml" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <Compile Include="Assembly\AssemblyInfo.cs" />\r
50     <Compile Include="SystemWebTestShim\Adapters.cs" />\r
51     <Compile Include="SystemWebTestShim\BuildManager.cs" />\r
52     <Compile Include="SystemWebTestShim\HttpCapabilitiesBase.cs" />\r
53     <Compile Include="SystemWebTestShim\Page.cs">\r
54       <SubType>ASPXCodeBehind</SubType>\r
55     </Compile>\r
56     <Compile Include="SystemWebTestShim\UrlUtils.cs" />\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <ProjectReference Include="..\System.Web\System.Web\System.Web.Testing.csproj">\r
60       <Project>{BB170E99-8793-4179-A19B-440539F6879F}</Project>\r
61       <Name>System.Web.Testing</Name>\r
62     </ProjectReference>\r
63   </ItemGroup>\r
64   <ItemGroup>\r
65     <None Include="mono.snk" />\r
66   </ItemGroup>\r
67   <ItemGroup>\r
68     <Folder Include="Properties\" />\r
69   </ItemGroup>\r
70   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
71   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
72        Other similar extension points exist, see Microsoft.Common.targets.\r
73   <Target Name="BeforeBuild">\r
74   </Target>\r
75   <Target Name="AfterBuild">\r
76   </Target>\r
77   -->\r
78 </Project>