blob: ddfa82e92a471decd0e48422df3cdb881ef29b2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"$schema": "http://json.schemastore.org/template",
"identity": "WixToolset.Templates.LibraryProject",
"name": "WiX Toolset Library",
"shortName": "wixlib",
"author": "WiX Toolset Team",
"classifications": ["WixToolset", "Library"],
"tags": {
"language": "WiX",
"type": "project"
},
"sourceName": "$safeprojectname$",
"defaultName": "Library"
}
|