package.nuspec 6.1 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8"?>
<!--
#################################################################
#   GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY    #
#################################################################
-->
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
    <metadata minClientVersion="2.5">
9 10 11
        <id>libzmq-vc120</id>
        <version>4.2.3.0</version>
        <title>libzmq-vc120</title>
12
        <authors>libzmq contributors</authors>
13 14 15
        <owners>Eric Voskuil</owners>
        <licenseUrl>https://raw.github.com/zeromq/libzmq/master/COPYING.LESSER</licenseUrl>
        <projectUrl>https://github.com/zeromq/libzmq</projectUrl>
16
        <iconUrl>https://avatars1.githubusercontent.com/u/109777?s=32</iconUrl>
17
        <requireLicenseAcceptance>true</requireLicenseAcceptance>
evoskuil's avatar
evoskuil committed
18
        <developmentDependency>false</developmentDependency>
19
        <description>The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.</description>
20
        <summary>The 0MQ lightweight messaging kernel, with tweetnacl integrated, packaged for specific Visual Studio compiler.</summary>
evoskuil's avatar
evoskuil committed
21
        <releaseNotes>https://raw.github.com/zeromq/libzmq/master/NEWS</releaseNotes>
22 23
        <copyright>GNU Lesser GPL v3</copyright>
        <tags>native, libzmq, zmq, 0MQ, messaging, sockets, C++</tags>
24
        <dependencies>
25
        </dependencies>
26 27 28 29
    </metadata>
    <files>
        <!-- include -->
        
evoskuil's avatar
evoskuil committed
30
        <file src="..\..\include\*.h" target="build\native\include" />
evoskuil's avatar
evoskuil committed
31
        <file src="..\..\builds\msvc\platform.hpp" target="build\native\include" />
32 33 34

        <!-- targets -->
      
35
        <file src="package.targets" target="build\native\libzmq-vc120.targets" />
36 37 38 39 40 41 42 43 44 45
        <file src="package.xml" target="build\native\package.xml" />
        
        <!-- docs -->
        
        <!-- Documents (.*) -->
        <!--<file src="..\..\docs\*" target="build\native\docs" />-->
        
        <!-- libraries -->

        <!-- x86 Dynamic libraries (.dll) -->
46 47
        <file src="..\..\bin\Win32\Release\v120\dynamic\libzmq.dll" target="build\native\bin\libzmq-x86-v120-mt-4_2_3_0.dll" />
        <file src="..\..\bin\Win32\Debug\v120\dynamic\libzmq.dll" target="build\native\bin\libzmq-x86-v120-mt-gd-4_2_3_0.dll" />
48 49

        <!-- x86 Debugging symbols (.pdb) -->
50 51
        <!--<file src="..\..\bin\Win32\Release\v120\dynamic\libzmq.pdb" target="build\native\bin\libzmq-x86-v120-mt-4_2_3_0.pdb" />-->
        <file src="..\..\bin\Win32\Debug\v120\dynamic\libzmq.pdb" target="build\native\bin\libzmq-x86-v120-mt-gd-4_2_3_0.pdb" />
52 53

        <!-- x86 Import libraries (.imp.lib) -->
54 55
        <file src="..\..\bin\Win32\Release\v120\dynamic\libzmq.lib" target="build\native\bin\libzmq-x86-v120-mt-4_2_3_0.imp.lib" />
        <file src="..\..\bin\Win32\Debug\v120\dynamic\libzmq.lib" target="build\native\bin\libzmq-x86-v120-mt-gd-4_2_3_0.imp.lib" />
56 57

        <!-- x86 Export libraries (.exp) -->
58 59
        <file src="..\..\bin\Win32\Release\v120\dynamic\libzmq.exp" target="build\native\bin\libzmq-x86-v120-mt-4_2_3_0.exp" />
        <file src="..\..\bin\Win32\Debug\v120\dynamic\libzmq.exp" target="build\native\bin\libzmq-x86-v120-mt-gd-4_2_3_0.exp" />
60

evoskuil's avatar
evoskuil committed
61
        <!-- x86 Static libraries (.lib) -->
62 63
        <file src="..\..\bin\Win32\Release\v120\static\libzmq.lib" target="build\native\bin\libzmq-x86-v120-mt-s-4_2_3_0.lib" />
        <file src="..\..\bin\Win32\Debug\v120\static\libzmq.lib" target="build\native\bin\libzmq-x86-v120-mt-sgd-4_2_3_0.lib" />
64

evoskuil's avatar
evoskuil committed
65
        <!-- x86 Static link time code generation libraries (.ltcg.lib) -->
66 67
        <file src="..\..\bin\Win32\Release\v120\ltcg\libzmq.lib" target="build\native\bin\libzmq-x86-v120-mt-s-4_2_3_0.ltcg.lib" />
        <file src="..\..\bin\Win32\Debug\v120\ltcg\libzmq.lib" target="build\native\bin\libzmq-x86-v120-mt-sgd-4_2_3_0.ltcg.lib" />
68

evoskuil's avatar
evoskuil committed
69
        <!-- x64 Dynamic libraries (.dll) -->
70 71
        <file src="..\..\bin\x64\Release\v120\dynamic\libzmq.dll" target="build\native\bin\libzmq-x64-v120-mt-4_2_3_0.dll" />
        <file src="..\..\bin\x64\Debug\v120\dynamic\libzmq.dll" target="build\native\bin\libzmq-x64-v120-mt-gd-4_2_3_0.dll" />
72

evoskuil's avatar
evoskuil committed
73
        <!-- x64 Debugging symbols (.pdb) -->
74 75
        <!--<file src="..\..\bin\x64\Release\v120\dynamic\libzmq.pdb" target="build\native\bin\libzmq-x64-v120-mt-4_2_3_0.pdb" />-->
        <file src="..\..\bin\x64\Debug\v120\dynamic\libzmq.pdb" target="build\native\bin\libzmq-x64-v120-mt-gd-4_2_3_0.pdb" />
76 77

        <!-- x64 Import libraries (.imp.lib) -->
78 79
        <file src="..\..\bin\x64\Release\v120\dynamic\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-4_2_3_0.imp.lib" />
        <file src="..\..\bin\x64\Debug\v120\dynamic\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-gd-4_2_3_0.imp.lib" />
80 81

        <!-- x64 Export libraries (.exp) -->
82 83
        <file src="..\..\bin\x64\Release\v120\dynamic\libzmq.exp" target="build\native\bin\libzmq-x64-v120-mt-4_2_3_0.exp" />
        <file src="..\..\bin\x64\Debug\v120\dynamic\libzmq.exp" target="build\native\bin\libzmq-x64-v120-mt-gd-4_2_3_0.exp" />
evoskuil's avatar
evoskuil committed
84 85

        <!-- x64 Static libraries (.lib) -->
86 87
        <file src="..\..\bin\x64\Release\v120\static\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-s-4_2_3_0.lib" />
        <file src="..\..\bin\x64\Debug\v120\static\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-sgd-4_2_3_0.lib" />
evoskuil's avatar
evoskuil committed
88 89

        <!-- x64 Static link time code generation libraries (.ltcg.lib) -->
90 91
        <file src="..\..\bin\Win32\Release\v120\ltcg\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-s-4_2_3_0.ltcg.lib" />
        <file src="..\..\bin\Win32\Debug\v120\ltcg\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-sgd-4_2_3_0.ltcg.lib" />
92 93 94 95 96 97 98
    </files>
<!--
#################################################################
#   GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY    #
#################################################################
-->
</package>