Merge pull request #1695 from gregoryyoung/master
[mono.git] / mcs / tools / linker / Mono.Linker.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" 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.50727</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{DD28E2B1-057B-4B4D-A04D-B2EBD9E76E46}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Mono.Linker</RootNamespace>
12     <AssemblyName>monolinker</AssemblyName>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>True</DebugSymbols>
16     <DebugType>full</DebugType>
17     <Optimize>False</Optimize>
18     <OutputPath>bin\Debug\</OutputPath>
19     <DefineConstants>DEBUG;TRACE</DefineConstants>
20     <ErrorReport>prompt</ErrorReport>
21     <WarningLevel>4</WarningLevel>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>pdbonly</DebugType>
25     <Optimize>True</Optimize>
26     <OutputPath>bin\Release\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
32   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
33        Other similar extension points exist, see Microsoft.Common.targets.
34   <Target Name="BeforeBuild">
35   </Target>
36   <Target Name="AfterBuild">
37   </Target>
38   -->
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.Core" />
42     <Reference Include="System.Xml" />
43   </ItemGroup>
44   <ItemGroup>
45     <Compile Include="Mono.Linker.Steps\BaseStep.cs" />
46     <Compile Include="Mono.Linker.Steps\BlacklistStep.cs" />
47     <Compile Include="Mono.Linker.Steps\CleanStep.cs" />
48     <Compile Include="Mono.Linker.Steps\RegenerateGuidStep.cs" />
49     <Compile Include="Mono.Linker.Steps\LoadI18nAssemblies.cs" />
50     <Compile Include="Mono.Linker\IXApiVisitor.cs" />
51     <Compile Include="Mono.Linker\I18nAssemblies.cs" />
52     <Compile Include="Mono.Linker.Steps\IStep.cs" />
53     <Compile Include="Mono.Linker.Steps\LoadReferencesStep.cs" />
54     <Compile Include="Mono.Linker.Steps\MarkStep.cs" />
55     <Compile Include="Mono.Linker.Steps\OutputStep.cs" />
56     <Compile Include="Mono.Linker.Steps\ResolveFromXApiStep.cs" />
57     <Compile Include="Mono.Linker.Steps\ResolveFromAssemblyStep.cs" />
58     <Compile Include="Mono.Linker.Steps\ResolveFromXmlStep.cs" />
59     <Compile Include="Mono.Linker.Steps\ResolveStep.cs" />
60     <Compile Include="Mono.Linker.Steps\SweepStep.cs" />
61     <Compile Include="Mono.Linker\Annotations.cs" />
62     <Compile Include="Mono.Linker\AssemblyAction.cs" />
63     <Compile Include="Mono.Linker\AssemblyInfo.cs" />
64     <Compile Include="Mono.Linker\AssemblyResolver.cs" />
65     <Compile Include="Mono.Linker\Driver.cs" />
66     <Compile Include="Mono.Linker\LinkContext.cs" />
67     <Compile Include="Mono.Linker\MethodAction.cs" />
68     <Compile Include="Mono.Linker\Pipeline.cs" />
69     <Compile Include="Mono.Linker\TypePreserve.cs" />
70     <Compile Include="Mono.Linker\XApiReader.cs" />
71     <Compile Include="Mono.Linker.Steps\TypeMapStep.cs" />
72   </ItemGroup>
73   <ItemGroup>
74     <EmbeddedResource Include="Descriptors\mscorlib.xml">
75       <LogicalName>mscorlib.xml</LogicalName>
76     </EmbeddedResource>
77     <EmbeddedResource Include="Descriptors\System.Web.xml">
78       <LogicalName>System.web.xml</LogicalName>
79     </EmbeddedResource>
80     <EmbeddedResource Include="Descriptors\System.xml">
81       <LogicalName>System.xml</LogicalName>
82     </EmbeddedResource>
83     <EmbeddedResource Include="Descriptors\Mono.Posix.xml">
84       <LogicalName>Mono.Posix.xml</LogicalName>
85     </EmbeddedResource>
86     <EmbeddedResource Include="Descriptors\System.Drawing.xml">
87       <LogicalName>System.Drawing.xml</LogicalName>
88     </EmbeddedResource>
89     <EmbeddedResource Include="Descriptors\System.Core.xml">
90       <LogicalName>System.Core.xml</LogicalName>
91     </EmbeddedResource>
92   </ItemGroup>
93   <ItemGroup>
94     <None Include="Makefile" />
95     <None Include="README" />
96   </ItemGroup>
97   <ItemGroup>
98     <ProjectReference Include="..\..\..\external\cecil\Mono.Cecil.csproj">
99       <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
100       <Name>Mono.Cecil</Name>
101     </ProjectReference>
102   </ItemGroup>
103 </Project>