SDKReference Element (Visual Studio Templates)
In this article
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Specifies that the item template uses an SDK reference.
<VSTemplate>
<TemplateContent>
<References>
<Reference>
<SDKReference>SDKname</SDKReference>
The following sections describe attributes, child elements, and parent elements.
None.
None.
Element | Description |
---|---|
Reference | Specifies the assembly reference to add when the item is added to a project. |
A text value is required.
This text specifies the SDK reference to add to a project when the item template is instantiated.
<VSTemplate Version="3.0.0" xmlns="https://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
<TemplateData> . . . </TemplateData>
<TemplateContent>
<References>
<Reference>
<SDKReference>Microsoft Visual C++ Runtime Package, Version=11.0.0.0</SDKReference>
...
References Element (Visual Studio Templates)
Reference Element (Visual Studio Templates)
Creating Project and Item Templates
Visual Studio Template Schema Reference