4 changed files with 44 additions and 10 deletions
@ -0,0 +1,33 @@
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0"?> |
||||
<Template originator = "Robert Pickering" |
||||
created = "06/10/2001" |
||||
lastModified = "08/02/2012"> |
||||
|
||||
<!-- Template Header --> |
||||
<TemplateConfiguration> |
||||
<Name>F# 3.0 ${res:Templates.Project.ConsoleProject.Name}</Name> |
||||
<Category>F#</Category> |
||||
<Icon>F#.Project.DOSProject</Icon> |
||||
<Description>${res:Templates.Project.ConsoleProject.Description}</Description> |
||||
</TemplateConfiguration> |
||||
|
||||
<!-- Actions --> |
||||
<Actions> |
||||
<Open filename = "file.fs"/> |
||||
</Actions> |
||||
|
||||
<!-- Template Content --> |
||||
<Project language = "F#"> |
||||
|
||||
<Imports clear="True"> |
||||
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" /> |
||||
</Imports> |
||||
|
||||
<Files> |
||||
<File name="file.fs"><![CDATA[#light |
||||
module MyNamespace.MyModule |
||||
printfn "Hello world" |
||||
]]></File> |
||||
</Files> |
||||
</Project> |
||||
</Template> |
Loading…
Reference in new issue