Add a new hack to look for monomac in one more location

This is to cope with the restructuring of some of our code
This commit is contained in:
Alan McGovern 2014-05-07 16:12:57 -04:00
Родитель 523a9058e0
Коммит 82c5326dfa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,6 +10,6 @@
in all three situations.
-->
<PropertyGroup>
<ReferencePath>..\..\monomac\src;..\..\..\..\..\monodevelop\main\external\monomac\src;..\..\..\..\..\monomac\src</ReferencePath>
<ReferencePath>..\..\monomac\src;..\..\..\..\..\monodevelop\main\external\monomac\src;..\..\..\..\..\monomac\src;..\..\..\..\..\..\..\monomac\src</ReferencePath>
</PropertyGroup>
</Project>