forked from kerryjiang/SuperSocket.ClientEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSuperSocket.ClientEngine.Core.nuspec
More file actions
36 lines (36 loc) · 2.06 KB
/
SuperSocket.ClientEngine.Core.nuspec
File metadata and controls
36 lines (36 loc) · 2.06 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
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SuperSocket.ClientEngine.Core</id>
<title>SuperSocket.ClientEngine, a socket client util</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's a .NET socket tool which can simplify the socket client developing. This difference between this package and SuperSocket.ClientEngine is it doesn't include the protocol resolving library.</description>
<tags>SuperSocket, Socket Client</tags>
<dependencies>
<group targetFramework="sl50">
<dependency id="Portable.BouncyCastle-Signed" version="1.7.0.2" />
</group>
</dependencies>
<references>
<reference file="SuperSocket.ClientEngine.dll" />
</references>
</metadata>
<files>
<file src="output_core\net20\release\SuperSocket.ClientEngine.dll" target="lib/net20" />
<file src="output_core\net35-client\release\SuperSocket.ClientEngine.dll" target="lib/net35-client" />
<file src="output_core\net40-client\release\SuperSocket.ClientEngine.dll" target="lib/net40-client" />
<file src="output_core\net45\release\SuperSocket.ClientEngine.dll" target="lib/net45" />
<file src="output_core\sl50\release\SuperSocket.ClientEngine.dll" target="lib/sl50" />
<file src="output_core\wp80\release\SuperSocket.ClientEngine.dll" target="lib/wp80" />
<file src="output_core\win\release\SuperSocket.ClientEngine.dll" target="lib/win" />
<file src="output_core\win\release\SuperSocket.ClientEngine.pri" target="lib/win" />
<file src="output_core\monoandroid10\release\SuperSocket.ClientEngine.dll" target="lib/monoandroid10" />
<file src="output_core\monotouch10\release\SuperSocket.ClientEngine.dll" target="lib/monotouch10" />
<file src="output_core\xamarinios10\release\SuperSocket.ClientEngine.dll" target="lib/xamarinios10" />
</files>
</package>