2010-06-10 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / System / System.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <OutputType>Library</OutputType>
5     <AssemblyName>$(MSBuildProjectName)</AssemblyName>
6     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
7     <NoConfig>true</NoConfig>
8     <CodePage>65001</CodePage>
9     <UseVSHostingProcess>false</UseVSHostingProcess>
10     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'basic|AnyCPU' ">
13     <DefineConstants>BOOTSTRAP_BASIC,NET_1_1,NET_2_0,CONFIGURATION_2_0</DefineConstants>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'basic_XML_DEP|AnyCPU' ">
16     <DefineConstants>BOOTSTRAP_BASIC,NET_1_1,NET_2_0,CONFIGURATION_2_0,XML_DEP</DefineConstants>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
19     <DefineConstants>NET_1_1,NET_2_0,CONFIGURATION_2_0</DefineConstants>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_XML_DEP|AnyCPU' ">
22     <DefineConstants>NET_1_1,NET_2_0,CONFIGURATION_2_0,XML_DEP,SECURITY_DEP</DefineConstants>
23   </PropertyGroup>
24   <ItemGroup>
25     <EmbeddedResource Include="resources\Asterisk.wav"/>
26     <EmbeddedResource Include="resources\Beep.wav"/>
27     <EmbeddedResource Include="resources\Exclamation.wav"/>
28     <EmbeddedResource Include="resources\Hand.wav"/>
29     <EmbeddedResource Include="resources\Question.wav"/>
30   </ItemGroup>
31   <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_XML_DEP|AnyCPU' ">
32     <Reference Include="System.Xml"/>
33     <Reference Include="System">
34       <Aliases>PrebuiltSystem</Aliases>
35       <HintPath>..\lib\net_2_0\System.dll</HintPath>
36     </Reference>
37     <Reference Include="Mono.Security">
38       <HintPath>..\lib\net_2_0\Mono.Security.dll</HintPath>
39     </Reference>
40   </ItemGroup>
41   <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'basic_XML_DEP|AnyCPU' ">
42     <Reference Include="System.Xml"/>
43   </ItemGroup>
44   <Import Project="$(MSBuildProjectDirectory)\..\..\build\msbuild\Mono.Common.targets"/>
45   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
46   <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
47   </Target>
48 </Project>