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

mono-api-html.csproj « mono-api-html « corcompare « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ac0f241ade40505cf481beed3438df489100aa6 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{D25986E2-7A41-4966-A26D-5614BAC7B8A7}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>Xamarin.ApiDiff</RootNamespace>
    <AssemblyName>mono-api-html</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>full</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Externalconsole>true</Externalconsole>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Helpers.cs" />
    <Compile Include="InterfaceComparer.cs" />
    <Compile Include="NamespaceComparer.cs" />
    <Compile Include="MemberComparer.cs" />
    <Compile Include="FieldComparer.cs" />
    <Compile Include="PropertyComparer.cs" />
    <Compile Include="EventComparer.cs" />
    <Compile Include="MethodComparer.cs" />
    <Compile Include="ConstructorComparer.cs" />
    <Compile Include="Comparer.cs" />
    <Compile Include="AssemblyComparer.cs" />
    <Compile Include="ClassComparer.cs" />
    <Compile Include="ApiDiff.cs" />
    <Compile Include="..\..\..\class\Mono.Options\Mono.Options\Options.cs">
      <Link>Options.cs</Link>
    </Compile>
    <Compile Include="ApiChange.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>