Skip to content

Commit

Permalink
fix(dotnetnew): Tentative adjustments for VS 2019 integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 3, 2020
1 parent b6f46e8 commit fe212bf
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"shortName": "unoapp",
"sourceName": "UnoQuickStart",
"defaultName": "UnoApp",
"placeholderFilename": "template-ignore",
"preferNameDirectory": true,
"guids": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "http://json.schemastore.org/vs-2017.3.host",
"name": {
"text": "Uno WebAssembly App",
"text": "Cross-Platform App (Uno Platform)",
"id": "1060"
},
"description": {
"text": "A project template for creating rich Cross Platform app",
"text": "Solution template for creating a cross-platform XAML app with the Uno Platform that targets UWP, Android, iOS, macOS, WebAssembly, Skia/WPF, and Skia/GTK for Linux.",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1051"
},
Expand All @@ -19,6 +19,20 @@
"$isMultiProjectTemplate$": "true"
},
"symbolInfo": [
{
"id": "windowsPublisherName",
"name": {
"text": "Provides the value to use for the Windows head publisher"
},
"isVisible": "true"
},
{
"id": "WebAssembly",
"name": {
"text": "Enables the WebAssembly platform support project"
},
"isVisible": "true"
},
{
"id": "UWP",
"name": {
Expand Down Expand Up @@ -46,6 +60,27 @@
"text": "Add support for macOS"
},
"isVisible": "true"
},
{
"id": "skia-wpf",
"name": {
"text": "Enables the Skia/WPF platform support project"
},
"isVisible": "true"
},
{
"id": "skia-gtk",
"name": {
"text": "Enables the Skia/GTK platform support project"
},
"isVisible": "true"
},
{
"id": "vscodeWasm",
"name": {
"text": "Adds the Visual Studio Code Debugging support files for WebAssembly"
},
"isVisible": "false"
}
]
}

0 comments on commit fe212bf

Please sign in to comment.