2010-06-21 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildProjectDirectory)\..\..\build\msbuild\Mono.Default.targets"/>
4   <PropertyGroup>
5     <OutputType>Library</OutputType>
6     <AssemblyName>$(MSBuildProjectName)</AssemblyName>
7     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
8     <NoConfig>true</NoConfig>
9     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10     <CodePage>65001</CodePage>
11     <NoWarn>618,612,809</NoWarn>
12     <UseVSHostingProcess>false</UseVSHostingProcess>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
15     <DefineConstants>NET_1_1,NET_2_0</DefineConstants>
16   </PropertyGroup>
17   <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
18     <Reference Include="System"/>
19     <Reference Include="System.Xml"/>
20     <Reference Include="System.Drawing"/>
21     <Reference Include="Accessibility"/>
22     <Reference Include="System.Data"/>
23     <Reference Include="System.Configuration"/>
24     <Reference Include="Mono.Posix">
25       <HintPath>..\lib\net_2_0\Mono.Posix.dll</HintPath>
26     </Reference>
27     <Reference Include="Mono.WebBrowser">
28       <HintPath>..\lib\net_2_0\Mono.WebBrowser.dll</HintPath>
29     </Reference>
30   </ItemGroup>
31   <Import Project="$(MSBuildProjectDirectory)\..\..\build\msbuild\Mono.Common.targets"/>
32   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
33   <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
34   </Target>
35 </Project>