forked from kerryjiang/SuperSocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSuperSocket.ProtoBase.nuspec
More file actions
26 lines (26 loc) · 1.51 KB
/
SuperSocket.ProtoBase.nuspec
File metadata and controls
26 lines (26 loc) · 1.51 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SuperSocket.ProtoBase</id>
<title>SuperSocket.ProtoBase, a network protocol resolving library in SuperSocket</title>
<version>$version$</version>
<authors>Kerry Jiang</authors>
<owners>Kerry Jiang</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://www.supersocket.net/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>It is a network protocol resolving library which can be used in both server and client</description>
<tags>SuperSocket, Network Protocol, Protocol Resolving</tags>
<references>
<reference file="SuperSocket.ProtoBase.dll" />
</references>
</metadata>
<files>
<file src="bin\net20\release\SuperSocket.ProtoBase.dll" target="lib\net20" />
<file src="bin\net20\release\SuperSocket.ProtoBase.XML" target="lib\net20" />
<file src="bin\net35-client\release\SuperSocket.ProtoBase.dll" target="lib\net35-client" />
<file src="bin\net35-client\release\SuperSocket.ProtoBase.XML" target="lib\net35-client" />
<file src="bin\profile328\release\SuperSocket.ProtoBase.dll" target="lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
<file src="bin\profile328\release\SuperSocket.ProtoBase.XML" target="lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
</files>
</package>