Skip to content

Commit f1a834a

Browse files
authored
Merge pull request #2137 from gewarren/misc-0529
Remove broken links
2 parents b2c98c0 + 9d2b700 commit f1a834a

10 files changed

+89
-88
lines changed

docs/extensibility/visual-studio-template-schema-reference.md

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,80 @@
22
title: "Visual Studio Template Schema Reference | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.technology:
5+
ms.technology:
66
- "vs-ide-general"
77
ms.topic: "conceptual"
8-
helpviewer_keywords:
8+
helpviewer_keywords:
99
- "VSTEMPLATE files"
1010
- "Visual Studio templates, schema"
1111
- ".vstemplate files"
1212
ms.assetid: 6f74a2d5-3811-43d6-8b10-eb5823ad8995
1313
author: "gregvanl"
1414
ms.author: "gregvanl"
1515
manager: douge
16-
ms.workload:
16+
ms.workload:
1717
- "vssdk"
1818
---
1919
# Visual Studio Template Schema Reference
20-
This section contains information about XML elements in .vstemplate files, which are files that store metadata for project templates, item templates, and Starter Kits.
21-
22-
You can use vstemplate.xsd to validate custom .vstemplate files. This file is available at ..\\*Visual Studio installation folder*\Xml\Schemas\1033\vstemplate.xsd.
23-
24-
|Element|Child Elements|Attributes|
25-
|-------------|--------------------|----------------|
26-
|[AppliesTo](../extensibility/appliesto-element-visual-studio-templates.md)|None|None|
27-
|[Assembly (Template)](../extensibility/assembly-element-visual-studio-templates.md)|--|--|
28-
|[Assembly (Wizard Extension)](../extensibility/assembly-element-visual-studio-template-wizard-extension.md)|--|--|
29-
|[BuildProjectOnload](../extensibility/buildprojectonload-element-visual-studio-templates.md)|--|--|
30-
|[CreateInPlace](../extensibility/createinplace-visual-studio-templates.md)|--|--|
31-
|[CreateNewFolder](../extensibility/createnewfolder-element-visual-studio-templates.md)|--|--|
32-
|[CustomDataSignature](../extensibility/customdatasignature-element-visual-studio-templates.md)|--|--|
33-
|[CustomParameter](../extensibility/customparameter-element-visual-studio-templates.md)|--|Name<br /><br /> Value|
34-
|[CustomParameters](../extensibility/customparameters-element-visual-studio-templates.md)|CustomParameter|--|
35-
|[DefaultName](../extensibility/defaultname-element-visual-studio-templates.md)|--|--|
36-
|[Description](../extensibility/description-element-visual-studio-templates.md)|--|Package<br /><br /> ID|
37-
|[EnableEditOfLocationField](../extensibility/enableeditoflocationfield-element-visual-studio-templates.md)|--|--|
38-
|[EnableLocationBrowseButton](../extensibility/enablelocationbrowsebutton-element-visual-studio-templates.md)|--|--|
39-
|[Folder](../extensibility/folder-element-visual-studio-project-templates.md)|ProjectItem<br /><br /> Folder|Name|
40-
||[deprecated]|--|
41-
|[FullClassName](../extensibility/fullclassname-element-visual-studio-template-wizard-extension.md)|--|--|
42-
|[Hidden](../extensibility/hidden-element-visual-studio-templates.md)|--|--|
43-
|[Icon](../extensibility/icon-element-visual-studio-templates.md)|--|Package<br /><br /> ID|
44-
|[LocationField](../extensibility/locationfield-element-visual-studio-project-templates.md)|--|--|
45-
|[LocationFieldMRUPrefix](../extensibility/locationfieldmruprefix-element-visual-studio-templates.md)|--|--|
46-
|[MaxFrameworkVersion](../extensibility/maxframeworkversion-element-visual-studio-templates.md)|--|--|
47-
|[Name](../extensibility/name-element-visual-studio-templates.md)|--|Package<br /><br /> ID|
48-
|[NumberOfParentCategoriesToRollUp](../extensibility/numberofparentcategoriestorollup-visual-studio-templates.md)|--|--|
49-
|[PreviewImage](../extensibility/previewimage-element-visual-studio-templates.md)|--|--|
50-
|[Project](../extensibility/project-element-visual-studio-templates.md)|Folder<br /><br /> ProjectItem|File<br /><br /> TargetFileName<br /><br /> ReplaceParameters|
51-
|[ProjectCollection](../extensibility/projectcollection-element-visual-studio-templates.md)|ProjectTemplateLink<br /><br /> SolutionFolder|--|
52-
|[ProjectItem (Item Templates)](../extensibility/projectitem-element-visual-studio-item-templates.md)|--|SubType<br /><br /> CustomTool<br /><br /> ItemType<br /><br /> ReplaceParameters<br /><br /> TargetFileName|
53-
|[ProjectItem (Project Templates)](../extensibility/projectitem-element-visual-studio-project-templates.md)|--|TargetFileName<br /><br /> ReplaceParameters<br /><br /> OpenInEditor<br /><br /> OpenOrder<br /><br /> OpenInWebBrowser<br /><br /> OpenInHelpBrowser|
54-
|[ProjectSubType](../extensibility/projectsubtype-element-visual-studio-templates.md)|--|--|
55-
|[ProjectTemplateLink](../extensibility/projecttemplatelink-element-visual-studio-templates.md)|--|ProjectName|
56-
|[ProjectType](../extensibility/projecttype-element-visual-studio-templates.md)|--|--|
57-
|[PromptForSaveOnCreation](../extensibility/promptforsaveoncreation-element-visual-studio-templates.md)|--|--|
58-
|[ProvideDefaultName](../extensibility/providedefaultname-element-visual-studio-templates.md)|--|--|
59-
|[Reference](../extensibility/reference-element-visual-studio-templates.md)|Assembly|--|
60-
|[References](../extensibility/references-element-visual-studio-templates.md)|Reference|--|
61-
|[RequiredFrameworkVersion](../extensibility/requiredframeworkversion-element-visual-studio-templates.md)|--|--|
62-
|[RequiredPlatformVersion](../extensibility/requiredplatformversion-element-visual-studio-templates.md)|--|Version|
63-
|[SDKReference](../extensibility/sdkreference-element-visual-studio-templates.md)|--|Package|
64-
|[ShowByDefault](../extensibility/showbydefault-visual-studio-templates.md)|--|--|
65-
|[SolutionFolder](../extensibility/solutionfolder-element-visual-studio-templates.md)|ProjectTemplateLink<br /><br /> SolutionFolder|Name|
66-
|[SortOrder](../extensibility/sortorder-element-visual-studio-templates.md)|--|--|
67-
|[SupportsCodeSeparation](../extensibility/supportscodeseparation-element-visual-studio-templates.md)|--|--|
68-
|[SupportsLanguageDropDown](../extensibility/supportslanguagedropdown-element-visual-studio-templates.md)|--|--|
69-
|[SupportsMasterPage](../extensibility/supportsmasterpage-element-visual-studio-templates.md)|--|--|
70-
|[TargetPlatformName](../extensibility/targetplatformname-element-visual-studio-templates.md)|RequiredPlatformVersion|--|
71-
|[TemplateContent](../extensibility/templatecontent-element-visual-studio-templates.md)|ProjectCollection<br /><br /> Project<br /><br /> References<br /><br /> ProjectItem<br /><br /> CustomParameters|[BuildOnLoad](../extensibility/buildprojectonload-visual-studio-templates.md)|
72-
|[TemplateData](../extensibility/templatedata-element-visual-studio-templates.md)|Name<br /><br /> Description<br /><br /> Icon<br /><br /> PreviewImage<br /><br /> ProjectType<br /><br /> ProjectSubType<br /><br /> TemplateID<br /><br /> TemplateGroupID<br /><br /> SortOrder<br /><br /> CreateNewFolder<br /><br /> DefaultName<br /><br /> ProvideDefaultName<br /><br /> PromptForSaveOnCreation<br /><br /> EnableLocationBrowseButton<br /><br /> EnableEditOfLocationField<br /><br /> Hidden<br /><br /> DisplayInParentCategories<br /><br /> LocationFieldMRUPrefix<br /><br /> NumberOfParentCategoriesToRollUp<br /><br /> CreateInPlace<br /><br /> BuildOnLoad<br /><br /> BuildProjectOnload<br /><br /> ShowByDefault<br /><br /> LocationField<br /><br /> SupportsMasterPage<br /><br /> SupportsCodeSeparation<br /><br /> SupportsLanguageDropDown<br /><br /> RequiredFrameworkVersion<br /><br /> FrameworkVersion<br /><br /> MaxFrameworkVersion<br /><br /> CustomDataSignature<br /><br /> TargetPlatformName|--|
73-
|[TemplateGroupID](../extensibility/templategroupid-element-visual-studio-templates.md)|--|--|
74-
|[TemplateID](../extensibility/templateid-element-visual-studio-templates.md)|--|--|
75-
|[VSTemplate](../extensibility/vstemplate-element-visual-studio-templates.md)|TemplateData<br /><br /> TemplateContent<br /><br /> WizardExtension<br /><br /> WizardData|Type<br /><br /> Version|
76-
|[WizardData](../extensibility/wizarddata-element-visual-studio-templates.md)|--|Name|
77-
|[WizardExtension](../extensibility/wizardextension-element-visual-studio-templates.md)|Assembly<br /><br /> FullClassName|--|
78-
79-
## See Also
80-
[Creating Project and Item Templates](../ide/creating-project-and-item-templates.md)
81-
[How to: Create Starter Kits](../ide/how-to-create-starter-kits.md)
20+
This section contains information about XML elements in .vstemplate files, which are files that store metadata for project templates, item templates, and Starter Kits.
21+
22+
You can use vstemplate.xsd to validate custom .vstemplate files. This file is available at ..\\*Visual Studio installation folder*\Xml\Schemas\1033\vstemplate.xsd.
23+
24+
|Element|Child Elements|Attributes|
25+
|-------------|--------------------|----------------|
26+
|[AppliesTo](../extensibility/appliesto-element-visual-studio-templates.md)|None|None|
27+
|[Assembly (Template)](../extensibility/assembly-element-visual-studio-templates.md)|--|--|
28+
|[Assembly (Wizard Extension)](../extensibility/assembly-element-visual-studio-template-wizard-extension.md)|--|--|
29+
|[BuildProjectOnload](../extensibility/buildprojectonload-element-visual-studio-templates.md)|--|--|
30+
|[CreateInPlace](../extensibility/createinplace-visual-studio-templates.md)|--|--|
31+
|[CreateNewFolder](../extensibility/createnewfolder-element-visual-studio-templates.md)|--|--|
32+
|[CustomDataSignature](../extensibility/customdatasignature-element-visual-studio-templates.md)|--|--|
33+
|[CustomParameter](../extensibility/customparameter-element-visual-studio-templates.md)|--|Name<br /><br /> Value|
34+
|[CustomParameters](../extensibility/customparameters-element-visual-studio-templates.md)|CustomParameter|--|
35+
|[DefaultName](../extensibility/defaultname-element-visual-studio-templates.md)|--|--|
36+
|[Description](../extensibility/description-element-visual-studio-templates.md)|--|Package<br /><br /> ID|
37+
|[EnableEditOfLocationField](../extensibility/enableeditoflocationfield-element-visual-studio-templates.md)|--|--|
38+
|[EnableLocationBrowseButton](../extensibility/enablelocationbrowsebutton-element-visual-studio-templates.md)|--|--|
39+
|[Folder](../extensibility/folder-element-visual-studio-project-templates.md)|ProjectItem<br /><br /> Folder|Name|
40+
||[deprecated]|--|
41+
|[FullClassName](../extensibility/fullclassname-element-visual-studio-template-wizard-extension.md)|--|--|
42+
|[Hidden](../extensibility/hidden-element-visual-studio-templates.md)|--|--|
43+
|[Icon](../extensibility/icon-element-visual-studio-templates.md)|--|Package<br /><br /> ID|
44+
|[LocationField](../extensibility/locationfield-element-visual-studio-project-templates.md)|--|--|
45+
|[LocationFieldMRUPrefix](../extensibility/locationfieldmruprefix-element-visual-studio-templates.md)|--|--|
46+
|[MaxFrameworkVersion](../extensibility/maxframeworkversion-element-visual-studio-templates.md)|--|--|
47+
|[Name](../extensibility/name-element-visual-studio-templates.md)|--|Package<br /><br /> ID|
48+
|[NumberOfParentCategoriesToRollUp](../extensibility/numberofparentcategoriestorollup-visual-studio-templates.md)|--|--|
49+
|[PreviewImage](../extensibility/previewimage-element-visual-studio-templates.md)|--|--|
50+
|[Project](../extensibility/project-element-visual-studio-templates.md)|Folder<br /><br /> ProjectItem|File<br /><br /> TargetFileName<br /><br /> ReplaceParameters|
51+
|[ProjectCollection](../extensibility/projectcollection-element-visual-studio-templates.md)|ProjectTemplateLink<br /><br /> SolutionFolder|--|
52+
|[ProjectItem (Item Templates)](../extensibility/projectitem-element-visual-studio-item-templates.md)|--|SubType<br /><br /> CustomTool<br /><br /> ItemType<br /><br /> ReplaceParameters<br /><br /> TargetFileName|
53+
|[ProjectItem (Project Templates)](../extensibility/projectitem-element-visual-studio-project-templates.md)|--|TargetFileName<br /><br /> ReplaceParameters<br /><br /> OpenInEditor<br /><br /> OpenOrder<br /><br /> OpenInWebBrowser<br /><br /> OpenInHelpBrowser|
54+
|[ProjectSubType](../extensibility/projectsubtype-element-visual-studio-templates.md)|--|--|
55+
|[ProjectTemplateLink](../extensibility/projecttemplatelink-element-visual-studio-templates.md)|--|ProjectName|
56+
|[ProjectType](../extensibility/projecttype-element-visual-studio-templates.md)|--|--|
57+
|[PromptForSaveOnCreation](../extensibility/promptforsaveoncreation-element-visual-studio-templates.md)|--|--|
58+
|[ProvideDefaultName](../extensibility/providedefaultname-element-visual-studio-templates.md)|--|--|
59+
|[Reference](../extensibility/reference-element-visual-studio-templates.md)|Assembly|--|
60+
|[References](../extensibility/references-element-visual-studio-templates.md)|Reference|--|
61+
|[RequiredFrameworkVersion](../extensibility/requiredframeworkversion-element-visual-studio-templates.md)|--|--|
62+
|[RequiredPlatformVersion](../extensibility/requiredplatformversion-element-visual-studio-templates.md)|--|Version|
63+
|[SDKReference](../extensibility/sdkreference-element-visual-studio-templates.md)|--|Package|
64+
|[ShowByDefault](../extensibility/showbydefault-visual-studio-templates.md)|--|--|
65+
|[SolutionFolder](../extensibility/solutionfolder-element-visual-studio-templates.md)|ProjectTemplateLink<br /><br /> SolutionFolder|Name|
66+
|[SortOrder](../extensibility/sortorder-element-visual-studio-templates.md)|--|--|
67+
|[SupportsCodeSeparation](../extensibility/supportscodeseparation-element-visual-studio-templates.md)|--|--|
68+
|[SupportsLanguageDropDown](../extensibility/supportslanguagedropdown-element-visual-studio-templates.md)|--|--|
69+
|[SupportsMasterPage](../extensibility/supportsmasterpage-element-visual-studio-templates.md)|--|--|
70+
|[TargetPlatformName](../extensibility/targetplatformname-element-visual-studio-templates.md)|RequiredPlatformVersion|--|
71+
|[TemplateContent](../extensibility/templatecontent-element-visual-studio-templates.md)|ProjectCollection<br /><br /> Project<br /><br /> References<br /><br /> ProjectItem<br /><br /> CustomParameters|[BuildOnLoad](../extensibility/buildprojectonload-visual-studio-templates.md)|
72+
|[TemplateData](../extensibility/templatedata-element-visual-studio-templates.md)|Name<br /><br /> Description<br /><br /> Icon<br /><br /> PreviewImage<br /><br /> ProjectType<br /><br /> ProjectSubType<br /><br /> TemplateID<br /><br /> TemplateGroupID<br /><br /> SortOrder<br /><br /> CreateNewFolder<br /><br /> DefaultName<br /><br /> ProvideDefaultName<br /><br /> PromptForSaveOnCreation<br /><br /> EnableLocationBrowseButton<br /><br /> EnableEditOfLocationField<br /><br /> Hidden<br /><br /> DisplayInParentCategories<br /><br /> LocationFieldMRUPrefix<br /><br /> NumberOfParentCategoriesToRollUp<br /><br /> CreateInPlace<br /><br /> BuildOnLoad<br /><br /> BuildProjectOnload<br /><br /> ShowByDefault<br /><br /> LocationField<br /><br /> SupportsMasterPage<br /><br /> SupportsCodeSeparation<br /><br /> SupportsLanguageDropDown<br /><br /> RequiredFrameworkVersion<br /><br /> FrameworkVersion<br /><br /> MaxFrameworkVersion<br /><br /> CustomDataSignature<br /><br /> TargetPlatformName|--|
73+
|[TemplateGroupID](../extensibility/templategroupid-element-visual-studio-templates.md)|--|--|
74+
|[TemplateID](../extensibility/templateid-element-visual-studio-templates.md)|--|--|
75+
|[VSTemplate](../extensibility/vstemplate-element-visual-studio-templates.md)|TemplateData<br /><br /> TemplateContent<br /><br /> WizardExtension<br /><br /> WizardData|Type<br /><br /> Version|
76+
|[WizardData](../extensibility/wizarddata-element-visual-studio-templates.md)|--|Name|
77+
|[WizardExtension](../extensibility/wizardextension-element-visual-studio-templates.md)|Assembly<br /><br /> FullClassName|--|
78+
79+
## See also
80+
81+
- [Create Project and Item Templates](../ide/creating-project-and-item-templates.md)

docs/ide/creating-project-and-item-templates.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@ When these files are compressed into a *.zip* file and put in the correct folder
4141

4242
For more information about template folders, see [How to: Locate and organize templates](../ide/how-to-locate-and-organize-project-and-item-templates.md).
4343

44-
## Starter Kits
45-
46-
Starter Kits are enhanced templates that can be shared with other members of the community. Starter Kits include compilable code samples, documentation, and other resources to help users learn new tools and programming techniques while building useful, real-world applications. The basic contents and procedures for Starter Kits are the same as for templates. For more information, see [How to: Create Starter Kits](../ide/how-to-create-starter-kits.md).
47-
4844
## See also
4945

5046
- [How to: Create project templates](../ide/how-to-create-project-templates.md)
5147
- [How to: Create item templates](../ide/how-to-create-item-templates.md)
5248
- [Template parameters](../ide/template-parameters.md)
53-
- [Customizing templates](../ide/customizing-project-and-item-templates.md)
49+
- [Customize templates](../ide/customizing-project-and-item-templates.md)
5450
- [NuGet packages in Visual Studio templates](/nuget/visual-studio-extensibility/visual-studio-templates)

docs/ide/creating-solutions-and-projects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,4 @@ You can delete solutions and their contents permanently, but not by using the Vi
131131

132132
- [Solutions and projects](../ide/solutions-and-projects-in-visual-studio.md)
133133
- [Microsoft's open source repositories on GitHub](https://github.com/Microsoft)
134-
- [Visual Studio samples](../ide/visual-studio-samples.md)
135134
- [Developer code samples](https://code.msdn.microsoft.com/)

docs/ide/customizing-project-and-item-templates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ For example, you can perform the following tasks:
3737
- [How to: Troubleshoot templates](../ide/how-to-troubleshoot-templates.md)
3838
- [How to: Create project templates](../ide/how-to-create-project-templates.md)
3939
- [How to: Create item templates](../ide/how-to-create-item-templates.md)
40-
- [How to: Create starter kits](../ide/how-to-create-starter-kits.md)
4140
- [Visual Studio template schema reference](../extensibility/visual-studio-template-schema-reference.md)
4241
- <xref:Microsoft.VisualStudio.TemplateWizard.IWizard>

docs/ide/getting-started-with-cpp-in-visual-studio.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,3 @@ Congratulations on completing this quickstart! If you want to explore more examp
153153
- [Using the Visual Studio IDE for C++ desktop development](/cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development)
154154
- [Walkthrough: Create a simple application with C# or Visual Basic](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md)
155155
- [Productivity tips for Visual Studio](../ide/productivity-tips-for-visual-studio.md)
156-
- [Visual Studio samples](../ide/visual-studio-samples.md)
157-
- [Get started developing with Visual Studio](../ide/get-started-developing-with-visual-studio.md)

docs/ide/help-content-manager-overrides.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload:
1313
---
1414
# Help Content Manager overrides
1515

16-
You can change the default behavior of the Help Viewer and Help-related features in the Visual Studio IDE. Some options are specified by creating a [.pkgdef](https://blogs.msdn.microsoft.com/visualstudio/2009/12/18/whats-a-pkgdef-and-why/) file to set various registry key values. Others are set directly in the registry.
16+
You can change the default behavior of Help Viewer and help-related features in the Visual Studio IDE. Some options are specified by creating a [.pkgdef](https://blogs.msdn.microsoft.com/visualstudio/2009/12/18/whats-a-pkgdef-and-why/) file to set various registry key values. Others are set directly in the registry.
1717

1818
## How to control Help Viewer behavior by using a .pkgdef file
1919

@@ -61,5 +61,4 @@ The following two behaviors can be controlled by setting registry key values in
6161

6262
- [Help Viewer administrator guide](../ide/help-viewer-administrator-guide.md)
6363
- [Command-line arguments for the Help Content Manager](../ide/command-line-arguments-for-the-help-content-manager.md)
64-
- [Microsoft Help Viewer](../ide/microsoft-help-viewer.md)
65-
- [Modifying the isolated shell by using the .pkgdef file](../extensibility/shell/modifying-the-isolated-shell-by-using-the-dot-pkgdef-file.md)
64+
- [Microsoft Help Viewer](../ide/microsoft-help-viewer.md)

docs/ide/how-to-update-existing-templates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,4 @@ You can update an existing template without using the **Export Template Wizard**
6666
- [Customize templates](../ide/customizing-project-and-item-templates.md)
6767
- [Create project and item templates](../ide/creating-project-and-item-templates.md)
6868
- [Visual Studio template schema reference](../extensibility/visual-studio-template-schema-reference.md)
69-
- [Template parameters](../ide/template-parameters.md)
70-
- [How to: Create starter kits](../ide/how-to-create-starter-kits.md)
69+
- [Template parameters](../ide/template-parameters.md)

0 commit comments

Comments
 (0)