mirror of https://github.com/buggins/dlangui.git
35 lines
799 B
JSON
35 lines
799 B
JSON
{
|
|
"name": "ircclient",
|
|
"description": "dlangui library example IRC Client",
|
|
"homepage": "https://github.com/buggins/dlangui",
|
|
"license": "Boost",
|
|
"authors": ["Vadim Lopatin"],
|
|
|
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
|
|
|
"targetPath": "bin",
|
|
"targetName": "ircclient",
|
|
"targetType": "executable",
|
|
|
|
"versions": ["EmbedStandardResources"],
|
|
|
|
"dependencies": {
|
|
"dlangui": {"path": "../../"}
|
|
},
|
|
|
|
"configurations" : [
|
|
{
|
|
"name" : "default",
|
|
"subConfigurations" : {
|
|
"dlangui" : "default"
|
|
}
|
|
},
|
|
{
|
|
"name" : "console",
|
|
"subConfigurations" : {
|
|
"dlangui" : "console"
|
|
}
|
|
}
|
|
]
|
|
}
|