-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnclang.nuspec
30 lines (29 loc) · 1.33 KB
/
nclang.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
28
29
<?xml version="1.0"?>
<package >
<metadata>
<id>name.atsushieno.nclang</id>
<version>1.1.1</version>
<authors>Atsushi Eno</authors>
<owners>Atsushi Eno</owners>
<licenseUrl>https://github.com/atsushieno/nclang/LICENSE</licenseUrl>
<projectUrl>https://github.com/atsushieno/nclang/</projectUrl>
<title>nclang</title>
<summary>C# bindings for Clang 4.0 API for Mono and .NET Framework</summary>
<description>C# bindings for Clang 4.0 API for Mono and .NET Framework</description>
<releaseNotes>See github commit logs.</releaseNotes>
<copyright>(C) 2014-2018 Atsushi Eno</copyright>
<tags>clang interop mono</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="README.md" target="README.md" />
<file src="LICENSE" target="LICENSE" />
<file src="NClang/bin/Debug/net462/NClang.dll" target="lib/net462" />
<file src="NClang/bin/Debug/net462/NClang.pdb" target="lib/net462" />
<file src="samples/PInvokeGenerator/bin/Debug/net462/PInvokeGenerator.exe" target="tools/" />
<file src="samples/PInvokeGenerator/bin/Debug/net462/PInvokeGenerator.pdb" target="tools/" />
<file src="samples/PInvokeGenerator/bin/Debug/net462/NClang.dll" target="tools/" />
<file src="samples/PInvokeGenerator/bin/Debug/net462/NClang.pdb" target="tools/" />
</files>
</package>