File: FSharp.Compiler.Tools.nuspec

package info (click to toggle)
fsharp 4.0.0.4%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,824 kB
  • ctags: 1,395
  • sloc: cs: 2,983; ml: 1,098; makefile: 410; sh: 409; xml: 113
file content (52 lines) | stat: -rw-r--r-- 3,685 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>FSharp.Compiler.Tools</id>
    <version>0.0.0</version>
    <title>FSharp.Compiler.Tools for F# 4.0</title>
    <authors>F# Software Foundation</authors>
    <owners>F# Software Foundation</owners>
    <licenseUrl>https://github.com/fsharp/fsharp/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/fsharp/fsharp</projectUrl>
    <iconUrl>http://fsharp.org/img/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>
      FSharp.Compiler.Tools for F# 4.0

      FSharp.Compiler.Tools built by F# Software Foundation
      This package includes the F# compiler and the F# Interactive.
    </description>
    <summary>FSharp.Compiler.Tools for F# 4.0 - This package includes the F# compiler and the F# Interactive.</summary>
    <tags>F#, FSharp, FSharp.Core, fsi, fsc</tags>
  </metadata>
  <files>
    <!-- use signed FSharp.Core in package -->
    <file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.dll" target="tools\FSharp.Core.dll" />
    <file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.optdata" target="tools\FSharp.Core.optdata" />
    <file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.sigdata" target="tools\FSharp.Core.sigdata" />
    <file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.xml" target="tools\FSharp.Core.xml" />
    <file src="..\lib\release\fsc.exe" target="tools\fsc.exe" />
    <file src="..\lib\release\fsc.exe.config" target="tools\fsc.exe.config" />
    <file src="..\lib\release\fsc.xml" target="tools\fsc.xml" />
    <file src="..\lib\release\fsi.exe" target="tools\fsi.exe" />
    <file src="..\lib\release\fsi.exe.config" target="tools\fsi.exe.config" />
    <file src="..\lib\release\fsi.xml" target="tools\fsi.xml" />
    <file src="..\lib\release\FSharp.Compiler.dll" target="tools\FSharp.Compiler.dll" />
    <file src="..\lib\release\FSharp.Compiler.xml" target="tools\FSharp.Compiler.xml" />
    <file src="..\lib\release\FSharp.Compiler.Server.Shared.dll" target="tools\FSharp.Compiler.Server.Shared.dll" />
    <file src="..\lib\release\FSharp.Compiler.Server.Shared.xml" target="tools\FSharp.Compiler.Server.Shared.xml" />
    <file src="..\lib\release\FSharp.Compiler.Interactive.Settings.dll" target="tools\FSharp.Compiler.Interactive.Settings.dll" />
    <file src="..\lib\release\FSharp.Compiler.Interactive.Settings.xml" target="tools\FSharp.Compiler.Interactive.Settings.xml" />
    <file src="..\lib\release\fsiAnyCpu.exe" target="tools\fsiAnyCpu.exe" />
    <file src="..\lib\release\fsiAnyCpu.exe.config" target="tools\fsiAnyCpu.exe.config" />
    <file src="..\lib\release\fsiAnyCpu.xml" target="tools\fsiAnyCpu.xml" />
    <file src="..\lib\release\FSharp.Build.dll" target="tools\FSharp.Build.dll" />
    <file src="..\lib\release\FSharp.Build.xml" target="tools\FSharp.Build.xml" />
    <file src="..\lib\release\Microsoft.FSharp.Targets" target="tools\Microsoft.FSharp.Targets" />
    <file src="..\lib\release\Microsoft.Build.dll" target="tools\Microsoft.Build.dll" />
    <file src="..\lib\release\Microsoft.Build.Engine.dll" target="tools\Microsoft.Build.Engine.dll" />
    <file src="..\lib\release\Microsoft.Build.Framework.dll" target="tools\Microsoft.Build.Framework.dll" />
    <file src="..\lib\release\Microsoft.Build.Tasks.v12.0.dll" target="tools\Microsoft.Build.Tasks.v12.0.dll" />
    <file src="..\lib\release\Microsoft.Build.Utilities.v12.0.dll" target="tools\Microsoft.Build.Utilities.v12.0.dll" />
  </files>
</package>