-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibreg.nuspec
More file actions
23 lines (23 loc) · 928 Bytes
/
libreg.nuspec
File metadata and controls
23 lines (23 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>libreg</id>
<version>1.0.5</version>
<authors>Blue</authors>
<owners>Blue</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple and intuitive C++ library to interact with the Windows registry.</description>
<releaseNotes>First release</releaseNotes>
<copyright>None</copyright>
<title>libreg</title>
<summary>A simple and intuitive C++ library to interact with the Windows registry.</summary>
<tags>native, registry, syscall, cpp, c++</tags>
<projectUrl>https://bitbucket.org/_Blue/libreg</projectUrl>
</metadata>
<files>
<file src="*.h" target="\lib\native\include\libreg\" />
<file src="*.hxx" target="\lib\native\include\libreg\" />
<file src="lib\**" target="\lib\native\lib\" />
<file src="libreg.targets" target="build\native\" />
</files>
</package>