|
19 | 19 | propertysetname = DPMVersion |
20 | 20 | propertyset.win32.info |
21 | 21 | begin |
22 | | - legalcopyright = "© 2019 -2024 Vincent Parrett and Contributors" |
23 | | - linkproductversion = false |
24 | | - minorversion = 2 |
25 | 22 | name = DPMVersion |
26 | | - productname = "DPM IDE Support for DelphiXE7" |
| 23 | + productversion = 0.0.0.0 |
27 | 24 | productversionstring = 0.2.0-alpha |
28 | 25 | end |
29 | 26 | end |
|
48 | 45 | "" + |
49 | 46 | "true" + |
50 | 47 | "" + |
51 | | - "© 2019 -2024 Vincent Parrett and Contributors" + |
| 48 | + "© 2019 -2025 Vincent Parrett and Contributors" + |
52 | 49 | "" + |
53 | 50 | "false" + |
54 | 51 | "%MAJOR_VERSION%" + |
@@ -286,6 +283,69 @@ begin |
286 | 283 | as.verbose = False |
287 | 284 | as.failbuildonerror = False |
288 | 285 | end |
| 286 | + action.propertyset.setvalues |
| 287 | + begin |
| 288 | + id = {F74911F7-03BD-4E1E-A3EE-949921EE932A} |
| 289 | + propertysetname = DPMVersion |
| 290 | + setvaluesto = "" + |
| 291 | + "" + |
| 292 | + "" + |
| 293 | + "" + |
| 294 | + "" + |
| 295 | + "" + |
| 296 | + "" + |
| 297 | + "" + |
| 298 | + "" + |
| 299 | + "" + |
| 300 | + "" + |
| 301 | + "" + |
| 302 | + "" + |
| 303 | + "" + |
| 304 | + "" + |
| 305 | + "" + |
| 306 | + "" + |
| 307 | + "" + |
| 308 | + "" + |
| 309 | + "" + |
| 310 | + "" + |
| 311 | + "" + |
| 312 | + "" + |
| 313 | + "DPM Package Manager Command Line Tool" + |
| 314 | + "" + |
| 315 | + "" + |
| 316 | + "" + |
| 317 | + "" + |
| 318 | + "" |
| 319 | + valuestoset = "AutoUpdateFileVersionString\=0" + |
| 320 | + "AutoUpdateProductVersionString\=0" + |
| 321 | + "BuildVersion\=0" + |
| 322 | + "CompanyName\=0" + |
| 323 | + "CompileDate\=0" + |
| 324 | + "FileDescription\=0" + |
| 325 | + "FileFlagDebug\=0" + |
| 326 | + "FileFlagPreRelease\=0" + |
| 327 | + "FileFlagPrivate\=0" + |
| 328 | + "FileFlagSpecial\=0" + |
| 329 | + "FileSubType\=0" + |
| 330 | + "FileTypeDLL\=0" + |
| 331 | + "FileTypeDRV\=0" + |
| 332 | + "FileTypeVXD\=0" + |
| 333 | + "FileVersionString\=0" + |
| 334 | + "IncludeCompileDate\=0" + |
| 335 | + "InternalName\=0" + |
| 336 | + "LegalCopyright\=0" + |
| 337 | + "LegalTrademarks\=0" + |
| 338 | + "LinkProductVersion\=0" + |
| 339 | + "MajorVersion\=0" + |
| 340 | + "MinorVersion\=0" + |
| 341 | + "OriginalFilename\=0" + |
| 342 | + "ProductName\=-1" + |
| 343 | + "ProductVersion\=0" + |
| 344 | + "ProductVersionString\=0" + |
| 345 | + "ReleaseVersion\=0" + |
| 346 | + "SpecialBuildDetails\=0" + |
| 347 | + "" |
| 348 | + end |
289 | 349 | action.dpm.restore |
290 | 350 | begin |
291 | 351 | actiontypeid = {17B8180A-B96F-4BA3-BCA1-E2FD9132113C} |
@@ -1497,7 +1557,7 @@ begin |
1497 | 1557 | begin |
1498 | 1558 | target.argvalue |
1499 | 1559 | begin |
1500 | | - value = "DPM IDE Plugin" |
| 1560 | + value = "DPM IDE Plugin for %CompilerVersion%" |
1501 | 1561 | variablename = FileDescription |
1502 | 1562 | end |
1503 | 1563 | target.argvalue |
@@ -1529,7 +1589,7 @@ begin |
1529 | 1589 | action.signotaur.sign |
1530 | 1590 | begin |
1531 | 1591 | apikey = %SignotaurAPIKey% |
1532 | | - contentdescription = "DPM command line" |
| 1592 | + contentdescription = %FileDescription% |
1533 | 1593 | contentdescriptionurl = https://docs.delphi.dev |
1534 | 1594 | enabletimeout = false |
1535 | 1595 | expandimpersonationtoken = false |
|
0 commit comments