Updated project.json
This commit is contained in:
parent
aa996da720
commit
d14875170e
1 changed files with 1 additions and 7 deletions
|
@ -20,19 +20,13 @@
|
||||||
"name": "LogLib",
|
"name": "LogLib",
|
||||||
"package": "net.nosial.loglib",
|
"package": "net.nosial.loglib",
|
||||||
"company": "Nosial",
|
"company": "Nosial",
|
||||||
"copyright": "Copyright (c) 2022 Nosial",
|
"copyright": "Copyright (c) 2022-2023 Nosial",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"uuid": "de1deca6-7b65-11ed-a8b0-a172264634d8"
|
"uuid": "de1deca6-7b65-11ed-a8b0-a172264634d8"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"source_path": "src",
|
"source_path": "src",
|
||||||
"default_configuration": "release",
|
"default_configuration": "release",
|
||||||
"define_constants": {
|
|
||||||
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
|
|
||||||
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
|
|
||||||
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
|
|
||||||
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
|
|
||||||
},
|
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "net.nosial.optslib",
|
"name": "net.nosial.optslib",
|
||||||
|
|
Loading…
Add table
Reference in a new issue