Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2014-05-08 00:12:57 +0400
committerAlan McGovern <alan@xamarin.com>2014-05-08 00:12:57 +0400
commit82c5326dfae5cc5e287d168b5d699b2b8019e156 (patch)
tree7e8557682decb3b40c1b47cc5c20db9e012a74e8 /BuildHelpers.targets
parent523a9058e06df06a3a678afa9155a294ffe2a57f (diff)
Add a new hack to look for monomac in one more location
This is to cope with the restructuring of some of our code
Diffstat (limited to 'BuildHelpers.targets')
-rw-r--r--BuildHelpers.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildHelpers.targets b/BuildHelpers.targets
index e136233c..1a53d6f4 100644
--- a/BuildHelpers.targets
+++ b/BuildHelpers.targets
@@ -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>