[mono-api-html] Fix path in csproj.
[mono.git] / mcs / tools / mono-api-html / mono-api-html.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{D25986E2-7A41-4966-A26D-5614BAC7B8A7}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <RootNamespace>Xamarin.ApiDiff</RootNamespace>
11     <AssemblyName>mono-api-html</AssemblyName>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>bin\Debug</OutputPath>
18     <DefineConstants>DEBUG;</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <ConsolePause>false</ConsolePause>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>full</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release</OutputPath>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <Externalconsole>true</Externalconsole>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System" />
33     <Reference Include="System.Xml.Linq" />
34     <Reference Include="System.Xml" />
35     <Reference Include="System.Core" />
36   </ItemGroup>
37   <ItemGroup>
38     <Compile Include="Helpers.cs" />
39     <Compile Include="InterfaceComparer.cs" />
40     <Compile Include="NamespaceComparer.cs" />
41     <Compile Include="MemberComparer.cs" />
42     <Compile Include="FieldComparer.cs" />
43     <Compile Include="PropertyComparer.cs" />
44     <Compile Include="EventComparer.cs" />
45     <Compile Include="MethodComparer.cs" />
46     <Compile Include="ConstructorComparer.cs" />
47     <Compile Include="Comparer.cs" />
48     <Compile Include="AssemblyComparer.cs" />
49     <Compile Include="ClassComparer.cs" />
50     <Compile Include="ApiDiff.cs" />
51     <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs">
52       <Link>Options.cs</Link>
53     </Compile>
54     <Compile Include="ApiChange.cs" />
55   </ItemGroup>
56   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
57 </Project>