-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeed.xml
25 lines (21 loc) · 1.13 KB
/
Feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- Each breadcrumb template is described by a VSTemplateContainer node. -->
<VSTemplateContainer>
<!-- Root level project type. Should match a ProjectType's ID or an LanguageType in the installed template cache. -->
<ProjectTypeID>LightSwitch</ProjectTypeID>
<!-- Subfolder (e.g. Windows\10.0), this should match the layout of installed templates on disk. -->
<Subfolder>LightSwitch</Subfolder>
<!-- Localized -->
<!-- Subfolder display name. -->
<!-- If there is a localized display name in the installed template cache for this folder, it will take preceidence. -->
<!-- If there are conflicting localized display names in the feed, one will be chosen at random. -->
<SubfolderDisplayName>LightSwitch</SubfolderDisplayName>
<!-- Template Data -->
<VSTemplate>
<TemplateData>
<TemplateID>GetLightSwitchTools</TemplateID>
<Name>Install LightSwitch Tools</Name>
<Description>Click to install LightSwitch tools</Description>
<InstallationMoniker>LightSwitch</InstallationMoniker>
</TemplateData>
</VSTemplate>
</VSTemplateContainer>