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:32:37 +0400
committerAlan McGovern <alan@dynamic-143.bos.xamarin.com>2013-10-05 01:32:37 +0400
commitac28d1c25b353ff1b0a52bbf23a185e5369e27a8 (patch)
treee776d89c0ba7e5f7124c21dd9a2380107a287155 /BuildHelpers.targets
parent98e2e31ea6cc45d691776891542ffa97b0249722 (diff)
More paths.
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 4c79ddaf..0b958269 100644
--- a/BuildHelpers.targets
+++ b/BuildHelpers.targets
@@ -10,6 +10,6 @@
in all three situations.
-->
<PropertyGroup>
- <ReferencePath>..\..\..\external\monomac\src;..\..\monomac\src;..\..\..\..\..\monodevelop\main\external\monomac\src;..\..\..\..\..\monomac\src</ReferencePath>
+ <ReferencePath>..\..\..\..\external\monomac\src;..\..\..\external\monomac\src;..\..\monomac\src;..\..\..\..\..\monodevelop\main\external\monomac\src;..\..\..\..\..\monomac\src</ReferencePath>
</PropertyGroup>
</Project>