New SQL Server project templates for VS2015 (Create Event Notification.vstemplate)
1: <VSTemplate Type="Item" Version="3.0.0"
2: xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
3: <TemplateData>
4: <Name>Event Notification</Name>
5: <ProjectType>Database Projects</ProjectType>
6: <SortOrder>10</SortOrder>
7: <DefaultName>$(EventNotification)EventNotification</DefaultName>
8: <NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
9: </TemplateData>
10: <TemplateContent>
11: <ProjectItem ReplaceParameters="true" TargetFileName="$changedFilename$">Create Event Notification.sql</ProjectItem>
12: </TemplateContent>
13: <WizardExtension>
14: <Assembly>Microsoft.VisualStudio.Data.Tools.Package, Version=14.0.0.0, Culture=Neutral, PublicKeyToken=b03f5f7f11d50a3a, Custom=null</Assembly>
15: <FullClassName>Microsoft.VisualStudio.Data.Tools.Package.Project.TemplateWizard</FullClassName>
16: </WizardExtension>
17: <WizardData>
18: <SqlItemType>EventNotification</SqlItemType>
19:
20:
21: </WizardData>
22: </VSTemplate>
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Event-Notification-vstemplate.htm
|