package.nuspec 6.19 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
        <id>libzmq_vc120</id>
10
        <version>4.2.0.0</version>
11
        <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 libsodium integrated, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers.</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>
evoskuil's avatar
evoskuil committed
25
            <dependency id="libsodium_vc120" version="0.5.0.0" />
26
        </dependencies>
27 28 29 30
    </metadata>
    <files>
        <!-- include -->
        
evoskuil's avatar
evoskuil committed
31
        <file src="..\..\include\*.h" target="build\native\include" />
evoskuil's avatar
evoskuil committed
32
        <file src="..\..\builds\msvc\platform.hpp" target="build\native\include" />
33 34 35

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

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

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

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

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

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

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

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

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

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

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

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

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