update
[mono.git] / mcs / tools / linker / Mono.Linker.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{DD28E2B1-057B-4B4D-A04D-B2EBD9E76E46}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Mono.Linker</RootNamespace>
11     <AssemblyName>monolinker</AssemblyName>
12     <StartupObject>
13     </StartupObject>
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;TRACE</DefineConstants>
21     <ErrorReport>prompt</ErrorReport>
22     <WarningLevel>4</WarningLevel>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugType>pdbonly</DebugType>
26     <Optimize>true</Optimize>
27     <OutputPath>bin\Release\</OutputPath>
28     <DefineConstants>TRACE</DefineConstants>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31   </PropertyGroup>
32   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
33   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
34        Other similar extension points exist, see Microsoft.Common.targets.
35   <Target Name="BeforeBuild">
36   </Target>
37   <Target Name="AfterBuild">
38   </Target>
39   -->
40   <ItemGroup>
41     <Reference Include="System" />
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\LoadI18nAssemblies.cs" />
49     <Compile Include="Mono.Linker\ResolutionException.cs" />
50     <Compile Include="Mono.Linker\I18nAssemblies.cs" />
51     <Compile Include="Mono.Linker.Steps\IStep.cs" />
52     <Compile Include="Mono.Linker.Steps\LoadReferencesStep.cs" />
53     <Compile Include="Mono.Linker.Steps\MarkStep.cs" />
54     <Compile Include="Mono.Linker.Steps\OutputStep.cs" />
55     <Compile Include="Mono.Linker.Steps\ResolveFromXApiStep.cs" />
56     <Compile Include="Mono.Linker.Steps\ResolveFromAssemblyStep.cs" />
57     <Compile Include="Mono.Linker.Steps\ResolveFromXmlStep.cs" />
58     <Compile Include="Mono.Linker.Steps\ResolveStep.cs" />
59     <Compile Include="Mono.Linker.Steps\SweepStep.cs" />
60     <Compile Include="Mono.Linker\Annotations.cs" />
61     <Compile Include="Mono.Linker\AssemblyAction.cs" />
62     <Compile Include="Mono.Linker\AssemblyInfo.cs" />
63     <Compile Include="Mono.Linker\AssemblyResolver.cs" />
64     <Compile Include="Mono.Linker\Driver.cs" />
65     <Compile Include="Mono.Linker\LinkContext.cs" />
66     <Compile Include="Mono.Linker\MethodAction.cs" />
67     <Compile Include="Mono.Linker\Pipeline.cs" />
68     <Compile Include="Mono.Linker\TypePreserve.cs" />
69     <Compile Include="Mono.Linker\XApiReader.cs" />
70     <Compile Include="Mono.Linker\XApiService.cs" />
71   </ItemGroup>
72   <ItemGroup>
73     <ProjectReference Include="..\..\class\Mono.Cecil\Mono.Cecil.csproj">
74       <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
75       <Name>Mono.Cecil</Name>
76     </ProjectReference>
77   </ItemGroup>
78   <ItemGroup>
79     <EmbeddedResource Include="Descriptors\mscorlib.xml">
80       <LogicalName>mscorlib.xml</LogicalName>
81     </EmbeddedResource>
82     <EmbeddedResource Include="Descriptors\System.Web.xml">
83       <LogicalName>System.web.xml</LogicalName>
84     </EmbeddedResource>
85     <EmbeddedResource Include="Descriptors\System.xml">
86       <LogicalName>System.xml</LogicalName>
87     </EmbeddedResource>
88     <EmbeddedResource Include="Descriptors\Mono.Posix.xml">
89       <LogicalName>Mono.Posix.xml</LogicalName>
90     </EmbeddedResource>
91     <EmbeddedResource Include="Descriptors\System.Drawing.xml">
92       <LogicalName>System.Drawing.xml</LogicalName>
93     </EmbeddedResource>
94   </ItemGroup>
95   <ItemGroup>
96     <Folder Include="Properties\" />
97   </ItemGroup>
98 </Project>