forked from VSoftTechnologies/DUnitX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DUnitX_2010.groupproj
48 lines (48 loc) · 1.78 KB
/
DUnitX_2010.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_2010.dproj">
<Dependencies/>
</Projects>
<Projects Include="Expert\DUnitX_IDE_Expert_2010.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="DUnitXExamples_2010">
<MSBuild Projects="Examples\DUnitXExamples_2010.dproj"/>
</Target>
<Target Name="DUnitXExamples_2010:Clean">
<MSBuild Targets="Clean" Projects="Examples\DUnitXExamples_2010.dproj"/>
</Target>
<Target Name="DUnitXExamples_2010:Make">
<MSBuild Targets="Make" Projects="Examples\DUnitXExamples_2010.dproj"/>
</Target>
<Target Name="DUnitX_IDE_Expert_2010">
<MSBuild Projects="Expert\DUnitX_IDE_Expert_2010.dproj"/>
</Target>
<Target Name="DUnitX_IDE_Expert_2010:Clean">
<MSBuild Targets="Clean" Projects="Expert\DUnitX_IDE_Expert_2010.dproj"/>
</Target>
<Target Name="DUnitX_IDE_Expert_2010:Make">
<MSBuild Targets="Make" Projects="Expert\DUnitX_IDE_Expert_2010.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="DUnitXExamples_2010;DUnitX_IDE_Expert_2010"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="DUnitXExamples_2010:Clean;DUnitX_IDE_Expert_2010:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="DUnitXExamples_2010:Make;DUnitX_IDE_Expert_2010:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>