Skip to content

Commit d5a2871

Browse files
committed
Update Project file with build portable build config
1 parent 071c0c2 commit d5a2871

1 file changed

Lines changed: 85 additions & 21 deletions

File tree

Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/CPRSChart.dproj

Lines changed: 85 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<ProjectGuid>{8F0EB2F9-754A-4CEC-8601-90E150C83DB0}</ProjectGuid>
44
<MainSource>CPRSChart.dpr</MainSource>
55
<Base>True</Base>
6-
<Config Condition="'$(Config)'==''">Debug</Config>
6+
<Config Condition="'$(Config)'==''">Release</Config>
77
<TargetedPlatforms>1</TargetedPlatforms>
88
<AppType>Application</AppType>
99
<FrameworkType>VCL</FrameworkType>
10-
<ProjectVersion>18.4</ProjectVersion>
10+
<ProjectVersion>18.5</ProjectVersion>
1111
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1212
</PropertyGroup>
1313
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
@@ -18,11 +18,6 @@
1818
<CfgParent>Base</CfgParent>
1919
<Base>true</Base>
2020
</PropertyGroup>
21-
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22-
<Base_Win64>true</Base_Win64>
23-
<CfgParent>Base</CfgParent>
24-
<Base>true</Base>
25-
</PropertyGroup>
2621
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
2722
<Cfg_1>true</Cfg_1>
2823
<CfgParent>Base</CfgParent>
@@ -70,6 +65,7 @@
7065
<DCC_E>false</DCC_E>
7166
<DCC_K>false</DCC_K>
7267
<DCC_N>false</DCC_N>
68+
<DCC_UnitSearchPath>C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\Resource;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
7369
</PropertyGroup>
7470
<PropertyGroup Condition="'$(Base_Win32)'!=''">
7571
<DCC_DcuOutput>.\dcu</DCC_DcuOutput>
@@ -82,13 +78,6 @@
8278
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
8379
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
8480
</PropertyGroup>
85-
<PropertyGroup Condition="'$(Base_Win64)'!=''">
86-
<Icon_MainIcon>CPRSChart_Icon1.ico</Icon_MainIcon>
87-
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
88-
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
89-
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
90-
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
91-
</PropertyGroup>
9281
<PropertyGroup Condition="'$(Cfg_1)'!=''">
9382
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
9483
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -111,6 +100,7 @@
111100
<DCC_E>false</DCC_E>
112101
<DCC_K>false</DCC_K>
113102
<DCC_N>false</DCC_N>
103+
<Debugger_RunParams>s=52.5.16.166 p=9430 showrpcs</Debugger_RunParams>
114104
</PropertyGroup>
115105
<PropertyGroup Condition="'$(Cfg_2)'!=''">
116106
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
@@ -119,7 +109,6 @@
119109
</PropertyGroup>
120110
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
121111
<VerInfo_Keys>CompanyName=Department of Veterans Affairs;FileDescription=Computerized Patient Record System;FileVersion=1.31.266.2;InternalName=1.31.266.2 server required;LegalCopyright=Unauthorized access or misuse of this system and/or its data is a federal crime. Use of all data shall be in accordance with VA policy on security and privacy.;LegalTrademarks=;OriginalFilename=Patch 377;ProductName=Computerized Patient Record System;ProductVersion=1.31.266.2;Comments=Version 1.31.266.2;CFBundleName=;CFBundleDisplayName=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;CFBundleExecutable=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
122-
<VerInfo_Build>2</VerInfo_Build>
123112
<DCC_DebugDCUs>true</DCC_DebugDCUs>
124113
<DCC_RemoteDebug>true</DCC_RemoteDebug>
125114
<DCC_MapFile>3</DCC_MapFile>
@@ -132,7 +121,7 @@
132121
<DCC_K>false</DCC_K>
133122
<DCC_N>false</DCC_N>
134123
<BT_BuildType>Debug</BT_BuildType>
135-
<Debugger_RunParams>s=52.5.16.166 p=9430 ac=mx1234 vc=mx1234!! showrpcs</Debugger_RunParams>
124+
<Debugger_RunParams>s=52.5.16.166 p=9430 showrpcs</Debugger_RunParams>
136125
</PropertyGroup>
137126
<ItemGroup>
138127
<DelphiCompile Include="$(MainSource)">
@@ -1045,6 +1034,11 @@
10451034
<DCCReference Include="Orders\rODRTC.pas"/>
10461035
<DCCReference Include="Utils\uVersionCheck.pas"/>
10471036
<DCCReference Include="Utils\uOwnerWrapper.pas"/>
1037+
<DCCReference Include="Tools\fGN_RPCLog.pas">
1038+
<Form>frmRPCLog</Form>
1039+
<FormType>dfm</FormType>
1040+
</DCCReference>
1041+
<DCCReference Include="Tools\uGN_RPCLog.pas"/>
10481042
<RidlCompile Include="CPRSChart.ridl"/>
10491043
<BuildConfiguration Include="Debug">
10501044
<Key>Cfg_2</Key>
@@ -1102,24 +1096,41 @@
11021096
<VersionInfoKeys Name="CFBundleExecutable"/>
11031097
</VersionInfoKeys>
11041098
<Excluded_Packages>
1105-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp220.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
1106-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k220.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
1099+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
1100+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
11071101
</Excluded_Packages>
11081102
</Delphi.Personality>
11091103
<Platforms>
11101104
<Platform value="Win32">True</Platform>
1111-
<Platform value="Win64">False</Platform>
11121105
</Platforms>
11131106
<ActiveXProjectInfo>
11141107
<version>1</version>
11151108
</ActiveXProjectInfo>
11161109
<ModelSupport>False</ModelSupport>
11171110
<Deployment Version="3">
11181111
<DeployFile LocalName="CPRSChart.ridl" Configuration="Debug" Class="ProjectFile"/>
1112+
<DeployFile LocalName="CPRSChart.ridl" Configuration="Debug" Class="ProjectFile">
1113+
<Platform Name="Win32">
1114+
<RemoteDir>.\</RemoteDir>
1115+
<Overwrite>true</Overwrite>
1116+
</Platform>
1117+
</DeployFile>
1118+
<DeployFile LocalName="CPRSChart.rsm" Configuration="Debug" Class="DebugSymbols">
1119+
<Platform Name="Win32">
1120+
<RemoteName>CPRSChart.rsm</RemoteName>
1121+
<Overwrite>true</Overwrite>
1122+
</Platform>
1123+
</DeployFile>
11191124
<DeployFile LocalName="CPRSChart.exe" Configuration="Release" Class="ProjectOutput"/>
1125+
<DeployFile LocalName="CPRSChart.exe" Configuration="Debug" Class="ProjectOutput"/>
11201126
<DeployFile LocalName="CPRSChart.ridl" Configuration="Release" Class="ProjectFile"/>
1127+
<DeployFile LocalName="CPRSChart.exe" Configuration="Debug" Class="ProjectOutput">
1128+
<Platform Name="Win32">
1129+
<RemoteName>CPRSChart.exe</RemoteName>
1130+
<Overwrite>true</Overwrite>
1131+
</Platform>
1132+
</DeployFile>
11211133
<DeployFile LocalName="CPRSChart.rsm" Configuration="Debug" Class="DebugSymbols"/>
1122-
<DeployFile LocalName="CPRSChart.exe" Configuration="Debug" Class="ProjectOutput"/>
11231134
<DeployClass Name="AdditionalDebugSymbols">
11241135
<Platform Name="iOSSimulator">
11251136
<Operation>1</Operation>
@@ -1129,7 +1140,6 @@
11291140
<Operation>1</Operation>
11301141
</Platform>
11311142
<Platform Name="Win32">
1132-
<RemoteDir>Contents\MacOS</RemoteDir>
11331143
<Operation>0</Operation>
11341144
</Platform>
11351145
</DeployClass>
@@ -1139,6 +1149,12 @@
11391149
<Operation>1</Operation>
11401150
</Platform>
11411151
</DeployClass>
1152+
<DeployClass Name="AndroidFileProvider">
1153+
<Platform Name="Android">
1154+
<RemoteDir>res\xml</RemoteDir>
1155+
<Operation>1</Operation>
1156+
</Platform>
1157+
</DeployClass>
11421158
<DeployClass Name="AndroidGDBServer">
11431159
<Platform Name="Android">
11441160
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
@@ -1175,6 +1191,12 @@
11751191
<Operation>1</Operation>
11761192
</Platform>
11771193
</DeployClass>
1194+
<DeployClass Name="AndroidSplashStylesV21">
1195+
<Platform Name="Android">
1196+
<RemoteDir>res\values-v21</RemoteDir>
1197+
<Operation>1</Operation>
1198+
</Platform>
1199+
</DeployClass>
11781200
<DeployClass Name="Android_DefaultAppIcon">
11791201
<Platform Name="Android">
11801202
<RemoteDir>res\drawable</RemoteDir>
@@ -1253,6 +1275,11 @@
12531275
<Operation>1</Operation>
12541276
<Extensions>.framework</Extensions>
12551277
</Platform>
1278+
<Platform Name="OSX64">
1279+
<RemoteDir>Contents\MacOS</RemoteDir>
1280+
<Operation>1</Operation>
1281+
<Extensions>.framework</Extensions>
1282+
</Platform>
12561283
<Platform Name="Win32">
12571284
<Operation>0</Operation>
12581285
</Platform>
@@ -1275,6 +1302,11 @@
12751302
<Operation>1</Operation>
12761303
<Extensions>.dylib</Extensions>
12771304
</Platform>
1305+
<Platform Name="OSX64">
1306+
<RemoteDir>Contents\MacOS</RemoteDir>
1307+
<Operation>1</Operation>
1308+
<Extensions>.dylib</Extensions>
1309+
</Platform>
12781310
<Platform Name="Win32">
12791311
<Operation>0</Operation>
12801312
<Extensions>.dll;.bpl</Extensions>
@@ -1298,6 +1330,11 @@
12981330
<Operation>1</Operation>
12991331
<Extensions>.dylib</Extensions>
13001332
</Platform>
1333+
<Platform Name="OSX64">
1334+
<RemoteDir>Contents\MacOS</RemoteDir>
1335+
<Operation>1</Operation>
1336+
<Extensions>.dylib</Extensions>
1337+
</Platform>
13011338
<Platform Name="Win32">
13021339
<Operation>0</Operation>
13031340
<Extensions>.bpl</Extensions>
@@ -1320,6 +1357,10 @@
13201357
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
13211358
<Operation>0</Operation>
13221359
</Platform>
1360+
<Platform Name="OSX64">
1361+
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
1362+
<Operation>0</Operation>
1363+
</Platform>
13231364
<Platform Name="Win32">
13241365
<Operation>0</Operation>
13251366
</Platform>
@@ -1456,23 +1497,41 @@
14561497
<Operation>1</Operation>
14571498
</Platform>
14581499
</DeployClass>
1500+
<DeployClass Name="ProjectOSXDebug">
1501+
<Platform Name="OSX64">
1502+
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
1503+
<Operation>1</Operation>
1504+
</Platform>
1505+
</DeployClass>
14591506
<DeployClass Name="ProjectOSXEntitlements">
14601507
<Platform Name="OSX32">
14611508
<RemoteDir>..\</RemoteDir>
14621509
<Operation>1</Operation>
14631510
</Platform>
1511+
<Platform Name="OSX64">
1512+
<RemoteDir>..\</RemoteDir>
1513+
<Operation>1</Operation>
1514+
</Platform>
14641515
</DeployClass>
14651516
<DeployClass Name="ProjectOSXInfoPList">
14661517
<Platform Name="OSX32">
14671518
<RemoteDir>Contents</RemoteDir>
14681519
<Operation>1</Operation>
14691520
</Platform>
1521+
<Platform Name="OSX64">
1522+
<RemoteDir>Contents</RemoteDir>
1523+
<Operation>1</Operation>
1524+
</Platform>
14701525
</DeployClass>
14711526
<DeployClass Name="ProjectOSXResource">
14721527
<Platform Name="OSX32">
14731528
<RemoteDir>Contents\Resources</RemoteDir>
14741529
<Operation>1</Operation>
14751530
</Platform>
1531+
<Platform Name="OSX64">
1532+
<RemoteDir>Contents\Resources</RemoteDir>
1533+
<Operation>1</Operation>
1534+
</Platform>
14761535
</DeployClass>
14771536
<DeployClass Required="true" Name="ProjectOutput">
14781537
<Platform Name="Android">
@@ -1495,6 +1554,10 @@
14951554
<RemoteDir>Contents\MacOS</RemoteDir>
14961555
<Operation>1</Operation>
14971556
</Platform>
1557+
<Platform Name="OSX64">
1558+
<RemoteDir>Contents\MacOS</RemoteDir>
1559+
<Operation>1</Operation>
1560+
</Platform>
14981561
<Platform Name="Win32">
14991562
<Operation>0</Operation>
15001563
</Platform>
@@ -1534,6 +1597,7 @@
15341597
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
15351598
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
15361599
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
1600+
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
15371601
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
15381602
</Deployment>
15391603
</BorlandProject>

0 commit comments

Comments
 (0)