-
Notifications
You must be signed in to change notification settings - Fork 418
Expand file tree
/
Copy pathMicrosoft.WSLg.nuspec
More file actions
38 lines (36 loc) · 2.17 KB
/
Copy pathMicrosoft.WSLg.nuspec
File metadata and controls
38 lines (36 loc) · 2.17 KB
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
37
38
<?xml version="1.0"?>
<!--
***********************************************************************************************
Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->
<package>
<metadata>
<id>Microsoft.WSLg</id>
<version>$version$</version>
<authors>Microsoft</authors>
<projectUrl>https://github.com/microsoft/wslg</projectUrl>
<repository type="git" url="https://github.com/microsoft/wslg.git" commit="$commit$" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<description>WSLg system distribution and WSLDVCPlugin for the Windows Subsystem for Linux: Wayland, X11, audio (PulseAudio), and RemoteApp (RDP) support.</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>wsl wslg wayland weston x11 native</tags>
</metadata>
<files>
<file src="Microsoft.WSLg.targets" target="build/Microsoft.WSLg.targets" />
<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.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" />
<file src="package/wslg_desktop.rdp" target="build/native/bin/wslg_desktop.rdp" />
<file src="cgmanifest.json" target="cgmanifest.json" />
<file src="package/NOTICE.txt" target="NOTICE.txt" />
<file src="LICENSE" target="LICENSE.txt" />
</files>
</package>