37 lines
No EOL
1 KiB
JSON
37 lines
No EOL
1 KiB
JSON
{
|
|
"project": {
|
|
"compiler": {
|
|
"extension": "php",
|
|
"minimum_version": "8.0",
|
|
"maximum_version": "8.2"
|
|
},
|
|
"options": []
|
|
},
|
|
"assembly": {
|
|
"name": "TempFile",
|
|
"package": "net.nosial.tempfile",
|
|
"copyright": "Copyright (c) 2022-2023 Nosial",
|
|
"description": "TempFile is a PHP library for creating temporary files.",
|
|
"version": "1.2.0",
|
|
"uuid": "910f98fe-b4c9-11ed-b13f-fdc283a6db6d"
|
|
},
|
|
"build": {
|
|
"source_path": "src",
|
|
"default_configuration": "release",
|
|
"configurations": [
|
|
{
|
|
"name": "release",
|
|
"build_type": "ncc",
|
|
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
|
},
|
|
{
|
|
"name": "debug",
|
|
"build_type": "ncc",
|
|
"output": "build/debug/%ASSEMBLY.PACKAGE%.ncc",
|
|
"define_constants": {
|
|
"DEBUG": "1"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |