forked from nanoframework/CoreLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanoFramework.CoreLibrary.DELIVERABLES.nuspec
31 lines (30 loc) · 1.78 KB
/
nanoFramework.CoreLibrary.DELIVERABLES.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.CoreLibrary.DELIVERABLES</id>
<version>$version$</version>
<title>nanoFramework.CoreLibrary.DELIVERABLES</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors,dotnetfoundation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes></releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/CoreLibrary</projectUrl>
<icon>images\nf-logo.png</icon>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the base class library (mscorlib) of nanoFramework. These are for testing purposes and for updating the native code base of the core library.</description>
<tags></tags>
</metadata>
<files>
<file src="nanoFramework.CoreLibrary\bin\Release\Stubs\*.*" target="content\Stubs\" />
<file src="nanoFramework.CoreLibrary\obj\Release\*.txt" target="content\txt\" />
<file src="nanoFramework.CoreLibrary\obj\Release\*.dump" target="content\dump\" />
<file src="nanoFramework.CoreLibrary\obj\Release\*.strings" target="content\dump\" />
<file src="nanoFramework.CoreLibrary\obj\Release\*.resources" target="content\resources\" />
<file src="nanoFramework.CoreLibrary\obj\Release\*.il" target="content\disasm\" />
<file src="assets\readme.txt" target="" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>