add a new Visual Studio Project Template
This commit is contained in:
19
Oqtane.Application/.template.config/template.json
Normal file
19
Oqtane.Application/.template.config/template.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/template",
|
||||
"author": "Shaun Walker",
|
||||
"classifications": [
|
||||
"Web",
|
||||
"ASP.NET",
|
||||
"Blazor",
|
||||
"Oqtane"
|
||||
],
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
},
|
||||
"identity": "Oqtane.Application.Template",
|
||||
"name": "Oqtane Application Solution For Blazor",
|
||||
"shortName": "oqtane-app",
|
||||
"sourceName": "Oqtane.Application",
|
||||
"preferNameDirectory": true
|
||||
}
|
Reference in New Issue
Block a user