-
Notifications
You must be signed in to change notification settings - Fork 282
Expand file tree
/
Copy pathJAM.VirtualTreeView.dspec
More file actions
56 lines (56 loc) · 1.78 KB
/
Copy pathJAM.VirtualTreeView.dspec
File metadata and controls
56 lines (56 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# DPM package spec file
min dpm client version: 1.0.0
metadata:
id: JAM.VirtualTreeView
version: 8.4.0
description: Virtual TreeView VCL ComponentVirtual Treeview is a Delphi treeview control built from ground up. Many years of development made it one of the most flexible and advanced tree controls available today. Virtual Treeview starts off with the claim to improve many aspects of existing solutions and introduces some new technologies and principles which were not available before.
icon: Resources\VirtualTreeview-Catalog-Image.png
authors:
- JAM Software GmbH
projectUrl: https://github.com/JAM-Software/Virtual-TreeView
repositoryUrl: https://github.com/JAM-Software/Virtual-TreeView.git
license: 'MPL-1.1, LGPL-2.0+'
copyright: 'Various, See project page'
tags:
- vcl
- treeview
readme: README.md
variables:
packagesource: RAD Studio $compilerNoPrefix$
targetPlatforms:
- compiler: delphi10.0
platforms:
- win32
- win64
variables:
packagesource: RAD Studio 10
- compiler from: delphi10.1
compiler to: delphi10.3
platforms:
- win32
- win64
- compiler from: delphi10.4
compiler to: delphi12.0
platforms:
- win32
- win64
variables:
packagesource: RAD Studio 10.4+
- compiler: delphi13.0
platforms:
- win32
- win64
- winarm64ec
variables:
packagesource: RAD Studio 10.4+
templates:
- name: default
source:
- src: ./Source/*.pas
- src: ./packages/$packageSource$/*.dpk
- src: ./packages/$packageSource$/*.dproj
- src: ./Design/*.*
build:
- project: ./packages/$packageSource$/VirtualTreesR.dproj
design:
- project: ./packages/$packageSource$/VirtualTreesD.dproj