forked from VSoftTechnologies/DUnitX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DUnitX_D10Seattle.groupproj
72 lines (72 loc) · 3.31 KB
/
DUnitX_D10Seattle.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
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{578B7A11-D6C6-468D-8C4F-BC822BA313A8}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="Tests\DUnitXTest_D10Seattle.dproj">
<Dependencies/>
</Projects>
<Projects Include="Examples\DUnitXExamples_D10Seattle.dproj">
<Dependencies/>
</Projects>
<Projects Include="Expert\DUnitX_IDE_Expert_D10Seattle.dproj">
<Dependencies/>
</Projects>
<Projects Include="Examples\DUnitXFiremonkeyGUI_D10Seattle.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="DUnitXTest_D10Seattle">
<MSBuild Projects="Tests\DUnitXTest_D10Seattle.dproj"/>
</Target>
<Target Name="DUnitXTest_D10Seattle:Clean">
<MSBuild Projects="Tests\DUnitXTest_D10Seattle.dproj" Targets="Clean"/>
</Target>
<Target Name="DUnitXTest_D10Seattle:Make">
<MSBuild Projects="Tests\DUnitXTest_D10Seattle.dproj" Targets="Make"/>
</Target>
<Target Name="DUnitXExamples_D10Seattle">
<MSBuild Projects="Examples\DUnitXExamples_D10Seattle.dproj"/>
</Target>
<Target Name="DUnitXExamples_D10Seattle:Clean">
<MSBuild Projects="Examples\DUnitXExamples_D10Seattle.dproj" Targets="Clean"/>
</Target>
<Target Name="DUnitXExamples_D10Seattle:Make">
<MSBuild Projects="Examples\DUnitXExamples_D10Seattle.dproj" Targets="Make"/>
</Target>
<Target Name="DUnitX_IDE_Expert_D10Seattle">
<MSBuild Projects="Expert\DUnitX_IDE_Expert_D10Seattle.dproj"/>
</Target>
<Target Name="DUnitX_IDE_Expert_D10Seattle:Clean">
<MSBuild Projects="Expert\DUnitX_IDE_Expert_D10Seattle.dproj" Targets="Clean"/>
</Target>
<Target Name="DUnitX_IDE_Expert_D10Seattle:Make">
<MSBuild Projects="Expert\DUnitX_IDE_Expert_D10Seattle.dproj" Targets="Make"/>
</Target>
<Target Name="DUnitXFiremonkeyGUI_D10Seattle">
<MSBuild Projects="Examples\DUnitXFiremonkeyGUI_D10Seattle.dproj"/>
</Target>
<Target Name="DUnitXFiremonkeyGUI_D10Seattle:Clean">
<MSBuild Projects="Examples\DUnitXFiremonkeyGUI_D10Seattle.dproj" Targets="Clean"/>
</Target>
<Target Name="DUnitXFiremonkeyGUI_D10Seattle:Make">
<MSBuild Projects="Examples\DUnitXFiremonkeyGUI_D10Seattle.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="DUnitXTest_D10Seattle;DUnitXExamples_D10Seattle;DUnitX_IDE_Expert_D10Seattle;DUnitXFiremonkeyGUI_D10Seattle"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="DUnitXTest_D10Seattle:Clean;DUnitXExamples_D10Seattle:Clean;DUnitX_IDE_Expert_D10Seattle:Clean;DUnitXFiremonkeyGUI_D10Seattle:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="DUnitXTest_D10Seattle:Make;DUnitXExamples_D10Seattle:Make;DUnitX_IDE_Expert_D10Seattle:Make;DUnitXFiremonkeyGUI_D10Seattle:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>