提交 ae133d34 编写于 作者: C Chris Hamons 提交者: Julius Trinkunas

Fix Mono.Linker.csproj so it can build

Mono.Linker.csproj has drifted from its associated Makefile was was not buildable.
This change applies changes from the last few Makefile changes.
上级 c086d37c
......@@ -38,6 +38,7 @@
-->
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
......@@ -67,6 +68,7 @@
<Compile Include="Mono.Linker\Pipeline.cs" />
<Compile Include="Mono.Linker\TypePreserve.cs" />
<Compile Include="Mono.Linker\XApiReader.cs" />
<Compile Include="Mono.Linker.Steps\TypeMapStep.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Descriptors\mscorlib.xml">
......@@ -84,6 +86,9 @@
<EmbeddedResource Include="Descriptors\System.Drawing.xml">
<LogicalName>System.Drawing.xml</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Descriptors\System.Core.xml">
<LogicalName>System.Core.xml</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Makefile" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册