Skip to content

Commit dc6caeb

Browse files
committed
upd project files
1 parent 2cc9d25 commit dc6caeb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+906
-56
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{5B9287A3-1F89-4FEE-A2E4-39EB910041C0}</ProjectGuid>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<Projects Include="RX13Florence\EsCore.dproj">
7+
<Dependencies/>
8+
</Projects>
9+
<Projects Include="RX13Florence\EsVclCore.dproj">
10+
<Dependencies/>
11+
</Projects>
12+
<Projects Include="RX13Florence\EsVclComponents.dproj">
13+
<Dependencies/>
14+
</Projects>
15+
<Projects Include="RX13Florence\EsVclComponentsDesign.dproj">
16+
<Dependencies/>
17+
</Projects>
18+
</ItemGroup>
19+
<ProjectExtensions>
20+
<Borland.Personality>Default.Personality.12</Borland.Personality>
21+
<Borland.ProjectType/>
22+
<BorlandProject>
23+
<Default.Personality/>
24+
</BorlandProject>
25+
</ProjectExtensions>
26+
<Target Name="EsCore">
27+
<MSBuild Projects="RX13Florence\EsCore.dproj"/>
28+
</Target>
29+
<Target Name="EsCore:Clean">
30+
<MSBuild Projects="RX13Florence\EsCore.dproj" Targets="Clean"/>
31+
</Target>
32+
<Target Name="EsCore:Make">
33+
<MSBuild Projects="RX13Florence\EsCore.dproj" Targets="Make"/>
34+
</Target>
35+
<Target Name="EsVclCore">
36+
<MSBuild Projects="RX13Florence\EsVclCore.dproj"/>
37+
</Target>
38+
<Target Name="EsVclCore:Clean">
39+
<MSBuild Projects="RX13Florence\EsVclCore.dproj" Targets="Clean"/>
40+
</Target>
41+
<Target Name="EsVclCore:Make">
42+
<MSBuild Projects="RX13Florence\EsVclCore.dproj" Targets="Make"/>
43+
</Target>
44+
<Target Name="EsVclComponents">
45+
<MSBuild Projects="RX13Florence\EsVclComponents.dproj"/>
46+
</Target>
47+
<Target Name="EsVclComponents:Clean">
48+
<MSBuild Projects="RX13Florence\EsVclComponents.dproj" Targets="Clean"/>
49+
</Target>
50+
<Target Name="EsVclComponents:Make">
51+
<MSBuild Projects="RX13Florence\EsVclComponents.dproj" Targets="Make"/>
52+
</Target>
53+
<Target Name="EsVclComponentsDesign">
54+
<MSBuild Projects="RX13Florence\EsVclComponentsDesign.dproj"/>
55+
</Target>
56+
<Target Name="EsVclComponentsDesign:Clean">
57+
<MSBuild Projects="RX13Florence\EsVclComponentsDesign.dproj" Targets="Clean"/>
58+
</Target>
59+
<Target Name="EsVclComponentsDesign:Make">
60+
<MSBuild Projects="RX13Florence\EsVclComponentsDesign.dproj" Targets="Make"/>
61+
</Target>
62+
<Target Name="Build">
63+
<CallTarget Targets="EsCore;EsVclCore;EsVclComponents;EsVclComponentsDesign"/>
64+
</Target>
65+
<Target Name="Clean">
66+
<CallTarget Targets="EsCore:Clean;EsVclCore:Clean;EsVclComponents:Clean;EsVclComponentsDesign:Clean"/>
67+
</Target>
68+
<Target Name="Make">
69+
<CallTarget Targets="EsCore:Make;EsVclCore:Make;EsVclComponents:Make;EsVclComponentsDesign:Make"/>
70+
</Target>
71+
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
72+
</Project>

Packages/RX10Berlin/EsCore.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsCore;
1+
package EsCore;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Berlin/EsVclComponents.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsVclComponents;
1+
package EsVclComponents;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Berlin/EsVclComponentsDesign.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsVclComponentsDesign;
1+
package EsVclComponentsDesign;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Berlin/EsVclCore.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsVclCore;
1+
package EsVclCore;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Rio/EsCore.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsCore;
1+
package EsCore;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Rio/EsVclComponents.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsVclComponents;
1+
package EsVclComponents;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Rio/EsVclComponentsDesign.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsVclComponentsDesign;
1+
package EsVclComponentsDesign;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Rio/EsVclCore.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsVclCore;
1+
package EsVclCore;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

Packages/RX10Seattle/EsCore.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package EsCore;
1+
package EsCore;
22

33
{$R *.res}
44
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}

0 commit comments

Comments
 (0)