-
Notifications
You must be signed in to change notification settings - Fork 24
/
GMLibProject_DXE2.groupproj
120 lines (120 loc) · 4.67 KB
/
GMLibProject_DXE2.groupproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{9A3125B3-6B85-4A27-A6AD-216F18C83A98}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="dpk\GMLib_DXE2.dproj">
<Dependencies/>
</Projects>
<Projects Include="dpk\GMLib_DXE2_VCL.dproj">
<Dependencies/>
</Projects>
<Projects Include="dpk\GMLib_DXE2_FMX.dproj">
<Dependencies/>
</Projects>
<Projects Include="dpk\GMLibEdit_DXE2.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demos\MegaDemo\MegaDemo.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demos\GMInfoWindow\GMInfoWin_Demo.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demos\SimpleGMInfoWin\SimpleGMInfoWin.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demos\TGeometryClass\TGeometryClassDemo.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="GMLib_DXE2">
<MSBuild Projects="dpk\GMLib_DXE2.dproj"/>
</Target>
<Target Name="GMLib_DXE2:Clean">
<MSBuild Projects="dpk\GMLib_DXE2.dproj" Targets="Clean"/>
</Target>
<Target Name="GMLib_DXE2:Make">
<MSBuild Projects="dpk\GMLib_DXE2.dproj" Targets="Make"/>
</Target>
<Target Name="GMLib_DXE2_VCL">
<MSBuild Projects="dpk\GMLib_DXE2_VCL.dproj"/>
</Target>
<Target Name="GMLib_DXE2_VCL:Clean">
<MSBuild Projects="dpk\GMLib_DXE2_VCL.dproj" Targets="Clean"/>
</Target>
<Target Name="GMLib_DXE2_VCL:Make">
<MSBuild Projects="dpk\GMLib_DXE2_VCL.dproj" Targets="Make"/>
</Target>
<Target Name="GMLib_DXE2_FMX">
<MSBuild Projects="dpk\GMLib_DXE2_FMX.dproj"/>
</Target>
<Target Name="GMLib_DXE2_FMX:Clean">
<MSBuild Projects="dpk\GMLib_DXE2_FMX.dproj" Targets="Clean"/>
</Target>
<Target Name="GMLib_DXE2_FMX:Make">
<MSBuild Projects="dpk\GMLib_DXE2_FMX.dproj" Targets="Make"/>
</Target>
<Target Name="GMLibEdit_DXE2">
<MSBuild Projects="dpk\GMLibEdit_DXE2.dproj"/>
</Target>
<Target Name="GMLibEdit_DXE2:Clean">
<MSBuild Projects="dpk\GMLibEdit_DXE2.dproj" Targets="Clean"/>
</Target>
<Target Name="GMLibEdit_DXE2:Make">
<MSBuild Projects="dpk\GMLibEdit_DXE2.dproj" Targets="Make"/>
</Target>
<Target Name="MegaDemo">
<MSBuild Projects="Demos\MegaDemo\MegaDemo.dproj"/>
</Target>
<Target Name="MegaDemo:Clean">
<MSBuild Projects="Demos\MegaDemo\MegaDemo.dproj" Targets="Clean"/>
</Target>
<Target Name="MegaDemo:Make">
<MSBuild Projects="Demos\MegaDemo\MegaDemo.dproj" Targets="Make"/>
</Target>
<Target Name="GMInfoWin_Demo">
<MSBuild Projects="Demos\GMInfoWindow\GMInfoWin_Demo.dproj"/>
</Target>
<Target Name="GMInfoWin_Demo:Clean">
<MSBuild Projects="Demos\GMInfoWindow\GMInfoWin_Demo.dproj" Targets="Clean"/>
</Target>
<Target Name="GMInfoWin_Demo:Make">
<MSBuild Projects="Demos\GMInfoWindow\GMInfoWin_Demo.dproj" Targets="Make"/>
</Target>
<Target Name="SimpleGMInfoWin">
<MSBuild Projects="Demos\SimpleGMInfoWin\SimpleGMInfoWin.dproj"/>
</Target>
<Target Name="SimpleGMInfoWin:Clean">
<MSBuild Projects="Demos\SimpleGMInfoWin\SimpleGMInfoWin.dproj" Targets="Clean"/>
</Target>
<Target Name="SimpleGMInfoWin:Make">
<MSBuild Projects="Demos\SimpleGMInfoWin\SimpleGMInfoWin.dproj" Targets="Make"/>
</Target>
<Target Name="TGeometryClassDemo">
<MSBuild Projects="Demos\TGeometryClass\TGeometryClassDemo.dproj"/>
</Target>
<Target Name="TGeometryClassDemo:Clean">
<MSBuild Projects="Demos\TGeometryClass\TGeometryClassDemo.dproj" Targets="Clean"/>
</Target>
<Target Name="TGeometryClassDemo:Make">
<MSBuild Projects="Demos\TGeometryClass\TGeometryClassDemo.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="GMLib_DXE2;GMLib_DXE2_VCL;GMLib_DXE2_FMX;GMLibEdit_DXE2;MegaDemo;GMInfoWin_Demo;SimpleGMInfoWin;TGeometryClassDemo"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="GMLib_DXE2:Clean;GMLib_DXE2_VCL:Clean;GMLib_DXE2_FMX:Clean;GMLibEdit_DXE2:Clean;MegaDemo:Clean;GMInfoWin_Demo:Clean;SimpleGMInfoWin:Clean;TGeometryClassDemo:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="GMLib_DXE2:Make;GMLib_DXE2_VCL:Make;GMLib_DXE2_FMX:Make;GMLibEdit_DXE2:Make;MegaDemo:Make;GMInfoWin_Demo:Make;SimpleGMInfoWin:Make;TGeometryClassDemo:Make"/>
</Target>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
</Project>