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