|
69 | 69 | <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;System.Win;HGM.Common;FMXTee.Chart;Winapi;$(DCC_Namespace)</DCC_Namespace>
|
70 | 70 | <VerInfo_Locale>2058</VerInfo_Locale>
|
71 | 71 | <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
72 |
| - <Custom_Styles>"Windows11 Modern Dark|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows11.Dark.vsf";"Windows11 Polar Dark|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows11_Polar_Dark.vsf"</Custom_Styles> |
| 72 | + <Custom_Styles>"Windows11 Impressive Dark|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows11_Impressive_Dark.vsf";"Windows11 Modern Dark|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows11.Dark.vsf";"Windows11 Polar Dark|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows11_Polar_Dark.vsf"</Custom_Styles> |
73 | 73 | <DCC_Define>SKIA;$(DCC_Define)</DCC_Define>
|
74 | 74 | <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
|
75 | 75 | <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
|
|
156 | 156 | <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>
|
157 | 157 | <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
158 | 158 | <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
| 159 | + <Icon_MainIcon>ICON.ico</Icon_MainIcon> |
159 | 160 | </PropertyGroup>
|
160 | 161 | <ItemGroup>
|
161 | 162 | <DelphiCompile Include="$(MainSource)">
|
|
188 | 189 | <Form>taskForm</Form>
|
189 | 190 | </DCCReference>
|
190 | 191 | <DCCReference Include="functions.rawinput.pas"/>
|
| 192 | + <DCCReference Include="frmLauncher.pas"> |
| 193 | + <Form>formLauncher</Form> |
| 194 | + <FormType>dfm</FormType> |
| 195 | + </DCCReference> |
| 196 | + <DCCReference Include="HTML2MarkDown.pas"/> |
| 197 | + <DCCReference Include="SynSearchEdit.pas"/> |
| 198 | + <DCCReference Include="functions.windowfocus.pas"/> |
191 | 199 | <RcItem Include="assets\splash.png">
|
192 | 200 | <ResourceType>RCDATA</ResourceType>
|
193 | 201 | <ResourceId>SPLASH</ResourceId>
|
|
225 | 233 | </Platforms>
|
226 | 234 | <Deployment Version="5">
|
227 | 235 | <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule"/>
|
| 236 | + <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule"> |
| 237 | + <Platform Name="iOSSimulator"> |
| 238 | + <Overwrite>true</Overwrite> |
| 239 | + </Platform> |
| 240 | + </DeployFile> |
228 | 241 | <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule"/>
|
| 242 | + <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule"> |
| 243 | + <Platform Name="iOSSimulator"> |
| 244 | + <Overwrite>true</Overwrite> |
| 245 | + </Platform> |
| 246 | + </DeployFile> |
229 | 247 | <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"/>
|
| 248 | + <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
| 249 | + <Platform Name="OSX32"> |
| 250 | + <Overwrite>true</Overwrite> |
| 251 | + </Platform> |
| 252 | + </DeployFile> |
230 | 253 | <DeployFile Condition="'$(SKIADIR)'==''" Required="true" LocalName="$(BDS)\bin64\sk4d.dll" Configuration="Debug" Class="Skia">
|
231 | 254 | <Platform Name="Win64">
|
232 | 255 | <RemoteDir>.\</RemoteDir>
|
|
0 commit comments