1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
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>
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">
36 <Target Name="AfterBuild">
40 <Reference Include=
"System" />
41 <Reference Include=
"System.Xml" />
44 <Compile Include=
"Mono.Linker.Steps\BaseStep.cs" />
45 <Compile Include=
"Mono.Linker.Steps\BlacklistStep.cs" />
46 <Compile Include=
"Mono.Linker.Steps\CleanStep.cs" />
47 <Compile Include=
"Mono.Linker.Steps\RegenerateGuidStep.cs" />
48 <Compile Include=
"Mono.Linker.Steps\LoadI18nAssemblies.cs" />
49 <Compile Include=
"Mono.Linker\IXApiVisitor.cs" />
50 <Compile Include=
"Mono.Linker\ResolutionException.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" />
73 <EmbeddedResource Include=
"Descriptors\mscorlib.xml">
74 <LogicalName>mscorlib.xml
</LogicalName>
76 <EmbeddedResource Include=
"Descriptors\System.Web.xml">
77 <LogicalName>System.web.xml
</LogicalName>
79 <EmbeddedResource Include=
"Descriptors\System.xml">
80 <LogicalName>System.xml
</LogicalName>
82 <EmbeddedResource Include=
"Descriptors\Mono.Posix.xml">
83 <LogicalName>Mono.Posix.xml
</LogicalName>
85 <EmbeddedResource Include=
"Descriptors\System.Drawing.xml">
86 <LogicalName>System.Drawing.xml
</LogicalName>
90 <None Include=
"Makefile" />
91 <None Include=
"README" />
94 <ProjectReference Include=
"..\..\class\Mono.Cecil\Mono.Cecil.csproj">
95 <Project>{D8F63DFF-
5230-
43E4-
9AB2-DA6E721A1FAE}
</Project>
96 <Name>Mono.Cecil
</Name>