forked from fsharp/fsharp-compiler-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSharp.Compiler.Service.ProjectCracker.nuspec
More file actions
26 lines (25 loc) · 2.05 KB
/
FSharp.Compiler.Service.ProjectCracker.nuspec
File metadata and controls
26 lines (25 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FSharp.Compiler.Service.ProjectCracker</id>
<description>The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.</description>
<language>en-US</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<version>14.0.2</version>
<authors>Microsoft Corporation and F# community contributors</authors>
<licenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/fsharp/FSharp.Compiler.Service</projectUrl>
<iconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</iconUrl>
<tags>F#, fsharp, interactive, compiler, editor</tags>
<summary>F# compiler services for creating IDE tools, language extensions and for F# embedding.</summary>
</metadata>
<files>
<file src="..\FSharp.Compiler.Service.ProjectCrackerTool\FSharp.Compiler.Service.ProjectCracker.targets" target="build\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCrackerTool.exe" target="utilities\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCrackerTool.exe.config" target="utilities\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCrackerTool.pdb" target="utilities\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCracker.dll" target="lib\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCracker.pdb" target="lib\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCracker.xml" target="lib\net45" />
</files>
</package>