-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWindowsAPICodePack.nuspec
More file actions
30 lines (28 loc) · 1.38 KB
/
WindowsAPICodePack.nuspec
File metadata and controls
30 lines (28 loc) · 1.38 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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>DoenaSoft.WindowsAPICodePack</id>
<version>4.7.5</version>
<title>DoenaSoft.WindowsAPICodePack</title>
<authors>DJ Doena</authors>
<icon>images\djdsoft.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">license.txt</license>
<projectUrl>https://github.com/DJDoena/Microsoft.WindowsAPICodePack</projectUrl>
<description>Adapted version of Microsoft's WindowsAPICodePack</description>
<copyright>2010 Microsoft</copyright>
<tags>WindowsAPICodePack</tags>
<dependencies>
<group targetFramework="net472" /> <!-- net version here -->
</dependencies>
</metadata>
<files>
<file src="Shell\bin\Release\DoenaSoft.WindowsAPICodePack.Core.dll" target="build\DoenaSoft.WindowsAPICodePack.Core.dll" />
<file src="Shell\bin\Release\DoenaSoft.WindowsAPICodePack.Core.xml" target="build\DoenaSoft.WindowsAPICodePack.Core.xml" />
<file src="Shell\bin\Release\DoenaSoft.WindowsAPICodePack.Shell.dll" target="build\DoenaSoft.WindowsAPICodePack.Shell.dll" />
<file src="Shell\bin\Release\DoenaSoft.WindowsAPICodePack.Shell.xml" target="build\DoenaSoft.WindowsAPICodePack.Shell.xml" />
<file src="DoenaSoft.WindowsAPICodePack.props" target="build\net472" /> <!-- net version here -->
<file src="djdsoft.png" target="images\" />
<file src="license.txt" target="" />
</files>
</package>