-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Zoomicon.Introspection.FMX.Delphi.groupproj
48 lines (48 loc) · 1.95 KB
/
Zoomicon.Introspection.FMX.Delphi.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>{2D1366FF-4149-45F5-87C5-4D41AB861D5B}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="Demo\Introspection_Demo.dproj">
<Dependencies/>
</Projects>
<Projects Include="Source\Zoomicon.Introspection.FMX.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Introspection_Demo">
<MSBuild Projects="Demo\Introspection_Demo.dproj"/>
</Target>
<Target Name="Introspection_Demo:Clean">
<MSBuild Projects="Demo\Introspection_Demo.dproj" Targets="Clean"/>
</Target>
<Target Name="Introspection_Demo:Make">
<MSBuild Projects="Demo\Introspection_Demo.dproj" Targets="Make"/>
</Target>
<Target Name="Zoomicon_Introspection_FMX">
<MSBuild Projects="Source\Zoomicon.Introspection.FMX.dproj"/>
</Target>
<Target Name="Zoomicon_Introspection_FMX:Clean">
<MSBuild Projects="Source\Zoomicon.Introspection.FMX.dproj" Targets="Clean"/>
</Target>
<Target Name="Zoomicon_Introspection_FMX:Make">
<MSBuild Projects="Source\Zoomicon.Introspection.FMX.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Introspection_Demo;Zoomicon_Introspection_FMX"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Introspection_Demo:Clean;Zoomicon_Introspection_FMX:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Introspection_Demo:Make;Zoomicon_Introspection_FMX:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>