File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ package DelphiDocker;
25
25
{$IMAGEBASE $400000}
26
26
{$DEFINE DEBUG}
27
27
{$ENDIF IMPLICITBUILDING}
28
+ {$DESCRIPTION 'Delphi Docker'}
28
29
{$DESIGNONLY}
29
30
{$IMPLICITBUILD ON}
30
31
Original file line number Diff line number Diff line change 96
96
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
97
97
<VerInfo_Locale>1033</VerInfo_Locale>
98
98
<Debugger_HostApplication>$(BDS)\bin\bds.exe</Debugger_HostApplication>
99
+ <DCC_Description>Delphi Docker</DCC_Description>
99
100
</PropertyGroup>
100
101
<PropertyGroup Condition="'$(Cfg_2)'!=''">
101
102
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
151
152
<Source Name="MainSource">DelphiDocker.dpk</Source>
152
153
</Source>
153
154
<Excluded_Packages>
154
- <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
155
- <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
155
+ <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
156
+ <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
157
+ <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
158
+ <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
156
159
</Excluded_Packages>
157
160
</Delphi.Personality>
158
161
<Deployment Version="3">
You can’t perform that action at this time.
0 commit comments