forked from unoplatform/uno
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request unoplatform#4504 from unoplatform/dev/jela/dotnet-…
…new-template Update dotnet new templates
- Loading branch information
Showing
15 changed files
with
132 additions
and
125 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -20,6 +20,6 @@ | |
"macOS": { | ||
"longName": "macos", | ||
"shortName": "macos" | ||
}, | ||
} | ||
} | ||
} |
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
Binary file added
BIN
+8 KB
.../Uno.ProjectTemplates.Dotnet/content/unoapp-prism/.template.config/uno-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions
48
...ate/Uno.ProjectTemplates.Dotnet/content/unoapp-prism/.template.config/vs-2017.3.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,48 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/vs-2017.3.host", | ||
"name": { | ||
"text": "Cross-Platform App (Prism)" | ||
}, | ||
"description": { | ||
"text": "Solution template for creating a Prism Library enabled Cross-platform XAML app with the Uno Platform that targets UWP, Android, iOS, macOS, WebAssembly." | ||
}, | ||
"order": 610, | ||
"icon": "uno-logo.png", | ||
"learnMoreLink": "https://github.com/unoplatform/uno", | ||
"uiFilters": [ | ||
"oneaspnet" | ||
], | ||
"additionalWizardParameters": { | ||
"$isMultiProjectTemplate$": "true" | ||
}, | ||
"symbolInfo": [ | ||
{ | ||
"id": "UWP", | ||
"name": { | ||
"text": "Add support for UWP" | ||
}, | ||
"isVisible": "true" | ||
}, | ||
{ | ||
"id": "iOS", | ||
"name": { | ||
"text": "Add support for iOS" | ||
}, | ||
"isVisible": "true" | ||
}, | ||
{ | ||
"id": "Android", | ||
"name": { | ||
"text": "Add support for Android" | ||
}, | ||
"isVisible": "true" | ||
}, | ||
{ | ||
"id": "macOS", | ||
"name": { | ||
"text": "Add support for macOS" | ||
}, | ||
"isVisible": "true" | ||
} | ||
] | ||
} |
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
7 changes: 2 additions & 5 deletions
7
...ate/Uno.ProjectTemplates.Dotnet/content/unoapp-winui/.template.config/vs-2017.3.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
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
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
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
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
38 changes: 2 additions & 36 deletions
38
....ProjectTemplates.Dotnet/content/unolib-crossruntime/.template.config/vs-2017.3.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,51 +1,17 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/vs-2017.3.host", | ||
"name": { | ||
"text": "Uno WebAssembly App", | ||
"id": "1060" | ||
"text": "Cross-Runtime Library", | ||
}, | ||
"description": { | ||
"text": "A project template for creating rich Cross Platform app", | ||
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", | ||
"id": "1051" | ||
"text": "A project template for creating a Cross-Runtime Library", | ||
}, | ||
"order": 610, | ||
"icon": "uno-logo.png", | ||
"learnMoreLink": "https://github.com/unoplatform/uno", | ||
"uiFilters": [ | ||
"oneaspnet" | ||
], | ||
"additionalWizardParameters": { | ||
"$isMultiProjectTemplate$": "true" | ||
}, | ||
"symbolInfo": [ | ||
{ | ||
"id": "UWP", | ||
"name": { | ||
"text": "Add support for UWP" | ||
}, | ||
"isVisible": "true" | ||
}, | ||
{ | ||
"id": "iOS", | ||
"name": { | ||
"text": "Add support for iOS" | ||
}, | ||
"isVisible": "true" | ||
}, | ||
{ | ||
"id": "Android", | ||
"name": { | ||
"text": "Add support for Android" | ||
}, | ||
"isVisible": "true" | ||
}, | ||
{ | ||
"id": "macOS", | ||
"name": { | ||
"text": "Add support for macOS" | ||
}, | ||
"isVisible": "true" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.