-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathMicrosoft.Windows.CsWin32.nuspec
65 lines (65 loc) · 4.4 KB
/
Microsoft.Windows.CsWin32.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Windows.CsWin32</id>
<version>$version$</version>
<authors>Microsoft</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/Microsoft/CsWin32</projectUrl>
<description>Microsoft Windows SDK Win32 API Source Generator</description>
<releaseNotes>$PackageReleaseNotes$</releaseNotes>
<readme>README.md</readme>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<repository type="git" url="https://github.com/microsoft/CsWin32.git" commit="$commit$" />
<dependencies>
<group targetFramework="net20">
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
<dependency id="Microsoft.Windows.SDK.Win32Docs" version="$ApiDocsVersion$" include="buildTransitive" />
</group>
<group targetFramework="net45">
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
<dependency id="Microsoft.Windows.SDK.Win32Docs" version="$ApiDocsVersion$" include="buildTransitive" />
</group>
<group targetFramework="net461">
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
<dependency id="Microsoft.Windows.SDK.Win32Docs" version="$ApiDocsVersion$" include="buildTransitive" />
<dependency id="System.Memory" version="4.5.5" include="All" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" include="All" />
</group>
<group targetFramework=".NETStandard1.1">
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
<dependency id="Microsoft.Windows.SDK.Win32Docs" version="$ApiDocsVersion$" include="buildTransitive" />
<dependency id="System.Memory" version="4.5.5" include="All" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" include="All" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
<dependency id="Microsoft.Windows.SDK.Win32Docs" version="$ApiDocsVersion$" include="buildTransitive" />
<dependency id="System.Memory" version="4.5.5" include="All" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" include="All" />
</group>
</dependencies>
</metadata>
<files>
<file src="$BaseOutputPath$Microsoft.Windows.SDK.Win32Docs.dll" target="analyzers\cs\Microsoft.Windows.SDK.Win32Docs.dll" />
<file src="$BaseOutputPath$Microsoft.Windows.CsWin32.dll" target="analyzers\cs\Microsoft.Windows.CsWin32.dll" />
<file src="$BaseOutputPath$MessagePack.dll" target="analyzers\cs\MessagePack.dll" />
<file src="$BaseOutputPath$MessagePack.Annotations.dll" target="analyzers\cs\MessagePack.Annotations.dll" />
<file src="$BaseOutputPath$Microsoft.Bcl.AsyncInterfaces.dll" target="analyzers\cs\Microsoft.Bcl.AsyncInterfaces.dll" />
<file src="$BaseOutputPath$System.Text.Json.dll" target="analyzers\cs\System.Text.Json.dll" />
<file src="$BaseOutputPath$System.Text.Encodings.Web.dll" target="analyzers\cs\System.Text.Encodings.Web.dll" />
<file src="$BaseOutputPath$System.Numerics.Vectors.dll" target="analyzers\cs\System.Numerics.Vectors.dll" />
<file src="$BaseOutputPath$System.Threading.Tasks.Extensions.dll" target="analyzers\cs\System.Threading.Tasks.Extensions.dll" />
<file src="$BaseOutputPath$System.Memory.dll" target="analyzers\cs\System.Memory.dll" />
<file src="$BaseOutputPath$System.Buffers.dll" target="analyzers\cs\System.Buffers.dll" />
<file src="$BaseOutputPath$System.Runtime.CompilerServices.Unsafe.dll" target="analyzers\cs\System.Runtime.CompilerServices.Unsafe.dll" />
<file src="readme.txt" target="readme.txt" />
<file src="..\..\README.md" target="README.md" />
<file src="..\..\NOTICE.txt" target="NOTICE.txt" />
<file src="build\**" target="build\" />
<file src="tools\**" target="tools\" />
</files>
</package>