-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibMmkFormat.nuspec
More file actions
24 lines (23 loc) · 1008 Bytes
/
libMmkFormat.nuspec
File metadata and controls
24 lines (23 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package>
<metadata>
<id>libMmkFormat</id>
<version>0.0.0</version>
<authors>MaulingMonkey</authors>
<owners>MaulingMonkey</owners>
<licenseUrl>https://github.com/MaulingMonkey/libMmkFormat/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/MaulingMonkey/libMmkFormat</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MaulingMonKey's Format Macros.
Currently just provides MMK_FORMAT_TRUNC(name, length, format, ...) shorthand with all the warnings turned up.</description>
<releaseNotes>Initial test of nuget packaging process for C++ stuff.</releaseNotes>
<copyright>Copyright © MaulingMonkey 2017</copyright>
<tags>printf</tags>
</metadata>
<files>
<file src="libMmkFormat\include\**\*.*" target="include"/>
<!--<file src="libMmkFormat.targets" target="build\native"/>-->
<file src="nupkg\**\*.*" target=""/>
</files>
</package>