Update mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/RelaxngPattern.cs
[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.Xml" />
42   </ItemGroup>
43   <ItemGroup>
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\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   </ItemGroup>
71   <ItemGroup>
72     <EmbeddedResource Include="Descriptors\mscorlib.xml">
73       <LogicalName>mscorlib.xml</LogicalName>
74     </EmbeddedResource>
75     <EmbeddedResource Include="Descriptors\System.Web.xml">
76       <LogicalName>System.web.xml</LogicalName>
77     </EmbeddedResource>
78     <EmbeddedResource Include="Descriptors\System.xml">
79       <LogicalName>System.xml</LogicalName>
80     </EmbeddedResource>
81     <EmbeddedResource Include="Descriptors\Mono.Posix.xml">
82       <LogicalName>Mono.Posix.xml</LogicalName>
83     </EmbeddedResource>
84     <EmbeddedResource Include="Descriptors\System.Drawing.xml">
85       <LogicalName>System.Drawing.xml</LogicalName>
86     </EmbeddedResource>
87   </ItemGroup>
88   <ItemGroup>
89     <None Include="Makefile" />
90     <None Include="README" />
91   </ItemGroup>
92   <ItemGroup>
93     <ProjectReference Include="..\..\class\Mono.Cecil\Mono.Cecil.csproj">
94       <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
95       <Name>Mono.Cecil</Name>
96     </ProjectReference>
97   </ItemGroup>
98 </Project>