From fe212bf9e8f717275e0c9b066af5e0196b5f88d8 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Thu, 3 Sep 2020 11:47:06 -0400 Subject: [PATCH] fix(dotnetnew): Tentative adjustments for VS 2019 integration --- .../unoapp/.template.config/template.json | 1 + .../.template.config/vs-2017.3.host.json | 39 ++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/template.json b/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/template.json index 15faf8e499af..92d670f8d138 100644 --- a/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/template.json +++ b/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/template.json @@ -21,6 +21,7 @@ }, "shortName": "unoapp", "sourceName": "UnoQuickStart", + "defaultName": "UnoApp", "placeholderFilename": "template-ignore", "preferNameDirectory": true, "guids": [ diff --git a/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/vs-2017.3.host.json b/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/vs-2017.3.host.json index a83a8d941f5c..3e19904bf2dc 100644 --- a/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/vs-2017.3.host.json +++ b/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/vs-2017.3.host.json @@ -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" }, @@ -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": { @@ -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" } ] }