mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
25 lines
374 B
JSON
25 lines
374 B
JSON
{
|
|
"search_pathes": [{
|
|
"pathes": ".",
|
|
"platforms": "Win32;Win64"
|
|
}],
|
|
"browsing_pathes": [{
|
|
"pathes": ".",
|
|
"platforms": "Win32;Win64"
|
|
}],
|
|
"source_folders": [{
|
|
"folder": "."
|
|
},
|
|
{
|
|
"folder": "docs",
|
|
"recursive": true
|
|
},
|
|
{
|
|
"folder": "samples",
|
|
"recursive": true
|
|
},
|
|
{
|
|
"folder": "unittests",
|
|
"recursive": true
|
|
}]
|
|
} |