| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
| 3 | <metadata> |
| 4 | <id>Microsoft.WSL.Containers</id> |
| 5 | <version>${WSL_NUGET_PACKAGE_VERSION}</version> |
| 6 | <authors>Microsoft</authors> |
| 7 | <projectUrl>https://github.com/microsoft/WSL</projectUrl> |
| 8 | <description>WSL Containers SDK (Preview - API subject to breaking changes)</description> |
| 9 | <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
| 10 | <icon>images\icon.png</icon> |
| 11 | <tags>WSL containers Linux Windows SDK</tags> |
| 12 | <license type="expression">MIT</license> |
| 13 | <readme>docs\README.MD</readme> |
| 14 | <repository type="git" url="https://github.com/microsoft/WSL" /> |
| 15 | <dependencies> |
| 16 | <group targetFramework="${WSL_NUGET_TARGET_FRAMEWORK}" /> |
| 17 | </dependencies> |
| 18 | </metadata> |
| 19 | <files> |
| 20 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" target="images\icon.png"/> |
| 21 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\NOTICE.txt" target="NOTICE.txt"/> |
| 22 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\src\windows\WslcSDK\wslcsdk.h" target="include"/> |
| 23 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\bin\${TARGET_PLATFORM}\${CMAKE_BUILD_TYPE}\Microsoft.WSL.Containers.winmd" target="winmd\Microsoft.WSL.Containers.winmd"/> |
| 24 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\nuget\Microsoft.WSL.Containers\**" exclude="**\net\**"/> |
| 25 | ${NUGET_SDKCS_FILE} |
| 26 | ${NUGET_X64_RUNTIMES} |
| 27 | ${NUGET_ARM64_RUNTIMES} |
| 28 | </files> |
| 29 | </package> |