Skip to content

Commit

Permalink
Adding a new web app teamplate generating a razor project (the other …
Browse files Browse the repository at this point in the history
…one is an mvc project) (#119)

Improving the test-templates.bat file to take this new template into account
  • Loading branch information
jmprieur authored Apr 22, 2020
1 parent 15c468c commit adedb0c
Show file tree
Hide file tree
Showing 82 changed files with 42,057 additions and 14 deletions.
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."
}
}
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."
}
}
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"
]
}
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."
}
}
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."
}
}
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."
}
}
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."
}
}
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 ページ コンテンツで作成するためのプロジェクト テンプレートです。"
}
}
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 응용 프로그램을 만드는 데 사용되는 프로젝트 템플릿입니다."
}
}
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."
}
}
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."
}
}
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."
}
}
Loading

0 comments on commit adedb0c

Please sign in to comment.