This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIndy220.groupproj
84 lines (84 loc) · 3.38 KB
/
Indy220.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
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7808368C-A374-419C-98E4-4862C5903790}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="System\IndySystem220.dproj">
<Dependencies/>
</Projects>
<Projects Include="Core\IndyCore220.dproj">
<Dependencies/>
</Projects>
<Projects Include="Protocols\IndyProtocols220.dproj">
<Dependencies/>
</Projects>
<Projects Include="Core\dclIndyCore220.dproj">
<Dependencies/>
</Projects>
<Projects Include="Protocols\dclIndyProtocols220.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="IndySystem220">
<MSBuild Projects="System\IndySystem220.dproj"/>
</Target>
<Target Name="IndySystem220:Clean">
<MSBuild Projects="System\IndySystem220.dproj" Targets="Clean"/>
</Target>
<Target Name="IndySystem220:Make">
<MSBuild Projects="System\IndySystem220.dproj" Targets="Make"/>
</Target>
<Target Name="IndyCore220">
<MSBuild Projects="Core\IndyCore220.dproj"/>
</Target>
<Target Name="IndyCore220:Clean">
<MSBuild Projects="Core\IndyCore220.dproj" Targets="Clean"/>
</Target>
<Target Name="IndyCore220:Make">
<MSBuild Projects="Core\IndyCore220.dproj" Targets="Make"/>
</Target>
<Target Name="IndyProtocols220">
<MSBuild Projects="Protocols\IndyProtocols220.dproj"/>
</Target>
<Target Name="IndyProtocols220:Clean">
<MSBuild Projects="Protocols\IndyProtocols220.dproj" Targets="Clean"/>
</Target>
<Target Name="IndyProtocols220:Make">
<MSBuild Projects="Protocols\IndyProtocols220.dproj" Targets="Make"/>
</Target>
<Target Name="dclIndyCore220">
<MSBuild Projects="Core\dclIndyCore220.dproj"/>
</Target>
<Target Name="dclIndyCore220:Clean">
<MSBuild Projects="Core\dclIndyCore220.dproj" Targets="Clean"/>
</Target>
<Target Name="dclIndyCore220:Make">
<MSBuild Projects="Core\dclIndyCore220.dproj" Targets="Make"/>
</Target>
<Target Name="dclIndyProtocols220">
<MSBuild Projects="Protocols\dclIndyProtocols220.dproj"/>
</Target>
<Target Name="dclIndyProtocols220:Clean">
<MSBuild Projects="Protocols\dclIndyProtocols220.dproj" Targets="Clean"/>
</Target>
<Target Name="dclIndyProtocols220:Make">
<MSBuild Projects="Protocols\dclIndyProtocols220.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="IndySystem220;IndyCore220;IndyProtocols220;dclIndyCore220;dclIndyProtocols220"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="IndySystem220:Clean;IndyCore220:Clean;IndyProtocols220:Clean;dclIndyCore220:Clean;dclIndyProtocols220:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="IndySystem220:Make;IndyCore220:Make;IndyProtocols220:Make;dclIndyCore220:Make;dclIndyProtocols220:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>