Fix missing file in System-mac.csproj.template

This commit is contained in:
Alexander Köplinger 2019-03-13 19:54:04 +01:00
Родитель fb38e7689f
Коммит 8c96fb2600
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -85,6 +85,9 @@
<Compile Include="..\..\..\external\mono\mcs\class\test-helpers\SocketResponder.cs">
<Link>test-helpers\SocketResponder.cs</Link>
</Compile>
<Compile Include="..\..\..\external\mono\mcs\class\test-helpers\PathHelpers.cs">
<Link>test-helpers\PathHelpers.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\external\guiunit\src\framework\GuiUnit_NET_4_5.csproj">