|
5 | 5 | <ProjectVersion>20.2</ProjectVersion>
|
6 | 6 | <FrameworkType>None</FrameworkType>
|
7 | 7 | <Base>True</Base>
|
8 |
| - <Config Condition="'$(Config)'==''">Debug</Config> |
9 |
| - <Platform Condition="'$(Platform)'==''">OSXARM64</Platform> |
10 |
| - <TargetedPlatforms>131075</TargetedPlatforms> |
| 8 | + <Config Condition="'$(Config)'==''">Release</Config> |
| 9 | + <Platform Condition="'$(Platform)'==''">Win32</Platform> |
| 10 | + <TargetedPlatforms>1183875</TargetedPlatforms> |
11 | 11 | <AppType>Package</AppType>
|
| 12 | + <ProjectName Condition="'$(ProjectName)'==''">LlamaCpp</ProjectName> |
12 | 13 | </PropertyGroup>
|
13 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
14 | 15 | <Base>true</Base>
|
|
33 | 34 | <CfgParent>Base</CfgParent>
|
34 | 35 | <Base>true</Base>
|
35 | 36 | </PropertyGroup>
|
| 37 | + <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''"> |
| 38 | + <Base_OSX64>true</Base_OSX64> |
| 39 | + <CfgParent>Base</CfgParent> |
| 40 | + <Base>true</Base> |
| 41 | + </PropertyGroup> |
36 | 42 | <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''">
|
37 | 43 | <Base_OSXARM64>true</Base_OSXARM64>
|
38 | 44 | <CfgParent>Base</CfgParent>
|
|
48 | 54 | <CfgParent>Base</CfgParent>
|
49 | 55 | <Base>true</Base>
|
50 | 56 | </PropertyGroup>
|
| 57 | + <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''"> |
| 58 | + <Base_Win64x>true</Base_Win64x> |
| 59 | + <CfgParent>Base</CfgParent> |
| 60 | + <Base>true</Base> |
| 61 | + </PropertyGroup> |
51 | 62 | <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
52 | 63 | <Cfg_1>true</Cfg_1>
|
53 | 64 | <CfgParent>Base</CfgParent>
|
|
59 | 70 | <Cfg_1>true</Cfg_1>
|
60 | 71 | <Base>true</Base>
|
61 | 72 | </PropertyGroup>
|
| 73 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''"> |
| 74 | + <Cfg_1_Win64>true</Cfg_1_Win64> |
| 75 | + <CfgParent>Cfg_1</CfgParent> |
| 76 | + <Cfg_1>true</Cfg_1> |
| 77 | + <Base>true</Base> |
| 78 | + </PropertyGroup> |
62 | 79 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
63 | 80 | <Cfg_2>true</Cfg_2>
|
64 | 81 | <CfgParent>Base</CfgParent>
|
|
79 | 96 | <SanitizedProjectName>LlamaCpp</SanitizedProjectName>
|
80 | 97 | <VerInfo_Locale>1033</VerInfo_Locale>
|
81 | 98 | <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>
|
| 99 | + <RuntimeOnlyPackage>true</RuntimeOnlyPackage> |
| 100 | + <DllSuffix>$(Auto)</DllSuffix> |
82 | 101 | </PropertyGroup>
|
83 | 102 | <PropertyGroup Condition="'$(Base_Android)'!=''">
|
84 | 103 | <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
|
|
94 | 113 | <PropertyGroup Condition="'$(Base_iOSSimARM64)'!=''">
|
95 | 114 | <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
|
96 | 115 | </PropertyGroup>
|
| 116 | + <PropertyGroup Condition="'$(Base_OSX64)'!=''"> |
| 117 | + <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> |
| 118 | + <BT_BuildType>Debug</BT_BuildType> |
| 119 | + </PropertyGroup> |
97 | 120 | <PropertyGroup Condition="'$(Base_OSXARM64)'!=''">
|
98 | 121 | <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>
|
99 | 122 | <BT_BuildType>Debug</BT_BuildType>
|
|
110 | 133 | <BT_BuildType>Debug</BT_BuildType>
|
111 | 134 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
112 | 135 | </PropertyGroup>
|
| 136 | + <PropertyGroup Condition="'$(Base_Win64x)'!=''"> |
| 137 | + <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace> |
| 138 | + <BT_BuildType>Debug</BT_BuildType> |
| 139 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 140 | + </PropertyGroup> |
113 | 141 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
114 | 142 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
115 | 143 | <DCC_DebugDCUs>true</DCC_DebugDCUs>
|
|
125 | 153 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
126 | 154 | <VerInfo_Locale>1033</VerInfo_Locale>
|
127 | 155 | </PropertyGroup>
|
| 156 | + <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''"> |
| 157 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 158 | + </PropertyGroup> |
128 | 159 | <PropertyGroup Condition="'$(Cfg_2)'!=''">
|
129 | 160 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
130 | 161 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
1121 | 1152 | <Platform value="Android64">False</Platform>
|
1122 | 1153 | <Platform value="iOSDevice64">False</Platform>
|
1123 | 1154 | <Platform value="iOSSimARM64">False</Platform>
|
1124 |
| - <Platform value="Linux64">False</Platform> |
1125 |
| - <Platform value="OSX64">False</Platform> |
| 1155 | + <Platform value="Linux64">True</Platform> |
| 1156 | + <Platform value="OSX64">True</Platform> |
1126 | 1157 | <Platform value="OSXARM64">True</Platform>
|
1127 | 1158 | <Platform value="Win32">True</Platform>
|
1128 | 1159 | <Platform value="Win64">True</Platform>
|
1129 |
| - <Platform value="Win64x">False</Platform> |
| 1160 | + <Platform value="Win64x">True</Platform> |
1130 | 1161 | </Platforms>
|
1131 | 1162 | <UnitTesting>
|
1132 | 1163 | <TestProjectName>C:\Dev\Delphi\Projects\llama-cpp-delphi\Test\LlamaCppTests.dproj</TestProjectName>
|
|
0 commit comments