1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-23 21:50:21 +02:00

Create Delphinus.Install.json

This commit is contained in:
Salvador Díaz Fau 2018-11-30 10:32:07 +01:00 committed by GitHub
parent 01dd1bfb64
commit 8b655ef68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

44
Delphinus.Install.json Normal file
View File

@ -0,0 +1,44 @@
{
"search_pathes":
[
{
"pathes": "source",
"platforms": "Win32;Win64"
}
],
"browsing_pathes":
[
{
"pathes": "source",
"platforms": "Win32;Win64"
}
],
"source_folders":
[
{
"folder": "\\",
"base": "\\",
"recursive": true,
"filter": "*;*.*"
}
],
"raw_folders": [],
"projects":
[
{
"project": "packages\\CEF4Delphi.dproj",
"compiler_min": 22,
"compiler_max": 31,
}
{
"project": "packages\\CEF4Delphi_FMX.dproj",
"compiler_min": 32,
"compiler_max": ,
}
],
"experts": []
}