Skip to content

Commit 914b788

Browse files
committed
Use VS Project icons
Context: #8883 (comment) Opinion was that the icons for Classic Xamarin.Android within VS 17.9 were better than the icons added in this PR. Update the *project* templates to use the older icons. *Item* templates are unchanged, and use the new icon.
1 parent 142d586 commit 914b788

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

src/Microsoft.Android.Templates/android-bindinglib/.template.config/ide.host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/ide.host",
3-
"icon": "ide/icon.png",
3+
"icon": "ide/icon.ico",
44
"appliesTo": "Android",
55
"defaultItemExtension": "cs",
66
"itemHierarchyPaths": [ "Android" ]
Binary file not shown.
Binary file not shown.

src/Microsoft.Android.Templates/android-wear/.template.config/ide.host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/ide.host",
3-
"icon": "ide/icon.png",
3+
"icon": "ide/icon.ico",
44
"appliesTo": "Android",
55
"defaultItemExtension": "cs",
66
"itemHierarchyPaths": [ "Android" ]
Binary file not shown.
Binary file not shown.

src/Microsoft.Android.Templates/android/.template.config/ide.host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/ide.host",
3-
"icon": "ide/icon.png",
3+
"icon": "ide/icon.ico",
44
"appliesTo": "Android",
55
"defaultItemExtension": "cs",
66
"itemHierarchyPaths": [ "Android" ]
Binary file not shown.
Binary file not shown.

src/Microsoft.Android.Templates/androidlib/.template.config/ide.host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/ide.host",
3-
"icon": "ide/icon.png",
3+
"icon": "ide/icon.ico",
44
"appliesTo": "Android",
55
"defaultItemExtension": "cs",
66
"itemHierarchyPaths": [ "Android" ]

0 commit comments

Comments
 (0)