|
63 | 63 | <CfgParent>Base</CfgParent>
|
64 | 64 | <Base>true</Base>
|
65 | 65 | </PropertyGroup>
|
| 66 | + <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_1)'=='true') or '$(Cfg_1_iOSDevice64)'!=''"> |
| 67 | + <Cfg_1_iOSDevice64>true</Cfg_1_iOSDevice64> |
| 68 | + <CfgParent>Cfg_1</CfgParent> |
| 69 | + <Cfg_1>true</Cfg_1> |
| 70 | + <Base>true</Base> |
| 71 | + </PropertyGroup> |
| 72 | + <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_1)'=='true') or '$(Cfg_1_OSXARM64)'!=''"> |
| 73 | + <Cfg_1_OSXARM64>true</Cfg_1_OSXARM64> |
| 74 | + <CfgParent>Cfg_1</CfgParent> |
| 75 | + <Cfg_1>true</Cfg_1> |
| 76 | + <Base>true</Base> |
| 77 | + </PropertyGroup> |
66 | 78 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
67 | 79 | <Cfg_1_Win32>true</Cfg_1_Win32>
|
68 | 80 | <CfgParent>Cfg_1</CfgParent>
|
|
80 | 92 | <CfgParent>Base</CfgParent>
|
81 | 93 | <Base>true</Base>
|
82 | 94 | </PropertyGroup>
|
| 95 | + <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''"> |
| 96 | + <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64> |
| 97 | + <CfgParent>Cfg_2</CfgParent> |
| 98 | + <Cfg_2>true</Cfg_2> |
| 99 | + <Base>true</Base> |
| 100 | + </PropertyGroup> |
| 101 | + <PropertyGroup Condition="('$(Platform)'=='iOSSimARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimARM64)'!=''"> |
| 102 | + <Cfg_2_iOSSimARM64>true</Cfg_2_iOSSimARM64> |
| 103 | + <CfgParent>Cfg_2</CfgParent> |
| 104 | + <Cfg_2>true</Cfg_2> |
| 105 | + <Base>true</Base> |
| 106 | + </PropertyGroup> |
| 107 | + <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSXARM64)'!=''"> |
| 108 | + <Cfg_2_OSXARM64>true</Cfg_2_OSXARM64> |
| 109 | + <CfgParent>Cfg_2</CfgParent> |
| 110 | + <Cfg_2>true</Cfg_2> |
| 111 | + <Base>true</Base> |
| 112 | + </PropertyGroup> |
83 | 113 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
84 | 114 | <Cfg_2_Win32>true</Cfg_2_Win32>
|
85 | 115 | <CfgParent>Cfg_2</CfgParent>
|
|
95 | 125 | <PropertyGroup Condition="'$(Base)'!=''">
|
96 | 126 | <SanitizedProjectName>P4DEnvironment</SanitizedProjectName>
|
97 | 127 | <BRCC_OutputDir>..\resources</BRCC_OutputDir>
|
98 |
| - <DCC_CBuilderOutput>All</DCC_CBuilderOutput> |
99 | 128 | <DCC_DcuOutput>..\lib\$(Platform)\$(Config)</DCC_DcuOutput>
|
100 | 129 | <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
101 | 130 | <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
|
127 | 156 | <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers</VerInfo_Keys>
|
128 | 157 | <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
|
129 | 158 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
| 159 | + <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
130 | 160 | </PropertyGroup>
|
131 | 161 | <PropertyGroup Condition="'$(Base_Linux64)'!=''">
|
132 | 162 | <Debugger_Launcher>/usr/bin/xterm -e "%debuggee%"</Debugger_Launcher>
|
|
161 | 191 | <DCC_RangeChecking>true</DCC_RangeChecking>
|
162 | 192 | <DCC_RemoteDebug>true</DCC_RemoteDebug>
|
163 | 193 | </PropertyGroup>
|
| 194 | + <PropertyGroup Condition="'$(Cfg_1_iOSDevice64)'!=''"> |
| 195 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 196 | + <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers</VerInfo_Keys> |
| 197 | + <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> |
| 198 | + <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId> |
| 199 | + </PropertyGroup> |
| 200 | + <PropertyGroup Condition="'$(Cfg_1_OSXARM64)'!=''"> |
| 201 | + <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
| 202 | + <Debugger_Launcher>/usr/X11/bin/xterm -e "%debuggee%"</Debugger_Launcher> |
| 203 | + <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;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys> |
| 204 | + </PropertyGroup> |
164 | 205 | <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
165 | 206 | <DCC_RemoteDebug>false</DCC_RemoteDebug>
|
166 | 207 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
176 | 217 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
177 | 218 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
178 | 219 | </PropertyGroup>
|
| 220 | + <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''"> |
| 221 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 222 | + <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers</VerInfo_Keys> |
| 223 | + <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> |
| 224 | + <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId> |
| 225 | + </PropertyGroup> |
| 226 | + <PropertyGroup Condition="'$(Cfg_2_iOSSimARM64)'!=''"> |
| 227 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 228 | + <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers</VerInfo_Keys> |
| 229 | + <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> |
| 230 | + </PropertyGroup> |
| 231 | + <PropertyGroup Condition="'$(Cfg_2_OSXARM64)'!=''"> |
| 232 | + <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
| 233 | + <Debugger_Launcher>/usr/X11/bin/xterm -e "%debuggee%"</Debugger_Launcher> |
| 234 | + <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;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys> |
| 235 | + </PropertyGroup> |
179 | 236 | <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
180 | 237 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
181 | 238 | <VerInfo_Locale>1033</VerInfo_Locale>
|
|
0 commit comments