${res:Templates.Project.WindowsService.Name}
VBNet
VBNet.Project.ServiceProject
VBNet
${res:Templates.Project.WindowsService.Description}
${ProjectName}
_
Shared Sub Main()
' To run more than one service you have to add them here
ServiceBase.Run(New ServiceBase() {New ${ProjectName}})
End Sub
Protected Overrides Sub OnStart(ByVal args() As String)
' TODO: Add start code here to start your service.
End Sub
Protected Overrides Sub OnStop()
' TODO: Add tear-down code here (if required) to stop your service.
End Sub
End Class
]]>
' The assembly version has following format :
'
' Major.Minor.Build.Revision
'
' You can specify all values by your own or you can build default build and revision
' numbers with the '*' character (the default):
]]>