New SQL Server project templates for VS2015 (VBSqlFunction.vstemplate)
1: <VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
2: <TemplateData>
3: <Name>SQL CLR VB Function</Name>
4: <Description>SQL CLR VB Function</Description>
5: <Icon></Icon>
6: <ProjectType>SqlServer</ProjectType>
7: <SortOrder>2</SortOrder>
8: <DefaultName>VBSqlFunction.vb</DefaultName>
9: </TemplateData>
10: <TemplateContent>
11: <References>
12: <Reference>
13: <Assembly>System</Assembly>
14: </Reference>
15: <Reference>
16: <Assembly>System.Data</Assembly>
17: </Reference>
18: <Reference>
19: <Assembly>System.Xml</Assembly>
20: </Reference>
21: </References>
22: <ProjectItem ReplaceParameters="true">VBSqlFunction.vb</ProjectItem>
23: </TemplateContent>
24: <WizardExtension>
25: <Assembly>Microsoft.VisualStudio.Data.Tools.Package, Version=14.0.0.0, Culture=Neutral, PublicKeyToken=b03f5f7f11d50a3a, Custom=null</Assembly>
26: <FullClassName>Microsoft.VisualStudio.Data.Tools.Package.Project.SqlClrTemplateWizard</FullClassName>
27: </WizardExtension>
28: </VSTemplate>
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/VBSqlFunction-vstemplate.htm
|