Microsoft.Net.Compilers.nuspec 5.3 KB
Newer Older
A
Andy Gocke 已提交
1 2 3 4 5 6 7
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.Net.Compilers</id>
    <description>
    .Net Compilers package. Referencing this package will cause the project to be built using the specific version of the C# and Visual Basic compilers contained in the package, as opposed to any system installed version.

8
    This package can be used to compile code targeting any platform, but can only be run using the desktop .NET 4.6+ Full Framework.
A
Andy Gocke 已提交
9 10 11
    </description>
    <language>en-US</language>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
12
    <version>$version$</version>
A
Andy Gocke 已提交
13 14 15 16 17 18 19 20
    <authors>$authors$</authors>
    <licenseUrl>$licenseUrl$</licenseUrl>
    <projectUrl>$projectUrl$</projectUrl>
    <releaseNotes>$releaseNotes$</releaseNotes>
    <tags>$tags$</tags>
    <developmentDependency>true</developmentDependency>
  </metadata>
  <files>
21 22
    <file src="$additionalFilesPath$/Microsoft.Net.Compilers.props" target="build" />
    <file src="$additionalFilesPath$/ThirdPartyNotices.rtf" target="" />
23

24 25
    <!-- The Roslyn built binaries must be taken from these locations because this is 
         the location where signing occurs -->
26 27 28 29 30 31 32 33 34 35 36
    <file src="Dlls\CodeAnalysis\Microsoft.CodeAnalysis.dll" target="tools" />
    <file src="Dlls\CodeAnalysis\Microsoft.DiaSymReader.Native.amd64.dll" target="tools" />
    <file src="Dlls\CodeAnalysis\Microsoft.DiaSymReader.Native.x86.dll" target="tools" />
    <file src="Dlls\CSharpCodeAnalysis\Microsoft.CodeAnalysis.CSharp.dll" target="tools" />
    <file src="Dlls\Scripting\Microsoft.CodeAnalysis.Scripting.dll" target="tools" />
    <file src="Dlls\CSharpScripting\Microsoft.CodeAnalysis.CSharp.Scripting.dll" target="tools" />
    <file src="Dlls\BasicCodeAnalysis\Microsoft.CodeAnalysis.VisualBasic.dll" target="tools" />
    <file src="Exes\csc\csc.exe"  target="tools" />
    <file src="Exes\csc\csc.exe.config"  target="tools" />
    <file src="Exes\csc\csc.rsp"  target="tools" />
    <file src="Exes\csi\csi.exe"  target="tools" />
37
    <file src="Exes\csi\csi.exe.config"  target="tools" />
38 39 40 41 42 43 44 45 46
    <file src="Exes\csi\csi.rsp"  target="tools" />
    <file src="Exes\vbc\vbc.exe"  target="tools" />
    <file src="Exes\vbc\vbc.exe.config"  target="tools" />
    <file src="Exes\vbc\vbc.rsp"  target="tools" />
    <file src="Exes\VBCSCompiler\VBCSCompiler.exe" target="tools" />
    <file src="Exes\VBCSCompiler\VBCSCompiler.exe.config" target="tools" />
    <file src="Dlls\MSBuildTask\Microsoft.Build.Tasks.CodeAnalysis.dll" target="tools" />
    <file src="Dlls\MSbuildTask\Microsoft.CSharp.Core.targets" target="tools" />
    <file src="Dlls\MSbuildTask\Microsoft.VisualBasic.Core.targets" target="tools" />
47

48 49 50 51 52 53 54 55
    <!-- The assemblies are not signed by us and any deployed copy can be used.
         The Exes\Toolset directory specifically has all of the assemblies we need.

         N.B. This list of facades must be kept in-sync with the
         other facades used by the compiler. Facades are listed in
         the src/Setup/DevDivInsertionFiles/BuildDevDivInsertionFiles.vb file, the
         src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swr file,
         and src/Compilers/Extension/CompilerExtension.csproj file. -->
J
Jared Parsons 已提交
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
    <file src="Exes\Toolset\Microsoft.Win32.Primitives.dll" target="tools" />
    <file src="Exes\Toolset\System.AppContext.dll" target="tools" />
    <file src="Exes\Toolset\System.Console.dll" target="tools" />
    <file src="Exes\Toolset\System.Collections.Immutable.dll" target="tools" />
    <file src="Exes\Toolset\System.Diagnostics.FileVersionInfo.dll" target="tools" />
    <file src="Exes\Toolset\System.Diagnostics.Process.dll" target="tools" />
    <file src="Exes\Toolset\System.Diagnostics.StackTrace.dll" target="tools" />
    <file src="Exes\Toolset\System.IO.Compression.dll" target="tools" />
    <file src="Exes\Toolset\System.IO.FileSystem.dll" target="tools" />
    <file src="Exes\Toolset\System.IO.FileSystem.DriveInfo.dll" target="tools" />
    <file src="Exes\Toolset\System.IO.FileSystem.Primitives.dll" target="tools" />
    <file src="Exes\Toolset\System.IO.Pipes.dll" target="tools" />
    <file src="Exes\Toolset\System.Reflection.Metadata.dll" target="tools" />
    <file src="Exes\Toolset\System.Security.AccessControl.dll" target="tools" />
    <file src="Exes\Toolset\System.Security.Claims.dll" target="tools" />
    <file src="Exes\Toolset\System.Security.Cryptography.Algorithms.dll" target="tools" />
    <file src="Exes\Toolset\System.Security.Cryptography.Encoding.dll" target="tools" />
    <file src="Exes\Toolset\System.Security.Cryptography.Primitives.dll" target="tools" />
    <file src="Exes\Toolset\System.Security.Cryptography.X509Certificates.dll" target="tools" />
    <file src="Exes\Toolset\System.Security.Principal.Windows.dll" target="tools" />
    <file src="Exes\Toolset\System.Text.Encoding.CodePages.dll" target="tools" />
    <file src="Exes\Toolset\System.Threading.Thread.dll" target="tools" />
78
    <file src="Exes\Toolset\System.ValueTuple.dll" target="tools" />
79
    <file src="Exes\Toolset\System.Xml.ReaderWriter.dll" target="tools" />
J
Jared Parsons 已提交
80 81 82
    <file src="Exes\Toolset\System.Xml.XmlDocument.dll" target="tools" />
    <file src="Exes\Toolset\System.Xml.XPath.dll" target="tools" />
    <file src="Exes\Toolset\System.Xml.XPath.XDocument.dll" target="tools" />
A
Andy Gocke 已提交
83 84
  </files>
</package>