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@dynamic-143.bos.xamarin.com>2013-10-05 01:22:44 +0400
committerAlan McGovern <alan@dynamic-143.bos.xamarin.com>2013-10-05 01:26:18 +0400
commit98e2e31ea6cc45d691776891542ffa97b0249722 (patch)
tree5a9f3c7f756eb1f9fb141841275d92b2a2bfd570 /BuildHelpers.targets
parent846bc66e474bbc9674f12a90a003790a0cc8c1f4 (diff)
Cope with more build changes
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..4c79ddaf 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>..\..\..\external\monomac\src;..\..\monomac\src;..\..\..\..\..\monodevelop\main\external\monomac\src;..\..\..\..\..\monomac\src</ReferencePath>
</PropertyGroup>
</Project>