-
Notifications
You must be signed in to change notification settings - Fork 2
/
x2net.xpiler.nuspec
28 lines (25 loc) · 1.26 KB
/
x2net.xpiler.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
<?xml version="1.0"?>
<package>
<metadata>
<id>x2net.xpiler</id>
<version>1.0.2</version>
<authors>Jae-jun Kang</authors>
<owners>Jae-jun Kang</owners>
<licenseUrl>https://github.com/jaykang920/x2net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jaykang920/x2net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Generates C# source code files out of x2 definition files.</description>
<copyright>Copyright © 2017-2019 Jae-jun Kang</copyright>
<tags>x2 x2net xpiler</tags>
</metadata>
<files>
<file src="LICENSE"/>
<file src="bin/Release/x2net.xpiler.exe" target="tools"/>
<file src="bin/Release/netcoreapp2.0/x2net.xpiler.deps.json" target="tools/netcoreapp2.0"/>
<file src="bin/Release/netcoreapp2.0/x2net.xpiler.dll" target="tools/netcoreapp2.0"/>
<file src="bin/Release/netcoreapp2.0/x2net.xpiler.runtimeconfig.json" target="tools/netcoreapp2.0"/>
<file src="bin/Release/netcoreapp2.1/x2net.xpiler.deps.json" target="tools/netcoreapp2.1"/>
<file src="bin/Release/netcoreapp2.1/x2net.xpiler.dll" target="tools/netcoreapp2.1"/>
<file src="bin/Release/netcoreapp2.1/x2net.xpiler.runtimeconfig.json" target="tools/netcoreapp2.1"/>
</files>
</package>