forked from microsoft/wslg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.WSLg.nuspec
36 lines (35 loc) · 2.01 KB
/
Microsoft.WSLg.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
32
33
34
35
36
<?xml version="1.0"?>
<!--
***********************************************************************************************
Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->
<package>
<metadata>
<id>Microsoft.WSLg</id>
<version>0.2.12</version>
<authors>Microsoft</authors>
<owners>Microsoft, WSL Team</owners>
<projectUrl>https://github.com/microsoft/wslg/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>WSLg support package.</description>
<summary>Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios.</summary>
<releaseNotes>ebad9c1</releaseNotes>
<copyright>Copyright © Microsoft Corporation 2021</copyright>
<tags>native</tags>
</metadata>
<files>
<file src="Microsoft.WSLg.targets" target="build/Microsoft.WSLg.targets" />
<file src="package/system_x64.img" target="build/native/bin/x64/system.img" />
<file src="package/system_x64.vhd" target="build/native/bin/x64/system.vhd" />
<file src="package/system-debuginfo_x64.tar.gz" target="build/native/bin/x64/system-debuginfo.tar.gz" />
<file src="package/WSLDVCPlugin_x64.dll" target="build/native/bin/x64/WSLDVCPlugin.dll" />
<file src="package/WSLDVCPlugin_x64.pdb" target="build/native/bin/x64/WSLDVCPlugin.pdb" />
<file src="package/system_ARM64.img" target="build/native/bin/arm64/system.img" />
<file src="package/system_ARM64.vhd" target="build/native/bin/arm64/system.vhd" />
<file src="package/system-debuginfo_ARM64.tar.gz" target="build/native/bin/arm64/system-debuginfo.tar.gz" />
<file src="package/WSLDVCPlugin_ARM64.dll" target="build/native/bin/arm64/WSLDVCPlugin.dll" />
<file src="package/WSLDVCPlugin_ARM64.pdb" target="build/native/bin/arm64/WSLDVCPlugin.pdb" />
<file src="package/wslg.rdp" target="build/native/bin/wslg.rdp" />
</files>
</package>