Skip to content

Commit

Permalink
template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 26, 2023
1 parent b537247 commit dd3a18f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .template.config/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Hendrik Mennen",
"classifications": [ "OneWare", "FPGA", "Extension" ],
"description": "A template to easily start creating an extension for OneWare",
"groupidentity": "OneWare.Extension",
"identity": "OneWare.Extension",
"name": "OneWare Extension",
"preferNameDirectory": true,
"shortName": "oneware.extension",
"sourceName": "OneWare.ExtensionTemplate",
"defaultName": "OneWare.Extension",
"tags": {
"language": "C#",
"type": "project"
},
"symbols": {
"Framework": {
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net8.0",
"description": "Target net8.0"
}
],
"replaces": "FrameworkParameter",
"defaultValue": "net8.0"
}
},
"sources": [
{
"modifiers": []
}
],
"primaryOutputs": [
{ "path": "src/OneWare.ExtensionTemplate/OneWare.ExtensionTemplate.csproj" },
{ "path": "tests/OneWare.ExtensionTemplate.UnitTests/OneWare.ExtensionTemplate.UnitTests.csproj" }
]
}
Binary file removed logo.png
Binary file not shown.

0 comments on commit dd3a18f

Please sign in to comment.