-
Notifications
You must be signed in to change notification settings - Fork 24
/
Vutils.nuspec
23 lines (23 loc) · 996 Bytes
/
Vutils.nuspec
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>Vutils</id>
<version>1.0.0</version>
<title>Vutils</title>
<authors>Vic P.</authors>
<owners>vic4key</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">build\Vutils\LICENSE.md</license>
<projectUrl>https://github.com/vic4key/Vutils</projectUrl>
<description>Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster and simpler.</description>
<releaseNotes>Daily Updates</releaseNotes>
<copyright>Copyright © Vic P.</copyright>
<tags>vutils, utility, native, cpp</tags>
</metadata>
<files>
<file src="include\**\*" target="build\Vutils\include"/>
<file src="lib\**\*" target="build\Vutils\lib" exclude="lib\**\*.idb;lib\**\*.pdb"/>
<file src="Vutils.props" target="build"/>
<file src="LICENSE.md" target="build\Vutils"/>
</files>
</package>