Merge pull request #1949 from lewurm/fixtype
[mono.git] / mcs / tools / linker-analyzer / LinkerAnalyzer.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     <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <ProjectGuid>{B64F51B1-2D82-479C-B8F5-8875CDF06D95}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <RootNamespace>LinkerAnalyzer</RootNamespace>
10     <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
11     <AssemblyName>LinkerAnalyzer</AssemblyName>
12     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13     <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <DebugSymbols>true</DebugSymbols>
17     <DebugType>full</DebugType>
18     <Optimize>false</Optimize>
19     <OutputPath>bin\Debug</OutputPath>
20     <DefineConstants>DEBUG;</DefineConstants>
21     <ErrorReport>prompt</ErrorReport>
22     <WarningLevel>4</WarningLevel>
23     <ConsolePause>false</ConsolePause>
24     <UseRefCounting>true</UseRefCounting>
25     <UseSGen>true</UseSGen>
26     <IncludeMonoRuntime>false</IncludeMonoRuntime>
27     <EnablePackageSigning>false</EnablePackageSigning>
28     <CodeSigningKey>Mac Developer</CodeSigningKey>
29     <EnableCodeSigning>false</EnableCodeSigning>
30     <CreatePackage>false</CreatePackage>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>full</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release</OutputPath>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     <ConsolePause>false</ConsolePause>
39     <LinkMode>SdkOnly</LinkMode>
40     <UseRefCounting>true</UseRefCounting>
41     <UseSGen>true</UseSGen>
42     <IncludeMonoRuntime>true</IncludeMonoRuntime>
43     <CreatePackage>true</CreatePackage>
44     <CodeSigningKey>Developer ID Application</CodeSigningKey>
45     <EnableCodeSigning>true</EnableCodeSigning>
46     <EnablePackageSigning>false</EnablePackageSigning>
47   </PropertyGroup>
48   <ItemGroup>
49     <Reference Include="System" />
50     <Reference Include="System.Core" />
51     <Reference Include="Xamarin.Mac" />
52   </ItemGroup>
53   <ItemGroup>
54     <Folder Include="Resources\" />
55     <Folder Include="Mono.Options\" />
56   </ItemGroup>
57   <ItemGroup>
58     <None Include="Info.plist" />
59   </ItemGroup>
60   <ItemGroup>
61     <Compile Include="Main.cs" />
62     <Compile Include="ConsoleDependencyGraph.cs" />
63     <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs">
64       <Link>Mono.Options\Options.cs</Link>
65     </Compile>
66   </ItemGroup>
67   <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
68   <ItemGroup>
69     <ProjectReference Include="LinkerAnalyzerCore\LinkerAnalyzerCore.csproj">
70       <Project>{E1B8F203-5251-470E-A573-C9E79B60781B}</Project>
71       <Name>LinkerAnalyzerCore</Name>
72     </ProjectReference>
73   </ItemGroup>
74 </Project>