Skip to content

Commit

Permalink
[Microsoft.Android.Templates] Add icons to templates (#8883)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpryor committed May 16, 2024
1 parent a7b5768 commit 4edf89c
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"icon": "ide/icon.ico",
"appliesTo": "Android",
"defaultItemExtension": "cs",
"itemHierarchyPaths": [ "Android" ]
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"icon": "ide/icon.ico",
"appliesTo": "Android",
"defaultItemExtension": "cs",
"itemHierarchyPaths": [ "Android" ]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"icon": "ide/icon.ico",
"appliesTo": "Android",
"defaultItemExtension": "xml",
"itemHierarchyPaths": [ "Android" ]
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"icon": "ide/icon.ico",
"appliesTo": "Android",
"defaultItemExtension": "cs",
"itemHierarchyPaths": [ "Android" ]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"icon": "ide/icon.ico",
"appliesTo": "Android",
"defaultItemExtension": "cs",
"itemHierarchyPaths": [ "Android" ]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"icon": "ide/icon.ico",
"appliesTo": "Android",
"defaultItemExtension": "cs",
"itemHierarchyPaths": [ "Android" ]
}
Binary file not shown.

0 comments on commit 4edf89c

Please sign in to comment.