This extension provides an Item Template within F# projects that allows one to insert an AssemblyInfo.fs file into a project. 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 http://blogs.msdn.com/b/mcsuksoldev/archive/2011/06/01/f-assembly-information-file-template.aspx Remember, the added file cannot be the last source file in a project so it will have to be moved up the source file list. |