Updated project.json

This commit is contained in:
Netkas 2023-02-25 01:00:41 -05:00
parent 92c9c131de
commit 8df3d906aa

View file

@ -10,32 +10,18 @@
"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.0.0",
"uuid": "910f98fe-b4c9-11ed-b13f-fdc283a6db6d"
},
"build": {
"source_path": "src",
"default_configuration": "debug",
"define_constants": {
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
},
"default_configuration": "release",
"configurations": [
{
"name": "debug",
"output_path": "build/debug",
"define_constants": {
"DEBUG": "1"
}
},
{
"name": "release",
"output_path": "build/release",
"define_constants": {
"DEBUG": "0"
}
"output_path": "build/release"
}
]
}