[mtouch] Fix build from csproj. (#4503)

This commit is contained in:
Rolf Bjarne Kvinge 2018-07-25 21:43:38 +02:00 коммит произвёл Sebastien Pouliot
Родитель 10d98e67d8
Коммит 9e31d07ecc
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -372,6 +372,12 @@
<Compile Include="..\..\src\ObjCRuntime\BindingImplAttribute.cs">
<Link>external\maccore\BindingImplAttribute.cs</Link>
</Compile>
<Compile Include="..\..\external\mono\external\linker\linker\Linker\AssemblyUtilities.cs">
<Link>Linker\AssemblyUtilities.cs</Link>
</Compile>
<Compile Include="..\..\external\mono\external\linker\linker\Linker\TypeNameParser.cs">
<Link>Linker\TypeNameParser.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Core" />