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

BuildHelpers.targets - github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e136233cffd9d4c7051bdbe92f4b155fd25bb468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
	<!-- This file contains all the build helpers we require to build our projects in different contexts -->

	<!-- We build Xwt in three contexts.
		1) With a sibling checkout of monomac
		2) Inside md-addins with a sibling checkout of monodevelop
		3) Inside md-addins with a sibling checkout of monomac

		We add a 'ReferencePath' for each of these context so that Xwt.Mac can find monomac.dll
		in all three situations.
	-->
        <PropertyGroup>
		<ReferencePath>..\..\monomac\src;..\..\..\..\..\monodevelop\main\external\monomac\src;..\..\..\..\..\monomac\src</ReferencePath>
	</PropertyGroup>
</Project>