Updated project.json
This commit is contained in:
parent
92c9c131de
commit
8df3d906aa
1 changed files with 4 additions and 18 deletions
22
project.json
22
project.json
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue