Skip to content

Commit d5ecae9

Browse files
committed
Version number updated
1 parent 517e63b commit d5ecae9

File tree

3 files changed

+179
-34
lines changed

3 files changed

+179
-34
lines changed

Source/OpenApiDelphiGen.dproj

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{C6B5D770-790C-401A-95DF-F22D98BC81B3}</ProjectGuid>
4-
<ProjectVersion>20.2</ProjectVersion>
4+
<ProjectVersion>20.3</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>
@@ -75,6 +75,12 @@
7575
<CfgParent>Base</CfgParent>
7676
<Base>true</Base>
7777
</PropertyGroup>
78+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
79+
<Cfg_2_Win32>true</Cfg_2_Win32>
80+
<CfgParent>Cfg_2</CfgParent>
81+
<Cfg_2>true</Cfg_2>
82+
<Base>true</Base>
83+
</PropertyGroup>
7884
<PropertyGroup Condition="'$(Base)'!=''">
7985
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
8086
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
@@ -85,7 +91,9 @@
8591
<DCC_K>false</DCC_K>
8692
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
8793
<SanitizedProjectName>OpenApiDelphiGen</SanitizedProjectName>
88-
<DCC_UnitSearchPath>F:\projects\3rdParty\VSoft\CommandLineParser\VSoft.CommandLineParser\Src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
94+
<DCC_UnitSearchPath>..\..\..\tms\smartsetup\externals\VSoft.CommandLineParser\Src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
95+
<VerInfo_Locale>1033</VerInfo_Locale>
96+
<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>
8997
</PropertyGroup>
9098
<PropertyGroup Condition="'$(Base_Android)'!=''">
9199
<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>
@@ -164,6 +172,10 @@
164172
<VerInfo_Locale>1033</VerInfo_Locale>
165173
<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>
166174
</PropertyGroup>
175+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
176+
<Manifest_File>(None)</Manifest_File>
177+
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
178+
</PropertyGroup>
167179
<ItemGroup>
168180
<DelphiCompile Include="$(MainSource)">
169181
<MainSource>MainSource</MainSource>
@@ -202,10 +214,10 @@
202214
<Source Name="MainSource">OpenApiDelphiGen.dpr</Source>
203215
</Source>
204216
<Excluded_Packages>
205-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\wPDF5_DX14_Pack.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\wPDF5_DX14_Pack.bpl not found</Excluded_Packages>
217+
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
218+
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
206219
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
207220
<Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
208-
<Excluded_Packages Name="F:\TMS-SmartSetUp\.tmssetup\build\bpl\Win32\VCL_TMSVCLGridExcelBridge_DESIGN290.bpl">TMS VCL Grid Excel Bridge (Design)</Excluded_Packages>
209221
</Excluded_Packages>
210222
</Delphi.Personality>
211223
<Deployment Version="5">
@@ -225,7 +237,6 @@
225237
</Platform>
226238
</DeployFile>
227239
<DeployFile LocalName="Win32\Debug\OpenApiDelphiGen.exe" Configuration="Debug" Class="ProjectOutput"/>
228-
<DeployFile LocalName="Win32\Debug\OpenApiDelphiGen.exe" Configuration="Debug" Class="ProjectOutput"/>
229240
<DeployClass Name="AdditionalDebugSymbols">
230241
<Platform Name="iOSSimulator">
231242
<Operation>1</Operation>
@@ -340,6 +351,16 @@
340351
<Operation>1</Operation>
341352
</Platform>
342353
</DeployClass>
354+
<DeployClass Name="AndroidSplashStylesV35">
355+
<Platform Name="Android">
356+
<RemoteDir>res\values-v35</RemoteDir>
357+
<Operation>1</Operation>
358+
</Platform>
359+
<Platform Name="Android64">
360+
<RemoteDir>res\values-v35</RemoteDir>
361+
<Operation>1</Operation>
362+
</Platform>
363+
</DeployClass>
343364
<DeployClass Name="Android_AdaptiveIcon">
344365
<Platform Name="Android">
345366
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>

Source/version.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VS_VERSION_INFO VERSIONINFO
2-
FILEVERSION 1,1,1,0
3-
PRODUCTVERSION 1,1,1,0
2+
FILEVERSION 1,1,7,0
3+
PRODUCTVERSION 1,1,7,0
44
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
55
#ifdef DEBUG
66
FILEFLAGS VS_FF_DEBUG
@@ -15,10 +15,10 @@ BEGIN
1515
BLOCK "040904b0"
1616
BEGIN
1717
VALUE "FileDescription", "OpenApi Delphi Generator\0"
18-
VALUE "FileVersion", "1.1.1.0\0"
19-
VALUE "LegalCopyright", "� 2022 Landgraf.dev All Rights Reserved\0"
18+
VALUE "FileVersion", "1.1.7.0\0"
19+
VALUE "LegalCopyright", "� 2025 Landgraf.dev All Rights Reserved\0"
2020
VALUE "ProductName", "OpenApi Delphi Generator\0"
21-
VALUE "ProductVersion", "1.1.1.0\0"
21+
VALUE "ProductVersion", "1.1.7.0\0"
2222
END
2323
END
2424
BLOCK "VarFileInfo"

Tests/OpenApiDelphiGenTests.dproj

Lines changed: 148 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{659AABED-E55C-4672-8836-377459C168E4}</ProjectGuid>
4-
<ProjectVersion>19.5</ProjectVersion>
4+
<ProjectVersion>20.3</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>
88
<Platform Condition="'$(Platform)'==''">Win32</Platform>
99
<TargetedPlatforms>1</TargetedPlatforms>
1010
<AppType>Console</AppType>
1111
<MainSource>OpenApiDelphiGenTests.dpr</MainSource>
12+
<ProjectName Condition="'$(ProjectName)'==''">OpenApiDelphiGenTests</ProjectName>
1213
</PropertyGroup>
1314
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1415
<Base>true</Base>
@@ -188,7 +189,7 @@
188189
<Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
189190
</Excluded_Packages>
190191
</Delphi.Personality>
191-
<Deployment Version="4">
192+
<Deployment Version="5">
192193
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
193194
<Platform Name="iOSSimulator">
194195
<Overwrite>true</Overwrite>
@@ -205,12 +206,7 @@
205206
</Platform>
206207
</DeployFile>
207208
<DeployFile LocalName="Win32\Debug\OpenApiDelphiGenTests.exe" Configuration="Debug" Class="ProjectOutput"/>
208-
<DeployFile LocalName="Win32\Debug\OpenApiDelphiGenTests.exe" Configuration="Debug" Class="ProjectOutput">
209-
<Platform Name="Win32">
210-
<RemoteName>OpenApiDelphiGenTests.exe</RemoteName>
211-
<Overwrite>true</Overwrite>
212-
</Platform>
213-
</DeployFile>
209+
<DeployFile LocalName="Win32\Debug\OpenApiDelphiGenTests.exe" Configuration="Debug" Class="ProjectOutput"/>
214210
<DeployClass Name="AdditionalDebugSymbols">
215211
<Platform Name="iOSSimulator">
216212
<Operation>1</Operation>
@@ -223,16 +219,6 @@
223219
<Operation>0</Operation>
224220
</Platform>
225221
</DeployClass>
226-
<DeployClass Name="AndroidClasses">
227-
<Platform Name="Android">
228-
<RemoteDir>classes</RemoteDir>
229-
<Operation>64</Operation>
230-
</Platform>
231-
<Platform Name="Android64">
232-
<RemoteDir>classes</RemoteDir>
233-
<Operation>64</Operation>
234-
</Platform>
235-
</DeployClass>
236222
<DeployClass Name="AndroidFileProvider">
237223
<Platform Name="Android">
238224
<RemoteDir>res\xml</RemoteDir>
@@ -243,12 +229,6 @@
243229
<Operation>1</Operation>
244230
</Platform>
245231
</DeployClass>
246-
<DeployClass Name="AndroidGDBServer">
247-
<Platform Name="Android">
248-
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
249-
<Operation>1</Operation>
250-
</Platform>
251-
</DeployClass>
252232
<DeployClass Name="AndroidLibnativeArmeabiFile">
253233
<Platform Name="Android">
254234
<RemoteDir>library\lib\armeabi</RemoteDir>
@@ -301,6 +281,16 @@
301281
<Operation>1</Operation>
302282
</Platform>
303283
</DeployClass>
284+
<DeployClass Name="AndroidSplashImageDefV21">
285+
<Platform Name="Android">
286+
<RemoteDir>res\drawable-anydpi-v21</RemoteDir>
287+
<Operation>1</Operation>
288+
</Platform>
289+
<Platform Name="Android64">
290+
<RemoteDir>res\drawable-anydpi-v21</RemoteDir>
291+
<Operation>1</Operation>
292+
</Platform>
293+
</DeployClass>
304294
<DeployClass Name="AndroidSplashStyles">
305295
<Platform Name="Android">
306296
<RemoteDir>res\values</RemoteDir>
@@ -321,6 +311,76 @@
321311
<Operation>1</Operation>
322312
</Platform>
323313
</DeployClass>
314+
<DeployClass Name="AndroidSplashStylesV31">
315+
<Platform Name="Android">
316+
<RemoteDir>res\values-v31</RemoteDir>
317+
<Operation>1</Operation>
318+
</Platform>
319+
<Platform Name="Android64">
320+
<RemoteDir>res\values-v31</RemoteDir>
321+
<Operation>1</Operation>
322+
</Platform>
323+
</DeployClass>
324+
<DeployClass Name="AndroidSplashStylesV35">
325+
<Platform Name="Android">
326+
<RemoteDir>res\values-v35</RemoteDir>
327+
<Operation>1</Operation>
328+
</Platform>
329+
<Platform Name="Android64">
330+
<RemoteDir>res\values-v35</RemoteDir>
331+
<Operation>1</Operation>
332+
</Platform>
333+
</DeployClass>
334+
<DeployClass Name="Android_AdaptiveIcon">
335+
<Platform Name="Android">
336+
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>
337+
<Operation>1</Operation>
338+
</Platform>
339+
<Platform Name="Android64">
340+
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>
341+
<Operation>1</Operation>
342+
</Platform>
343+
</DeployClass>
344+
<DeployClass Name="Android_AdaptiveIconBackground">
345+
<Platform Name="Android">
346+
<RemoteDir>res\drawable</RemoteDir>
347+
<Operation>1</Operation>
348+
</Platform>
349+
<Platform Name="Android64">
350+
<RemoteDir>res\drawable</RemoteDir>
351+
<Operation>1</Operation>
352+
</Platform>
353+
</DeployClass>
354+
<DeployClass Name="Android_AdaptiveIconForeground">
355+
<Platform Name="Android">
356+
<RemoteDir>res\drawable</RemoteDir>
357+
<Operation>1</Operation>
358+
</Platform>
359+
<Platform Name="Android64">
360+
<RemoteDir>res\drawable</RemoteDir>
361+
<Operation>1</Operation>
362+
</Platform>
363+
</DeployClass>
364+
<DeployClass Name="Android_AdaptiveIconMonochrome">
365+
<Platform Name="Android">
366+
<RemoteDir>res\drawable</RemoteDir>
367+
<Operation>1</Operation>
368+
</Platform>
369+
<Platform Name="Android64">
370+
<RemoteDir>res\drawable</RemoteDir>
371+
<Operation>1</Operation>
372+
</Platform>
373+
</DeployClass>
374+
<DeployClass Name="Android_AdaptiveIconV33">
375+
<Platform Name="Android">
376+
<RemoteDir>res\drawable-anydpi-v33</RemoteDir>
377+
<Operation>1</Operation>
378+
</Platform>
379+
<Platform Name="Android64">
380+
<RemoteDir>res\drawable-anydpi-v33</RemoteDir>
381+
<Operation>1</Operation>
382+
</Platform>
383+
</DeployClass>
324384
<DeployClass Name="Android_Colors">
325385
<Platform Name="Android">
326386
<RemoteDir>res\values</RemoteDir>
@@ -331,6 +391,16 @@
331391
<Operation>1</Operation>
332392
</Platform>
333393
</DeployClass>
394+
<DeployClass Name="Android_ColorsDark">
395+
<Platform Name="Android">
396+
<RemoteDir>res\values-night-v21</RemoteDir>
397+
<Operation>1</Operation>
398+
</Platform>
399+
<Platform Name="Android64">
400+
<RemoteDir>res\values-night-v21</RemoteDir>
401+
<Operation>1</Operation>
402+
</Platform>
403+
</DeployClass>
334404
<DeployClass Name="Android_DefaultAppIcon">
335405
<Platform Name="Android">
336406
<RemoteDir>res\drawable</RemoteDir>
@@ -501,6 +571,56 @@
501571
<Operation>1</Operation>
502572
</Platform>
503573
</DeployClass>
574+
<DeployClass Name="Android_VectorizedNotificationIcon">
575+
<Platform Name="Android">
576+
<RemoteDir>res\drawable-anydpi-v24</RemoteDir>
577+
<Operation>1</Operation>
578+
</Platform>
579+
<Platform Name="Android64">
580+
<RemoteDir>res\drawable-anydpi-v24</RemoteDir>
581+
<Operation>1</Operation>
582+
</Platform>
583+
</DeployClass>
584+
<DeployClass Name="Android_VectorizedSplash">
585+
<Platform Name="Android">
586+
<RemoteDir>res\drawable</RemoteDir>
587+
<Operation>1</Operation>
588+
</Platform>
589+
<Platform Name="Android64">
590+
<RemoteDir>res\drawable</RemoteDir>
591+
<Operation>1</Operation>
592+
</Platform>
593+
</DeployClass>
594+
<DeployClass Name="Android_VectorizedSplashDark">
595+
<Platform Name="Android">
596+
<RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
597+
<Operation>1</Operation>
598+
</Platform>
599+
<Platform Name="Android64">
600+
<RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
601+
<Operation>1</Operation>
602+
</Platform>
603+
</DeployClass>
604+
<DeployClass Name="Android_VectorizedSplashV31">
605+
<Platform Name="Android">
606+
<RemoteDir>res\drawable-anydpi-v31</RemoteDir>
607+
<Operation>1</Operation>
608+
</Platform>
609+
<Platform Name="Android64">
610+
<RemoteDir>res\drawable-anydpi-v31</RemoteDir>
611+
<Operation>1</Operation>
612+
</Platform>
613+
</DeployClass>
614+
<DeployClass Name="Android_VectorizedSplashV31Dark">
615+
<Platform Name="Android">
616+
<RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
617+
<Operation>1</Operation>
618+
</Platform>
619+
<Platform Name="Android64">
620+
<RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
621+
<Operation>1</Operation>
622+
</Platform>
623+
</DeployClass>
504624
<DeployClass Name="DebugSymbols">
505625
<Platform Name="iOSSimulator">
506626
<Operation>1</Operation>
@@ -741,6 +861,9 @@
741861
<Platform Name="Win64">
742862
<Operation>1</Operation>
743863
</Platform>
864+
<Platform Name="Win64x">
865+
<Operation>1</Operation>
866+
</Platform>
744867
</DeployClass>
745868
<DeployClass Name="ProjectiOSDeviceDebug">
746869
<Platform Name="iOSDevice32">
@@ -1034,6 +1157,7 @@
10341157
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
10351158
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
10361159
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1160+
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
10371161
</Deployment>
10381162
<Platforms>
10391163
<Platform value="Android">False</Platform>

0 commit comments

Comments
 (0)