Removed testing files

This commit is contained in:
Netkas 2022-10-20 14:18:08 -04:00
parent 67dd646ed1
commit f0b2c1280f

View file

@ -1,57 +0,0 @@
{
"project": {
"compiler": {
"extension": "php",
"minimum_version": "7.4",
"maximum_version": "8.1"
},
"options": []
},
"assembly": {
"name": "ExampleLibrary",
"package": "com.example.library",
"description": null,
"company": null,
"product": null,
"copyright": null,
"trademark": null,
"version": "1.0.0",
"uid": "4a37f1c8-50a2-11ed-9ce4-170520693532"
},
"build": {
"source_path": "src/ExampleLibrary",
"default_configuration": "debug",
"exclude_files": [],
"options": [],
"scope": null,
"define_constants": {
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
},
"dependencies": [],
"configurations": [
{
"name": "debug",
"options": [],
"output_path": "build/debug",
"define_constants": {
"DEBUG": "1"
},
"exclude_files": [],
"dependencies": []
},
{
"name": "release",
"options": [],
"output_path": "build/release",
"define_constants": {
"DEBUG": "0"
},
"exclude_files": [],
"dependencies": []
}
]
}
}