30 lines
842 B
JSON
30 lines
842 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/template",
|
|
"sourceName": "TimelapseExtension0001",
|
|
"defaultName": "TimelapseExtension",
|
|
"author": "Tesses",
|
|
"classifications": [ "Common", "Library","Desktop" ],
|
|
"identity": "Timelapse.ExtensionLibrary.CSharp",
|
|
"name": "Timelapse templates: Extension",
|
|
"shortName": "timelapseext",
|
|
"tags": {
|
|
"language": "C#",
|
|
"type": "project"
|
|
},
|
|
"description": "Extension for TimelapseNow",
|
|
"symbols": {
|
|
"Framework": {
|
|
"type": "parameter",
|
|
"description": "The target framework for the project.",
|
|
"datatype": "choice",
|
|
"choices": [
|
|
{
|
|
"choice": "net6.0",
|
|
"description": "Target net6.0"
|
|
}
|
|
],
|
|
"replaces": "net6.0",
|
|
"defaultValue": "net6.0"
|
|
}
|
|
}
|
|
} |