This is a simple F# Windows Service Application template that defines project elements for the service and the installer: This template provides several projects elements:
The MyService.fs source file provides the implementation of the service. The template code provides the structure for the OnStart and OnStop methods and shows how an EventLog can be created and referenced. The generated code can be viewed in this blog posting: http://blogs.msdn.com/b/carlnol/archive/2011/07/18/f-project-and-item-templates.aspx Version 1.1 now includes an AssemblyInfo.fs file. |