File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed
Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "metadata": {
33 "id": "VSoft.CommandLine",
4- "version": "0.1.7 ",
4+ "version": "0.1.8 ",
55 "description": "Command Line Parser",
66 "authors": "Vincent Parrett",
77 "projectUrl": "https://github.com/VSoftTechnologies/VSoft.CommandLineParser",
7979 {
8080 "compiler": "12.0",
8181 "platforms": "Win32, Win64",
82- "template": "default "
82+ "template": "12plus "
8383 }
8484 ],
8585 "templates": [
108108 "project": ".\\packages\\Rad Studio $compilerWithCodeName$\\VSoft.CommandLineR.dproj"
109109 }
110110 ]
111+ },
112+ {
113+ "name": "12plus",
114+ "source": [
115+ {
116+ "src": "src\\**.pas",
117+ "flatten": true,
118+ "dest": "src"
119+ },
120+ {
121+ "src":"packages\\Rad Studio $Compiler$\\*.dp*",
122+ "exclude": ["*.dproj.local"],
123+ "dest":"packages\\Rad Studio $Compiler$"
124+ }
125+ ],
126+ "searchPaths": [
127+ {
128+ "path": "src"
129+ }
130+ ],
131+ "build": [
132+ {
133+ "id": "Runtime",
134+ "project": ".\\packages\\Rad Studio $compilerWithCodeName$\\VSoft.CommandLineR.dproj"
135+ }
136+ ]
111137 }
138+
112139 ]
113140}
You can’t perform that action at this time.
0 commit comments