diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.de.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.en.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.es.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.it.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..a8e349698b3 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/template.json index 2785a48ed9e..25ba721bf16 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/.template.config/template.json @@ -111,6 +111,7 @@ "defaultName": "WpfApp1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -120,6 +121,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens MainWindow.xaml in the editor", "manualInstructions": [ ], diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.de.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.en.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.es.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.it.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..c2261fb04ee --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Application", + "description": "A project for creating a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens MainWindow.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json index 55337a822ce..50870855a97 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json @@ -105,6 +105,7 @@ "defaultName": "WpfApp1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -114,6 +115,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens MainWindow.xaml in the editor", "manualInstructions": [ ], diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.de.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.en.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.es.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.it.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..8914e0f8d2d --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/template.json index 64462a92f50..7a022dd97e6 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/.template.config/template.json @@ -107,6 +107,7 @@ "defaultName": "WpfLibrary1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -116,6 +117,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens Class1.cs in the editor", "manualInstructions": [ ], diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..9c5676fc66a --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Class Library", + "description": "A project for creating a class library that targets a .NET WPF Application", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens Class1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/template.json index 816c4bc078b..f8f55e075c6 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/.template.config/template.json @@ -101,6 +101,7 @@ "defaultName": "WpfLibrary1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -110,6 +111,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens Class1.vb in the editor", "manualInstructions": [ ], diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.de.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.en.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.es.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.it.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..4aaf59df66e --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.cs in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/template.json index 362b281a80d..a5a399def5b 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/.template.config/template.json @@ -107,6 +107,7 @@ "defaultName": "WpfCustomControlLibrary1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -116,6 +117,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens CustomControl1.cs in the editor", "manualInstructions": [ ], diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.de.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.en.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.es.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.it.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..ca80443b033 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF Custom Control Library", + "description": "A project for creating a custom control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens CustomControl1.vb in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/template.json index bf7c920c784..41c6cd5a6e0 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-VisualBasic/.template.config/template.json @@ -101,6 +101,7 @@ "defaultName": "WpfCustomControlLibrary1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -110,6 +111,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens CustomControl1.vb in the editor", "manualInstructions": [ ], diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.de.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.en.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.es.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.it.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..56728ddaac8 --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,17 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "symbols/Nullable/description": "Whether to enable nullable reference types for this project.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/template.json index 8f8da7c587b..4391c367c0b 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/.template.config/template.json @@ -111,6 +111,7 @@ "defaultName": "WpfControlLibrary1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -120,6 +121,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens UserControl1.xaml in the editor", "manualInstructions": [ ], diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.de.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.de.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.de.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.en.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.en.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.en.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.es.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.es.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.es.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.it.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.it.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.it.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 00000000000..24b016d78cd --- /dev/null +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,16 @@ +{ + "author": "Microsoft", + "name": "WPF User Control Library", + "description": "A project for creating a user control library for .NET WPF Applications", + "symbols/TargetFrameworkOverride/description": "Overrides the target framework", + "symbols/Framework/description": "The target framework for the project.", + "symbols/Framework/choices/netcoreapp3.0/description": "Target netcoreapp3.0", + "symbols/Framework/choices/netcoreapp3.1/description": "Target netcoreapp3.1", + "symbols/Framework/choices/net5.0/description": "Target net5.0", + "symbols/Framework/choices/net6.0/description": "Target net6.0", + "symbols/langVersion/description": "Sets langVersion in the created project file", + "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", + "postActions/restore/description": "Restore NuGet packages required by this project.", + "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'", + "postActions/editor/description": "Opens UserControl1.xaml in the editor" +} \ No newline at end of file diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/template.json index d52d5ca4a77..111064318c8 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-VisualBasic/.template.config/template.json @@ -105,6 +105,7 @@ "defaultName": "WpfControlLibrary1", "postActions": [ { + "id": "restore", "condition": "(!skipRestore)", "description": "Restore NuGet packages required by this project.", "manualInstructions": [ @@ -114,6 +115,7 @@ "continueOnError": true }, { + "id": "editor", "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description": "Opens UserControl1.xaml in the editor", "manualInstructions": [ ],