-
Notifications
You must be signed in to change notification settings - Fork 818
Expand file tree
/
Copy pathMUXControlsFrameworkPackage.nuspec
More file actions
48 lines (40 loc) · 2.82 KB
/
MUXControlsFrameworkPackage.nuspec
File metadata and controls
48 lines (40 loc) · 2.82 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
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>$ID$</id>
<version>0.0.0-SpecifyVersionOnCommandline</version>
<title>Windows UI Library</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<description>This package provides backward-compatible versions of Windows UI features including UWP XAML controls, dense control styles, and Fluent styles and materials. It is part of the Windows UI Library.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Windows WinUI UWP XAML Fluent Controls Downlevel Compatibility TreeView ColorPicker NavigationView MenuBar</tags>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">license.txt</license>
<projectUrl>https://github.com/microsoft/microsoft-ui-xaml</projectUrl>
<iconUrl>https://aka.ms/winui_icon</iconUrl>
<dependencies>
<dependency id="Microsoft.Web.WebView2" version="[1.0.2739.15,)" />
</dependencies>
</metadata>
<files>
<file src="readme.txt"/>
<file src="license.txt"/>
<file target="lib\uap10.0" src="$BUILDOUTPUT$\$BUILDFLAVOR$\$BUILDARCH$\Microsoft.UI.Xaml\sdk\Microsoft.UI.Xaml.winmd"/>
<file target="lib\uap10.0" src="$BUILDOUTPUT$\$BUILDFLAVOR$\$BUILDARCH$\Microsoft.UI.Xaml.FrameworkPackagePRI\Microsoft.UI.Xaml.pri"/>
<file target="lib\uap10.0" src="Intellisense\Microsoft.UI.Xaml.xml"/>
<file target="lib\uap10.0\Design" src="$BUILDOUTPUT$\$BUILDFLAVOR$\$BUILDARCH$\Microsoft.UI.Xaml.Design\Microsoft.UI.Xaml.design.dll"/>
<file target="lib\uap10.0\Microsoft.UI.Xaml\Themes" src="$BUILDOUTPUT$\$BUILDFLAVOR$\$BUILDARCH$\Microsoft.UI.Xaml\Generic.xaml"/>
<file target="lib\net8.0-windows10.0.22621.0\Microsoft.UI.Xaml.Projection.dll" src="$BUILDOUTPUT$\$BUILDFLAVOR$\$BUILDARCH$\Microsoft.UI.Xaml.Projection\Microsoft.UI.Xaml.Projection.dll" />
<file target="tools" src="$TOOLSDIR$\**\*.*"/>
<file target="tools" src="VisualStudioToolsManifest.xml"/>
<file target="build" src="$BUILDOUTPUT$\$BUILDFLAVOR$\$BUILDARCH$\FrameworkPackage\MicrosoftUIXamlVersion.props"/>
<file target="buildTransitive" src="$BUILDOUTPUT$\$BUILDFLAVOR$\$BUILDARCH$\FrameworkPackage\MicrosoftUIXamlVersion.props"/>
<file target="build\Common.targets" src="MUXControls-Nuget-Common.targets"/>
<file target="buildTransitive\Common.targets" src="MUXControls-Nuget-Common.targets"/>
<file target="build\$ID$.props" src="MUXControls-Nuget-FrameworkPackage.props"/>
<file target="buildTransitive\$ID$.props" src="MUXControls-Nuget-FrameworkPackage.props"/>
<file target="build\native\$ID$.props" src="MUXControls-Nuget-FrameworkPackage-Native.props"/>
<file target="build\native\$ID$.targets" src="MUXControls-Nuget-FrameworkPackage.targets"/>
</files>
</package>