-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
138 additions
and
17 deletions.
There are no files selected for viewing
7 changes: 6 additions & 1 deletion
7
...crosoft.DotNet.Common.ItemTemplates/content/Solution/.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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/dotnetcli.host" | ||
"$schema": "http://json.schemastore.org/dotnetcli.host", | ||
"symbolInfo": { | ||
"Format": { | ||
"longName": "format" | ||
} | ||
} | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.cs.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Soubor řešení", | ||
"description": "Vytvořit prázdné řešení neobsahující projekty" | ||
"description": "Vytvořit prázdné řešení neobsahující projekty", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.de.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Projektmappendatei", | ||
"description": "Erstellt eine leere Projektmappe, die keine Projekte enthält" | ||
"description": "Erstellt eine leere Projektmappe, die keine Projekte enthält", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.en.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Solution File", | ||
"description": "Create an empty solution containing no projects" | ||
"description": "Create an empty solution containing no projects", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.es.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Archivo de la solución", | ||
"description": "Crea una solución vacía sin proyectos." | ||
"description": "Crea una solución vacía sin proyectos.", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.fr.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Fichier solution", | ||
"description": "Créer une solution vide ne contenant aucun projet" | ||
"description": "Créer une solution vide ne contenant aucun projet", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.it.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "File di soluzione", | ||
"description": "Crea una soluzione vuota che non contiene alcun progetto" | ||
"description": "Crea una soluzione vuota che non contiene alcun progetto", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.ja.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "ソリューション ファイル", | ||
"description": "プロジェクトを含まない空のソリューションを作成します。" | ||
"description": "プロジェクトを含まない空のソリューションを作成します。", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.ko.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "솔루션 파일", | ||
"description": "프로젝트 없는 빈 솔루션 만들기" | ||
"description": "프로젝트 없는 빈 솔루션 만들기", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.pl.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Plik rozwiązania", | ||
"description": "Utwórz puste rozwiązanie niezawierające żadnych projektów" | ||
"description": "Utwórz puste rozwiązanie niezawierające żadnych projektów", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...ommon.ItemTemplates/content/Solution/.template.config/localize/templatestrings.pt-BR.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Arquivo de Solução", | ||
"description": "Uma solução vazia sem projetos" | ||
"description": "Uma solução vazia sem projetos", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.ru.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Майкрософт", | ||
"name": "Файл решения", | ||
"description": "Создание пустого решения, не содержащего проектов" | ||
"description": "Создание пустого решения, не содержащего проектов", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...t.Common.ItemTemplates/content/Solution/.template.config/localize/templatestrings.tr.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Çözüm Dosyası", | ||
"description": "Hiçbir proje içermeyen boş bir çözüm oluştur" | ||
"description": "Hiçbir proje içermeyen boş bir çözüm oluştur", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...mon.ItemTemplates/content/Solution/.template.config/localize/templatestrings.zh-Hans.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "解决方案文件", | ||
"description": "创建不包含项目的空解决方案" | ||
"description": "创建不包含项目的空解决方案", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
8 changes: 7 additions & 1 deletion
8
...mon.ItemTemplates/content/Solution/.template.config/localize/templatestrings.zh-Hant.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "方案檔", | ||
"description": "建立不含專案的空白方案" | ||
"description": "建立不含專案的空白方案", | ||
"symbols/Format/description": "Choose the format for the solution file: traditional (.sln) or XML-based (.slnx).", | ||
"symbols/Format/displayName": "Solution file format", | ||
"symbols/Format/choices/sln/description": "Traditional solution file", | ||
"symbols/Format/choices/sln/displayName": ".sln format", | ||
"symbols/Format/choices/slnx/description": "XML-based solution file", | ||
"symbols/Format/choices/slnx/displayName": ".slnx format" | ||
} |
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
2 changes: 2 additions & 0 deletions
2
template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/Solution1.slnx
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,2 @@ | ||
<Solution> | ||
</Solution> |