-
Notifications
You must be signed in to change notification settings - Fork 30
/
libvhdi.nuspec
27 lines (27 loc) · 1.28 KB
/
libvhdi.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
<?xml version="1.0"?>
<package >
<metadata>
<id>libvhdi</id>
<version>20240808</version>
<authors>Joachim Metz</authors>
<owners>joachimmetz</owners>
<license type="expression">LGPL-3.0-or-later</license>
<projectUrl>https://github.com/libyal/libvhdi</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>libvhdi</title>
<description>Library to access the Virtual Hard Disk (VHD) image format</description>
<releaseNotes>Release of libvhdi 20240808</releaseNotes>
<copyright>Copyright (C) 2012-2024</copyright>
<tags>native</tags>
</metadata>
<files>
<file src="include\*.h" target="lib\native\include\" />
<file src="include\libvhdi\*.h" target="lib\native\include\libvhdi\" />
<file src="msvscpp\Release\Win32\libvhdi.dll" target="lib\native\lib\Win32\" />
<file src="msvscpp\Release\Win32\libvhdi.lib" target="lib\native\lib\Win32\" />
<file src="msvscpp\Release\Win32\libvhdi.pdb" target="lib\native\lib\Win32\" />
<file src="msvscpp\Release\x64\libvhdi.dll" target="lib\native\lib\x64\" />
<file src="msvscpp\Release\x64\libvhdi.lib" target="lib\native\lib\x64\" />
<file src="msvscpp\Release\x64\libvhdi.pdb" target="lib\native\lib\x64\" />
</files>
</package>