Welcome to mirror list, hosted at ThFree Co, Russian Federation.

corlib.csproj « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82c593733f5df6a0ecdc469a6ee817b667396af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <AssemblyName>mscorlib</AssemblyName>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <NoConfig>true</NoConfig>
    <NoStdLib>true</NoStdLib>
    <CodePage>65001</CodePage>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <ProjectGuid>{72E6D902-9CE6-4F09-91E7-6D48B965DCFA}</ProjectGuid>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'basic|AnyCPU' ">
    <DefineConstants>INSIDE_CORLIB,NET_1_1,NET_2_0,LIBC,BOOTSTRAP_BASIC</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
    <DefineConstants>INSIDE_CORLIB,NET_1_1,NET_2_0,LIBC</DefineConstants>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>..\mono.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <ItemGroup>
    <EmbeddedResource Include="resources\collation.core.bin" />
    <EmbeddedResource Include="resources\collation.tailoring.bin" />
    <EmbeddedResource Include="resources\collation.cjkCHS.bin" />
    <EmbeddedResource Include="resources\collation.cjkCHT.bin" />
    <EmbeddedResource Include="resources\collation.cjkJA.bin" />
    <EmbeddedResource Include="resources\collation.cjkKO.bin" />
    <EmbeddedResource Include="resources\collation.cjkKOlv2.bin" />
  </ItemGroup>
  <Import Project="$(MSBuildProjectDirectory)\..\..\build\msbuild\Mono.Common.targets" />
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
  </Target>
</Project>