-
Notifications
You must be signed in to change notification settings - Fork 6
/
directui.nuspec
34 lines (33 loc) · 2.43 KB
/
directui.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DirectUI</id>
<version>2.0.1</version>
<title>DirectUI</title>
<authors>TimAndy</authors>
<owners>TimAndy</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/timandy/fy_directui</projectUrl>
<description>DirectUI is a no handle ui lib for winform.</description>
<copyright>Copyright © TimAndy 2021</copyright>
<tags>c#,winform,directui</tags>
</metadata>
<files>
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.dll" target="lib\net40\Microsoft.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.xml" target="lib\net40\Microsoft.xml" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Drawing.dll" target="lib\net40\Microsoft.Drawing.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Drawing.xml" target="lib\net40\Microsoft.Drawing.xml" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Win32.dll" target="lib\net40\Microsoft.Win32.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Win32.xml" target="lib\net40\Microsoft.Win32.xml" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Windows.Forms.dll" target="lib\net40\Microsoft.Windows.Forms.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Windows.Forms.xml" target="lib\net40\Microsoft.Windows.Forms.xml" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.dll" target="lib\net5.0\Microsoft.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.xml" target="lib\net5.0\Microsoft.xml" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Drawing.dll" target="lib\net5.0\Microsoft.Drawing.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Drawing.xml" target="lib\net5.0\Microsoft.Drawing.xml" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Win32.dll" target="lib\net5.0\Microsoft.Win32.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Win32.xml" target="lib\net5.0\Microsoft.Win32.xml" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Windows.Forms.dll" target="lib\net5.0\Microsoft.Windows.Forms.dll" />
<file src=".\src\_Output\Release\net5.0-windows\Microsoft.Windows.Forms.xml" target="lib\net5.0\Microsoft.Windows.Forms.xml" />
</files>
</package>