Computil.dproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{dbf99418-2515-4903-b1c3-f3dc1e78605d}</ProjectGuid>
  4. <MainSource>Computil.dpr</MainSource>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  7. <DCC_DependencyCheckOutputName>Computil.exe</DCC_DependencyCheckOutputName>
  8. <ProjectVersion>20.2</ProjectVersion>
  9. <Config Condition="'$(Config)'==''">Release</Config>
  10. <FrameworkType>None</FrameworkType>
  11. <Base>True</Base>
  12. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  13. <TargetedPlatforms>1</TargetedPlatforms>
  14. <AppType>Console</AppType>
  15. <ProjectName Condition="'$(ProjectName)'==''">Computil</ProjectName>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  18. <Base>true</Base>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  21. <Base_Android>true</Base_Android>
  22. <CfgParent>Base</CfgParent>
  23. <Base>true</Base>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
  26. <Base_Android64>true</Base_Android64>
  27. <CfgParent>Base</CfgParent>
  28. <Base>true</Base>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  31. <Base_iOSDevice64>true</Base_iOSDevice64>
  32. <CfgParent>Base</CfgParent>
  33. <Base>true</Base>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="('$(Platform)'=='iOSSimARM64' and '$(Base)'=='true') or '$(Base_iOSSimARM64)'!=''">
  36. <Base_iOSSimARM64>true</Base_iOSSimARM64>
  37. <CfgParent>Base</CfgParent>
  38. <Base>true</Base>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  41. <Base_OSX64>true</Base_OSX64>
  42. <CfgParent>Base</CfgParent>
  43. <Base>true</Base>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''">
  46. <Base_OSXARM64>true</Base_OSXARM64>
  47. <CfgParent>Base</CfgParent>
  48. <Base>true</Base>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  51. <Base_Win32>true</Base_Win32>
  52. <CfgParent>Base</CfgParent>
  53. <Base>true</Base>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_Release)'!=''">
  56. <Cfg_Release>true</Cfg_Release>
  57. <CfgParent>Base</CfgParent>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_Release)'=='true') or '$(Cfg_Release_Win32)'!=''">
  61. <Cfg_Release_Win32>true</Cfg_Release_Win32>
  62. <CfgParent>Cfg_Release</CfgParent>
  63. <Cfg_Release>true</Cfg_Release>
  64. <Base>true</Base>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_Debug)'!=''">
  67. <Cfg_Debug>true</Cfg_Debug>
  68. <CfgParent>Base</CfgParent>
  69. <Base>true</Base>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_Debug)'=='true') or '$(Cfg_Debug_iOSDevice64)'!=''">
  72. <Cfg_Debug_iOSDevice64>true</Cfg_Debug_iOSDevice64>
  73. <CfgParent>Cfg_Debug</CfgParent>
  74. <Cfg_Debug>true</Cfg_Debug>
  75. <Base>true</Base>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="('$(Platform)'=='iOSSimARM64' and '$(Cfg_Debug)'=='true') or '$(Cfg_Debug_iOSSimARM64)'!=''">
  78. <Cfg_Debug_iOSSimARM64>true</Cfg_Debug_iOSSimARM64>
  79. <CfgParent>Cfg_Debug</CfgParent>
  80. <Cfg_Debug>true</Cfg_Debug>
  81. <Base>true</Base>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_Debug)'=='true') or '$(Cfg_Debug_OSX64)'!=''">
  84. <Cfg_Debug_OSX64>true</Cfg_Debug_OSX64>
  85. <CfgParent>Cfg_Debug</CfgParent>
  86. <Cfg_Debug>true</Cfg_Debug>
  87. <Base>true</Base>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_Debug)'=='true') or '$(Cfg_Debug_OSXARM64)'!=''">
  90. <Cfg_Debug_OSXARM64>true</Cfg_Debug_OSXARM64>
  91. <CfgParent>Cfg_Debug</CfgParent>
  92. <Cfg_Debug>true</Cfg_Debug>
  93. <Base>true</Base>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_Debug)'=='true') or '$(Cfg_Debug_Win32)'!=''">
  96. <Cfg_Debug_Win32>true</Cfg_Debug_Win32>
  97. <CfgParent>Cfg_Debug</CfgParent>
  98. <Cfg_Debug>true</Cfg_Debug>
  99. <Base>true</Base>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Base)'!=''">
  102. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
  103. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  104. <VerInfo_Locale>1033</VerInfo_Locale>
  105. <DCC_DependencyCheckOutputName>Computil.exe</DCC_DependencyCheckOutputName>
  106. <SanitizedProjectName>Computil</SanitizedProjectName>
  107. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  108. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  109. <DCC_PEOSVersion>5.1</DCC_PEOSVersion>
  110. <DCC_PESubSysVersion>5.1</DCC_PESubSysVersion>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Base_Android)'!=''">
  113. <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=;minSdkVersion=23;targetSdkVersion=34</VerInfo_Keys>
  114. <BT_BuildType>Debug</BT_BuildType>
  115. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  118. <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=;minSdkVersion=23;targetSdkVersion=34</VerInfo_Keys>
  119. <BT_BuildType>Debug</BT_BuildType>
  120. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  123. <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 &amp; 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&apos;s speech recognition servers</VerInfo_Keys>
  124. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  125. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  126. <BT_BuildType>Debug</BT_BuildType>
  127. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Base_iOSSimARM64)'!=''">
  130. <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 &amp; 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&apos;s speech recognition servers</VerInfo_Keys>
  131. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  132. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  135. <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&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  136. <BT_BuildType>Debug</BT_BuildType>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Base_OSXARM64)'!=''">
  139. <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&apos;s speech recognition servers;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  140. <BT_BuildType>Debug</BT_BuildType>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  143. <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  144. <VerInfo_Locale>1033</VerInfo_Locale>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Cfg_Release)'!=''">
  147. <Version>7.0</Version>
  148. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  149. <DCC_DebugInformation>0</DCC_DebugInformation>
  150. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  151. <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Cfg_Release_Win32)'!=''">
  154. <Debugger_RunParams>SETUPD29</Debugger_RunParams>
  155. <Manifest_File>(None)</Manifest_File>
  156. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Cfg_Debug)'!=''">
  159. <Version>7.0</Version>
  160. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Cfg_Debug_iOSDevice64)'!=''">
  163. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Cfg_Debug_iOSSimARM64)'!=''">
  166. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Cfg_Debug_OSX64)'!=''">
  169. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  170. </PropertyGroup>
  171. <PropertyGroup Condition="'$(Cfg_Debug_OSXARM64)'!=''">
  172. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Cfg_Debug_Win32)'!=''">
  175. <Manifest_File>(None)</Manifest_File>
  176. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  177. </PropertyGroup>
  178. <ItemGroup>
  179. <DelphiCompile Include="$(MainSource)">
  180. <MainSource>MainSource</MainSource>
  181. </DelphiCompile>
  182. <BuildConfiguration Include="Base">
  183. <Key>Base</Key>
  184. </BuildConfiguration>
  185. <BuildConfiguration Include="Release">
  186. <Key>Cfg_Release</Key>
  187. <CfgParent>Base</CfgParent>
  188. </BuildConfiguration>
  189. <BuildConfiguration Include="Debug">
  190. <Key>Cfg_Debug</Key>
  191. <CfgParent>Base</CfgParent>
  192. </BuildConfiguration>
  193. </ItemGroup>
  194. <Import Condition="Exists('$(MSBuildBinPath)\Borland.Delphi.Targets')" Project="$(MSBuildBinPath)\Borland.Delphi.Targets"/>
  195. <ProjectExtensions>
  196. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  197. <Borland.ProjectType>VCLApplication</Borland.ProjectType>
  198. <BorlandProject>
  199. <Delphi.Personality>
  200. <Parameters>
  201. <Parameters Name="UseLauncher">False</Parameters>
  202. <Parameters Name="LoadAllSymbols">True</Parameters>
  203. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  204. </Parameters>
  205. <VersionInfo>
  206. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  207. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  208. <VersionInfo Name="MajorVer">1</VersionInfo>
  209. <VersionInfo Name="MinorVer">0</VersionInfo>
  210. <VersionInfo Name="Release">0</VersionInfo>
  211. <VersionInfo Name="Build">0</VersionInfo>
  212. <VersionInfo Name="Debug">False</VersionInfo>
  213. <VersionInfo Name="PreRelease">False</VersionInfo>
  214. <VersionInfo Name="Special">False</VersionInfo>
  215. <VersionInfo Name="Private">False</VersionInfo>
  216. <VersionInfo Name="DLL">False</VersionInfo>
  217. <VersionInfo Name="Locale">1033</VersionInfo>
  218. <VersionInfo Name="CodePage">1252</VersionInfo>
  219. </VersionInfo>
  220. <VersionInfoKeys>
  221. <VersionInfoKeys Name="CompanyName"/>
  222. <VersionInfoKeys Name="FileDescription"/>
  223. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  224. <VersionInfoKeys Name="InternalName"/>
  225. <VersionInfoKeys Name="LegalCopyright"/>
  226. <VersionInfoKeys Name="LegalTrademarks"/>
  227. <VersionInfoKeys Name="OriginalFilename"/>
  228. <VersionInfoKeys Name="ProductName"/>
  229. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  230. <VersionInfoKeys Name="Comments"/>
  231. </VersionInfoKeys>
  232. <Source>
  233. <Source Name="MainSource">Computil.dpr</Source>
  234. </Source>
  235. <Excluded_Packages>
  236. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  237. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  238. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  239. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  240. </Excluded_Packages>
  241. </Delphi.Personality>
  242. <Platforms>
  243. <Platform value="Android">False</Platform>
  244. <Platform value="Android64">False</Platform>
  245. <Platform value="iOSDevice64">False</Platform>
  246. <Platform value="iOSSimARM64">False</Platform>
  247. <Platform value="Linux64">False</Platform>
  248. <Platform value="OSX64">False</Platform>
  249. <Platform value="OSXARM64">False</Platform>
  250. <Platform value="Win32">True</Platform>
  251. <Platform value="Win64">False</Platform>
  252. </Platforms>
  253. </BorlandProject>
  254. <ProjectFileVersion>12</ProjectFileVersion>
  255. </ProjectExtensions>
  256. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
  257. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  258. </Project>