Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2015-10-23 10:14:57 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2015-10-23 23:40:03 +0300
commitb7d40512245ac2fea4898747f621ed8c1c173748 (patch)
tree29288e2e2b08442cd8ad5eae611767414e798e09 /src/.nuget
parentc34a6b462cb48cf629909c30ec74c79d77e2f4cf (diff)
Generate Microsoft.DotNet.ILToNative and Microsoft.Dotnet.ILToNative.Development nuget packages.
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec37
-rw-r--r--src/.nuget/Microsoft.Dotnet.ILToNative.nuspec32
2 files changed, 69 insertions, 0 deletions
diff --git a/src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec b/src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec
new file mode 100644
index 000000000..e729d2e66
--- /dev/null
+++ b/src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<package >
+ <metadata>
+ <id>Microsoft.DotNet.ILToNative.Development</id>
+ <version>1.0.0-prerelease</version>
+ <title>Microsoft .NET ILToNative Toolchain - Development Version</title>
+ <authors>Microsoft</authors>
+ <owners>Microsoft</owners>
+ <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
+ <projectUrl>https://github.com/dotnet/corert</projectUrl>
+ <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
+ <description>Provides the toolchain to compile managed code to native.</description>
+ <releaseNotes>Initial release</releaseNotes>
+ <copyright>Copyright &#169; Microsoft Corporation</copyright>
+ <dependencies>
+ <dependency id="Microsoft.DiaSymReader" version="1.0.6" />
+ <dependency id="Microsoft.NETCore.Console" version="1.0.0" />
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="..\ILToNative.dll" target="ILToNative.dll" />
+ <file src="..\ILToNative.pdb" target="pdb\ILToNative.pdb" />
+ <file src="..\ILToNative.Compiler.dll" target="ILToNative.Compiler.dll" />
+ <file src="..\ILToNative.Compiler.pdb" target="pdb\ILToNative.Compiler.pdb" />
+ <file src="..\ILToNative.DependencyAnalysisFramework.dll" target="ILToNative.DependencyAnalysisFramework.dll" />
+ <file src="..\ILToNative.DependencyAnalysisFramework.pdb" target="pdb\ILToNative.DependencyAnalysisFramework.pdb" />
+ <file src="..\ILToNative.TypeSystem.dll" target="ILToNative.TypeSystem.dll" />
+ <file src="..\ILToNative.TypeSystem.pdb" target="pdb\ILToNative.TypeSystem.pdb" />
+ <file src="..\lib\Runtime.lib" target="sdk\Runtime.lib" />
+ <file src="..\System.Private.Corelib.dll" target="sdk\System.Private.Corelib.dll" />
+ <file src="..\System.Private.Corelib.pdb" target="pdb\System.Private.Corelib.pdb" />
+ <file src="..\toolruntime\*.dll" />
+ <file src="..\toolruntime\coreconsole.exe" target="ILToNative.exe" />
+ <file src="..\..\..\..\packages\Microsoft.DiaSymReader\1.0.6\lib\portable-net45+win8\Microsoft.DiaSymReader.dll" />
+ </files>
+</package> \ No newline at end of file
diff --git a/src/.nuget/Microsoft.Dotnet.ILToNative.nuspec b/src/.nuget/Microsoft.Dotnet.ILToNative.nuspec
new file mode 100644
index 000000000..119ffa7a1
--- /dev/null
+++ b/src/.nuget/Microsoft.Dotnet.ILToNative.nuspec
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<package >
+ <metadata>
+ <id>Microsoft.DotNet.ILToNative</id>
+ <version>1.0.0-prerelease</version>
+ <title>Microsoft .NET ILToNative Toolchain</title>
+ <authors>Microsoft</authors>
+ <owners>Microsoft</owners>
+ <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
+ <projectUrl>https://github.com/dotnet/corert</projectUrl>
+ <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
+ <description>Provides the toolchain to compile managed code to native.</description>
+ <releaseNotes>Initial release</releaseNotes>
+ <copyright>Copyright &#169; Microsoft Corporation</copyright>
+ <dependencies>
+ <dependency id="Microsoft.DiaSymReader" version="1.0.6" />
+ <dependency id="Microsoft.NETCore.Console" version="1.0.0" />
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="..\ILToNative.dll" target="ILToNative.dll" />
+ <file src="..\ILToNative.Compiler.dll" target="ILToNative.Compiler.dll" />
+ <file src="..\ILToNative.DependencyAnalysisFramework.dll" target="ILToNative.DependencyAnalysisFramework.dll" />
+ <file src="..\ILToNative.TypeSystem.dll" target="ILToNative.TypeSystem.dll" />
+ <file src="..\lib\Runtime.lib" target="sdk\Runtime.lib" />
+ <file src="..\System.Private.Corelib.dll" target="sdk\System.Private.Corelib.dll" />
+ <file src="..\toolruntime\*.dll" />
+ <file src="..\toolruntime\coreconsole.exe" target="ILToNative.exe" />
+ <file src="..\..\..\..\packages\Microsoft.DiaSymReader\1.0.6\lib\portable-net45+win8\Microsoft.DiaSymReader.dll" />
+ </files>
+</package> \ No newline at end of file