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.Common.targets"/>
5 <OutputType>Library</OutputType>
6 <AssemblyName>$(MSBuildProjectName)</AssemblyName>
7 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
8 <NoConfig>true</NoConfig>
9 <CodePage>65001</CodePage>
10 <UseVSHostingProcess>false</UseVSHostingProcess>
11 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'basic|AnyCPU' ">
14 <DefineConstants>BOOTSTRAP_BASIC,NET_1_1,NET_2_0</DefineConstants>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
17 <DefineConstants>NET_1_1,NET_2_0</DefineConstants>
20 <Reference Include="System.dll"/>
22 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
23 <Target Name="BeforeBuild" DependsOnTargets="SetupProject">