simplify code for Moonlight profile
[mono.git] / mcs / class / Mono.Security / Mono.Security.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.Common.targets"/>
4   <PropertyGroup>
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>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'basic|AnyCPU' ">
14     <DefineConstants>BOOTSTRAP_BASIC,NET_1_1,NET_2_0</DefineConstants>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
17     <DefineConstants>NET_1_1,NET_2_0</DefineConstants>
18   </PropertyGroup>
19   <ItemGroup>
20     <Reference Include="System.dll"/>
21   </ItemGroup>
22   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
23   <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
24   </Target>
25 </Project>