|
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{CC69F17C-E429-4154-899A-E9F0ACA9841F}</ProjectGuid> |
4 | 4 | <MainSource>DelphiDocker.dpk</MainSource> |
5 | | - <ProjectVersion>18.5</ProjectVersion> |
| 5 | + <ProjectVersion>18.6</ProjectVersion> |
6 | 6 | <FrameworkType>VCL</FrameworkType> |
7 | 7 | <Base>True</Base> |
8 | 8 | <Config Condition="'$(Config)'==''">Debug</Config> |
|
67 | 67 | <VerInfo_Locale>1046</VerInfo_Locale> |
68 | 68 | <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
69 | 69 | <DCC_BplOutput>.\$(Platform)\$(Config)</DCC_BplOutput> |
70 | | - <DCC_UnitSearchPath>modules\DOSCommand\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
| 70 | + <DCC_UnitSearchPath>$(DCC_UnitSearchPath);$(DCC_UnitSearchPath);modules\DOSCommand\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
71 | 71 | </PropertyGroup> |
72 | 72 | <PropertyGroup Condition="'$(Base_Linux64)'!=''"> |
73 | 73 | <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage> |
|
95 | 95 | <DCC_RemoteDebug>false</DCC_RemoteDebug> |
96 | 96 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
97 | 97 | <VerInfo_Locale>1033</VerInfo_Locale> |
98 | | - <Debugger_HostApplication>C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\bds.exe</Debugger_HostApplication> |
| 98 | + <Debugger_HostApplication>E:\tools\Embarcadero\Studio\20.0\bin\bds.exe</Debugger_HostApplication> |
99 | 99 | </PropertyGroup> |
100 | 100 | <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
101 | 101 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
|
113 | 113 | </DelphiCompile> |
114 | 114 | <DCCReference Include="rtl.dcp"/> |
115 | 115 | <DCCReference Include="designide.dcp"/> |
116 | | - <DCCReference Include="Src\OpenToolApi\OpenToolApi.LocalMenuItem.pas"/> |
| 116 | + <DCCReference Include="boss_ide.dcp"/> |
117 | 117 | <DCCReference Include="Src\OpenToolApi\OpenToolApi.Register.pas"/> |
118 | 118 | <DCCReference Include="Src\OpenToolApi\OpenToolApi.ToolBarItem.pas"> |
119 | 119 | <Form>ToolBarItem</Form> |
|
122 | 122 | </DCCReference> |
123 | 123 | <DCCReference Include="Src\Command\Command.Runner.pas"/> |
124 | 124 | <DCCReference Include="Src\OpenToolApi\OpenToolApi.CommandMessage.pas"/> |
| 125 | + <DCCReference Include="Src\OpenToolApi\OpenToolApi.LocalMenuItem.pas"/> |
| 126 | + <DCCReference Include="Src\OpenToolApi\OpenToolApi.Events.pas"/> |
| 127 | + <DCCReference Include="Src\OpenToolApi\UtilityFunctions.pas"/> |
| 128 | + <DCCReference Include="Src\wrapper\Wrapper.Docker.pas"/> |
| 129 | + <DCCReference Include="Src\wrapper\Wrapper.DockerCompose.pas"/> |
| 130 | + <DCCReference Include="Src\Command\Command.Cmd.pas"/> |
| 131 | + <DCCReference Include="Src\Command\Command.Message.pas"/> |
125 | 132 | <BuildConfiguration Include="Release"> |
126 | 133 | <Key>Cfg_2</Key> |
127 | 134 | <CfgParent>Base</CfgParent> |
|
144 | 151 | </Source> |
145 | 152 | <Excluded_Packages> |
146 | 153 | <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt260.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages> |
| 154 | + <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> |
| 155 | + <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> |
147 | 156 | <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
148 | 157 | <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
149 | 158 | </Excluded_Packages> |
|
0 commit comments