Skip to content

Commit 88d8445

Browse files
Copilotmattleibow
andcommitted
Revert all changes to src/Templates files
Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>
1 parent 2bfe8d4 commit 88d8445

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI Blazor Hybrid and Web App",
4+
"_name.comment": "{Locked='.NET MAUI Blazor Hybrid', Locked='Web'}",
45
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface.",
56
"postActions/openInEditor/description": "Opens Shared Pages/Home.razor in the editor.",
67
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",

src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentPage (C#)",
4+
"_name.comment": "{Locked}",
45
"description": "A page for displaying content using C#.",
56
"postActions/openInEditor/description": "Opens NewPage1.cs in the editor.",
67
"symbols/namespace/description": "Namespace for the generated code."

src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentPage (XAML)",
4+
"_name.comment": "{Locked}",
45
"description": "A page for displaying content using XAML.",
56
"postActions/openInEditor/description": "Opens NewPage1.xaml in the editor.",
67
"symbols/namespace/description": "namespace for the generated code"

src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentView (C#)",
4+
"_name.comment": "{Locked}",
45
"description": "A view for displaying content using C#. This is very suitable for creating your own custom and reusable controls.",
56
"postActions/openInEditor/description": "Opens NewContent1.cs in the editor.",
67
"symbols/namespace/description": "Namespace for the generated code."

src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentView (XAML)",
4+
"_name.comment": "{Locked}",
45
"description": "A view for displaying content using XAML. This is very suitable for creating your own custom and reusable controls.",
56
"postActions/openInEditor/description": "Opens NewContent1.xaml in the editor.",
67
"symbols/namespace/description": "Namespace for the generated code."

src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI Class Library",
4+
"_name.comment": "{Locked='.NET MAUI Class'}",
45
"description": "A project for creating a .NET MAUI class library",
56
"postActions/openInEditor/description": "Opens Class1.cs in the editor.",
67
"symbols/Framework/description": "The target framework for the project.",

src/Templates/src/templates/maui-multiproject/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI Multi-Project App",
4+
"_name.comment": "{Locked='.NET MAUI'}",
45
"description": "A project for creating a .NET MAUI application for iOS, Android, Mac Catalyst and WinUI with multiple, separate app projects.",
56
"postActions/openInEditor/description": "Opens MainPage.xaml in the editor.",
67
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",

src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ResourceDictionary (XAML)",
4+
"_name.comment": "{Locked}",
45
"description": "A repository for resources that are used by a .NET MAUI app. Typical resources that are stored in a ResourceDictionary include styles, control templates, data templates, converters, and colors.",
56
"postActions/openInEditor/description": "Opens Dictionary1.xaml in the editor.",
67
"symbols/namespace/description": "Namespace for the generated code."

src/Templates/src/templates/maui-window-csharp/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI Window (C#)",
4+
"_name.comment": "{Locked}",
45
"description": "A window for displaying a page using C#.",
56
"postActions/openInEditor/description": "Opens NewWindow1.cs in the editor.",
67
"symbols/namespace/description": "Namespace for the generated code."

src/Templates/src/templates/maui-window-xaml/.template.config/localize/templatestrings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI Window (XAML)",
4+
"_name.comment": "{Locked}",
45
"description": "A window for displaying a page using XAML.",
56
"postActions/openInEditor/description": "Opens NewWindow1.xaml in the editor.",
67
"symbols/namespace/description": "namespace for the generated code"

0 commit comments

Comments
 (0)