|
23 | 23 | <CfgParent>Base</CfgParent> |
24 | 24 | <Base>true</Base> |
25 | 25 | </PropertyGroup> |
| 26 | + <PropertyGroup Condition="('$(Platform)'=='Linux64' and '$(Base)'=='true') or '$(Base_Linux64)'!=''"> |
| 27 | + <Base_Linux64>true</Base_Linux64> |
| 28 | + <CfgParent>Base</CfgParent> |
| 29 | + <Base>true</Base> |
| 30 | + </PropertyGroup> |
26 | 31 | <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''"> |
27 | 32 | <Base_OSX64>true</Base_OSX64> |
28 | 33 | <CfgParent>Base</CfgParent> |
|
77 | 82 | <Cfg_2>true</Cfg_2> |
78 | 83 | <Base>true</Base> |
79 | 84 | </PropertyGroup> |
| 85 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
| 86 | + <Cfg_2_Win32>true</Cfg_2_Win32> |
| 87 | + <CfgParent>Cfg_2</CfgParent> |
| 88 | + <Cfg_2>true</Cfg_2> |
| 89 | + <Base>true</Base> |
| 90 | + </PropertyGroup> |
80 | 91 | <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''"> |
81 | 92 | <Cfg_2_Win64>true</Cfg_2_Win64> |
82 | 93 | <CfgParent>Cfg_2</CfgParent> |
|
85 | 96 | </PropertyGroup> |
86 | 97 | <PropertyGroup Condition="'$(Base)'!=''"> |
87 | 98 | <SanitizedProjectName>P4DEnvironment</SanitizedProjectName> |
88 | | - <BRCC_OutputDir>..\resources</BRCC_OutputDir> |
89 | 99 | <DCC_CBuilderOutput>All</DCC_CBuilderOutput> |
90 | 100 | <DCC_DcuOutput>..\lib\$(Platform)\$(Config)</DCC_DcuOutput> |
91 | 101 | <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput> |
|
111 | 121 | <VerInfo_Build>1</VerInfo_Build> |
112 | 122 | <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys> |
113 | 123 | </PropertyGroup> |
| 124 | + <PropertyGroup Condition="'$(Base_Linux64)'!=''"> |
| 125 | + <Debugger_Launcher>/usr/bin/xterm -e "%debuggee%"</Debugger_Launcher> |
| 126 | + </PropertyGroup> |
114 | 127 | <PropertyGroup Condition="'$(Base_OSX64)'!=''"> |
115 | 128 | <BT_BuildType>Debug</BT_BuildType> |
116 | 129 | <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers</VerInfo_Keys> |
|
123 | 136 | <BT_BuildType>Debug</BT_BuildType> |
124 | 137 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
125 | 138 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
126 | | - <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> |
127 | 139 | <VerInfo_Locale>1033</VerInfo_Locale> |
128 | 140 | </PropertyGroup> |
129 | 141 | <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
|
167 | 179 | <VerInfo_Build>1</VerInfo_Build> |
168 | 180 | <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys> |
169 | 181 | </PropertyGroup> |
| 182 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 183 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 184 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 185 | + </PropertyGroup> |
170 | 186 | <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> |
171 | 187 | <Debugger_HostApplication>C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\bds.exe</Debugger_HostApplication> |
172 | 188 | <Debugger_RunParams>C:\Users\lucas\OneDrive\Documents\Embarcadero\Studio\Projects\deployabletest\PyDeploy.dpr</Debugger_RunParams> |
|
0 commit comments