Avoid locking in WireupAutomaticEvents
[mono.git] / mcs / class / System.Web / System.Web.Testing.csproj
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>{BB170E99-8793-4179-A19B-440539F6879F}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>System.Web</RootNamespace>\r
12     <AssemblyName>System.Web.Testing</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.EnterpriseServices" />\r
43     <Reference Include="System.Web" />\r
44     <Reference Include="System.Xml" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="..\..\..\build\common\Consts.cs">\r
48       <Link>Consts.cs</Link>\r
49     </Compile>\r
50     <Compile Include="..\..\..\build\common\Locale.cs">\r
51       <Link>Locale.cs</Link>\r
52     </Compile>\r
53     <Compile Include="..\..\..\build\common\MonoTODOAttribute.cs">\r
54       <Link>MonoTODOAttribute.cs</Link>\r
55     </Compile>\r
56     <Compile Include="Assembly\AssemblyInfo.cs" />\r
57     <Compile Include="System.Web.Util\AltSerialization.cs" />\r
58     <Compile Include="System.Web.Util\DataSourceHelper.cs" />\r
59     <Compile Include="System.Web.Util\DataSourceResolver.cs" />\r
60     <Compile Include="System.Web.Util\FileUtils.cs" />\r
61     <Compile Include="System.Web.Util\ICalls.cs" />\r
62     <Compile Include="System.Web.Util\IWebObjectFactory.cs" />\r
63     <Compile Include="System.Web.Util\IWebPropertyAccessor.cs" />\r
64     <Compile Include="System.Web.Util\SearchPattern.cs" />\r
65     <Compile Include="System.Web.Util\SerializationHelper.cs" />\r
66     <Compile Include="System.Web.Util\StrUtils.cs" />\r
67     <Compile Include="System.Web.Util\TimeUtil.cs" />\r
68     <Compile Include="System.Web.Util\TransactedCallback.cs" />\r
69     <Compile Include="System.Web.Util\Transactions.cs" />\r
70     <Compile Include="System.Web.Util\UrlUtils.cs" />\r
71     <Compile Include="System.Web.Util\WebEncoding.cs" />\r
72     <Compile Include="System.Web.Util\WebTrace.cs" />\r
73     <Compile Include="System.Web.Util\WorkItem.cs" />\r
74     <Compile Include="System.Web.Util\WorkItemCallback.cs" />\r
75   </ItemGroup>\r
76   <ItemGroup>\r
77     <None Include="mono.snk" />\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <Folder Include="Properties\" />\r
81   </ItemGroup>\r
82   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
83   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
84        Other similar extension points exist, see Microsoft.Common.targets.\r
85   <Target Name="BeforeBuild">\r
86   </Target>\r
87   <Target Name="AfterBuild">\r
88   </Target>\r
89   -->\r
90 </Project>