package.nuspec 6.11 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>
evoskuil's avatar
evoskuil committed
10
        <version>4.1.0.5</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 26
            <dependency id="libsodium_vc120" version="0.5.0.0" />
        </dependencies>        
27 28 29 30
    </metadata>
    <files>
        <!-- include -->
        
evoskuil's avatar
evoskuil committed
31
        <file src="..\..\include\*.h" 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) -->
evoskuil's avatar
evoskuil committed
46 47
        <file src="..\..\bin\Win32\Release\v120\dynamic\libzmq.dll" target="build\native\bin\libzmq-x86-v120-mt-4_1_0_5.dll" />
        <file src="..\..\bin\Win32\Debug\v120\dynamic\libzmq.dll" target="build\native\bin\libzmq-x86-v120-mt-gd-4_1_0_5.dll" />
48 49

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

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

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

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

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

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

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

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

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

        <!-- x64 Static libraries (.lib) -->
        <file src="..\..\bin\x64\Release\v120\static\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-s-4_1_0_5.lib" />
        <file src="..\..\bin\x64\Debug\v120\static\libzmq.lib" target="build\native\bin\libzmq-x64-v120-mt-sgd-4_1_0_5.lib" />

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