Crafter.Event/project.json
2025-11-16 15:10:05 +01:00

16 lines
309 B
JSON

{
"name": "crafter-event",
"configurations": [
{
"name": "lib",
"interfaces": ["interfaces/Crafter.Event"],
"type":"library"
},
{
"name": "lib-debug",
"debug" : true,
"extends": ["lib"]
}
]
}