-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a new web app teamplate generating a razor project (the other …
…one is an mvc project) (#119) Improving the test-templates.bat file to take this new template into account
- Loading branch information
Showing
82 changed files
with
42,057 additions
and
14 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/cs-CZ/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Webová aplikace", | ||
"description": "Šablona projektu pro vytvoření aplikace ASP.NET Core s ukázkou obsahu ASP.NET Core Razor Pages." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/de-DE/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Webanwendung", | ||
"description": "Eine Projektvorlage zum Erstellen einer ASP.NET Core-Anwendung mit Beispielinhalt für ASP.NET Core-Razor-Seiten." | ||
} | ||
} |
79 changes: 79 additions & 0 deletions
79
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/dotnetcli.host.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/dotnetcli.host", | ||
"symbolInfo": { | ||
"UseLocalDB": { | ||
"longName": "use-local-db" | ||
}, | ||
"AADInstance": { | ||
"longName": "aad-instance", | ||
"shortName": "" | ||
}, | ||
"AAdB2CInstance": { | ||
"longName": "aad-b2c-instance", | ||
"shortName": "" | ||
}, | ||
"SignUpSignInPolicyId": { | ||
"longName": "susi-policy-id", | ||
"shortName": "ssp" | ||
}, | ||
"ResetPasswordPolicyId": { | ||
"longName": "reset-password-policy-id", | ||
"shortName": "rp" | ||
}, | ||
"EditProfilePolicyId": { | ||
"longName": "edit-profile-policy-id", | ||
"shortName": "ep" | ||
}, | ||
"OrgReadAccess": { | ||
"longName": "org-read-access", | ||
"shortName": "r" | ||
}, | ||
"ClientId": { | ||
"longName": "client-id", | ||
"shortName": "" | ||
}, | ||
"CallbackPath": { | ||
"longName": "callback-path", | ||
"shortName": "" | ||
}, | ||
"Domain": { | ||
"longName": "domain", | ||
"shortName": "" | ||
}, | ||
"TenantId": { | ||
"longName": "tenant-id", | ||
"shortName": "" | ||
}, | ||
"Framework": { | ||
"longName": "framework" | ||
}, | ||
"HttpPort": { | ||
"isHidden": true | ||
}, | ||
"HttpsPort": { | ||
"isHidden": true | ||
}, | ||
"ExcludeLaunchSettings": { | ||
"longName": "exclude-launch-settings", | ||
"shortName": "" | ||
}, | ||
"UserSecretsId": { | ||
"isHidden": true | ||
}, | ||
"skipRestore": { | ||
"longName": "no-restore", | ||
"shortName": "" | ||
}, | ||
"NoHttps": { | ||
"longName": "no-https", | ||
"shortName": "" | ||
}, | ||
"RazorRuntimeCompilation": { | ||
"longName": "razor-runtime-compilation", | ||
"shortName": "rrc" | ||
} | ||
}, | ||
"usageExamples": [ | ||
"--auth Individual" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/en/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Web Application", | ||
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Razor Pages content." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/es-ES/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Aplicación web", | ||
"description": "Una plantilla de proyecto para crear una aplicación ASP.NET Core con contenido de páginas de Razor de ASP.NET Core de ejemplo." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/fr-FR/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Application web", | ||
"description": "Modèle de projet permettant de créer une application ASP.NET Core avec un exemple de contenu ASP.NET Core Razor Pages." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/it-IT/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Applicazione Web", | ||
"description": "Modello di progetto per la creazione di un'applicazione ASP.NET Core con contenuto di pagine Razor ASP.NET Core di esempio." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/ja-JP/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Web アプリケーション", | ||
"description": "ASP.NET Core アプリケーションを、サンプルの ASP.NET Core Razor ページ コンテンツで作成するためのプロジェクト テンプレートです。" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/ko-KR/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "웹 응용 프로그램", | ||
"description": "예제 ASP.NET Core Razor 페이지 콘텐츠를 사용하여 ASP.NET Core 응용 프로그램을 만드는 데 사용되는 프로젝트 템플릿입니다." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/pl-PL/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Aplikacja internetowa", | ||
"description": "Szablon projektu służący do tworzenia aplikacji ASP.NET Core z przykładowymi stronami ASP.NET Core Razor." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/pt-BR/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Aplicativo Web", | ||
"description": "Um modelo de projeto para criar um aplicativo ASP.NET Core com conteúdo de Razor Pages do ASP.NET Core de exemplo." | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ProjectTemplates/templates/RazorPagesWeb-CSharp/.template.config/ru-RU/strings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"version": "1.0.0.0", | ||
"strings": { | ||
"name": "Веб-приложение", | ||
"description": "Шаблон проекта для создания приложения ASP.NET Core с образцом содержимого ASP.NET Core Razor Pages." | ||
} | ||
} |
Oops, something went wrong.