You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
6.3 KiB
95 lines
6.3 KiB
<?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">
|
|
<id>libsodium_vc120</id>
|
|
<version>1.0.0.0</version>
|
|
<title>libsodium_vc120</title>
|
|
<authors>libsodium contributors</authors>
|
|
<owners>Eric Voskuil</owners>
|
|
<licenseUrl>https://raw.github.com/jedisct1/libsodium/master/LICENSE</licenseUrl>
|
|
<projectUrl>https://github.com/jedisct1/libsodium</projectUrl>
|
|
<iconUrl>http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Salt_shaker_on_white_background.jpg/220px-Salt_shaker_on_white_background.jpg</iconUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<developmentDependency>false</developmentDependency>
|
|
<description>Sodium is a portable, cross-compilable, installable, packageable fork of NaCl (based on the latest released upstream version nacl-20110221), with a compatible API.</description>
|
|
<summary>Portable fork of NaCl, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers.</summary>
|
|
<releaseNotes>https://raw.github.com/jedisct1/libsodium/master/ChangeLog</releaseNotes>
|
|
<copyright>(c) 2013-2014, Frank Denis (attribution required)</copyright>
|
|
<tags>native, NaCl, salt, sodium, libodium, C++</tags>
|
|
<dependencies>
|
|
</dependencies>
|
|
<!-- Salt shaker icon by Dubravko Soric :
|
|
http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Salt_shaker_on_white_background.jpg/220px-Salt_shaker_on_white_background.jpg -->
|
|
</metadata>
|
|
<files>
|
|
<!-- include -->
|
|
|
|
<file src="..\..\src\libsodium\include\sodium.h" target="build\native\include" />
|
|
<file src="..\..\src\libsodium\include\sodium\*.*" target="build\native\include\sodium" />
|
|
|
|
<!-- targets -->
|
|
|
|
<file src="package.targets" target="build\native\libsodium_vc120.targets" />
|
|
<file src="package.xml" target="build\native\package.xml" />
|
|
|
|
<!-- libraries -->
|
|
|
|
<!-- x86 Dynamic libraries (.dll) -->
|
|
<file src="..\..\bin\Win32\Release\v120\dynamic\libsodium.dll" target="build\native\bin\libsodium-x86-v120-mt-1_0_0_0.dll" />
|
|
<file src="..\..\bin\Win32\Debug\v120\dynamic\libsodium.dll" target="build\native\bin\libsodium-x86-v120-mt-gd-1_0_0_0.dll" />
|
|
|
|
<!-- x86 Debugging symbols (.pdb) -->
|
|
<!--<file src="..\..\bin\Win32\Release\v120\dynamic\libsodium.pdb" target="build\native\bin\libsodium-x86-v120-mt-1_0_0_0.pdb" />-->
|
|
<file src="..\..\bin\Win32\Debug\v120\dynamic\libsodium.pdb" target="build\native\bin\libsodium-x86-v120-mt-gd-1_0_0_0.pdb" />
|
|
|
|
<!-- x86 Import libraries (.imp.lib) -->
|
|
<file src="..\..\bin\Win32\Release\v120\dynamic\libsodium.lib" target="build\native\bin\libsodium-x86-v120-mt-1_0_0_0.imp.lib" />
|
|
<file src="..\..\bin\Win32\Debug\v120\dynamic\libsodium.lib" target="build\native\bin\libsodium-x86-v120-mt-gd-1_0_0_0.imp.lib" />
|
|
|
|
<!-- x86 Export libraries (.exp) -->
|
|
<file src="..\..\bin\Win32\Release\v120\dynamic\libsodium.exp" target="build\native\bin\libsodium-x86-v120-mt-1_0_0_0.exp" />
|
|
<file src="..\..\bin\Win32\Debug\v120\dynamic\libsodium.exp" target="build\native\bin\libsodium-x86-v120-mt-gd-1_0_0_0.exp" />
|
|
|
|
<!-- x86 Static libraries (.lib) -->
|
|
<file src="..\..\bin\Win32\Release\v120\static\libsodium.lib" target="build\native\bin\libsodium-x86-v120-mt-s-1_0_0_0.lib" />
|
|
<file src="..\..\bin\Win32\Debug\v120\static\libsodium.lib" target="build\native\bin\libsodium-x86-v120-mt-sgd-1_0_0_0.lib" />
|
|
|
|
<!-- x86 Static link time code generation libraries (.ltcg.lib) -->
|
|
<file src="..\..\bin\Win32\Release\v120\ltcg\libsodium.lib" target="build\native\bin\libsodium-x86-v120-mt-s-1_0_0_0.ltcg.lib" />
|
|
<file src="..\..\bin\Win32\Debug\v120\ltcg\libsodium.lib" target="build\native\bin\libsodium-x86-v120-mt-sgd-1_0_0_0.ltcg.lib" />
|
|
|
|
<!-- x64 Dynamic libraries (.dll) -->
|
|
<file src="..\..\bin\x64\Release\v120\dynamic\libsodium.dll" target="build\native\bin\libsodium-x64-v120-mt-1_0_0_0.dll" />
|
|
<file src="..\..\bin\x64\Debug\v120\dynamic\libsodium.dll" target="build\native\bin\libsodium-x64-v120-mt-gd-1_0_0_0.dll" />
|
|
|
|
<!-- x64 Debugging symbols (.pdb) -->
|
|
<!--<file src="..\..\bin\x64\Release\v120\dynamic\libsodium.pdb" target="build\native\bin\libsodium-x64-v120-mt-1_0_0_0.pdb" />-->
|
|
<file src="..\..\bin\x64\Debug\v120\dynamic\libsodium.pdb" target="build\native\bin\libsodium-x64-v120-mt-gd-1_0_0_0.pdb" />
|
|
|
|
<!-- x64 Import libraries (.imp.lib) -->
|
|
<file src="..\..\bin\x64\Release\v120\dynamic\libsodium.lib" target="build\native\bin\libsodium-x64-v120-mt-1_0_0_0.imp.lib" />
|
|
<file src="..\..\bin\x64\Debug\v120\dynamic\libsodium.lib" target="build\native\bin\libsodium-x64-v120-mt-gd-1_0_0_0.imp.lib" />
|
|
|
|
<!-- x64 Export libraries (.exp) -->
|
|
<file src="..\..\bin\x64\Release\v120\dynamic\libsodium.exp" target="build\native\bin\libsodium-x64-v120-mt-1_0_0_0.exp" />
|
|
<file src="..\..\bin\x64\Debug\v120\dynamic\libsodium.exp" target="build\native\bin\libsodium-x64-v120-mt-gd-1_0_0_0.exp" />
|
|
|
|
<!-- x64 Static libraries (.lib) -->
|
|
<file src="..\..\bin\x64\Release\v120\static\libsodium.lib" target="build\native\bin\libsodium-x64-v120-mt-s-1_0_0_0.lib" />
|
|
<file src="..\..\bin\x64\Debug\v120\static\libsodium.lib" target="build\native\bin\libsodium-x64-v120-mt-sgd-1_0_0_0.lib" />
|
|
|
|
<!-- x64 Static link time code generation libraries (.ltcg.lib) -->
|
|
<file src="..\..\bin\x64\Release\v120\ltcg\libsodium.lib" target="build\native\bin\libsodium-x64-v120-mt-s-1_0_0_0.ltcg.lib" />
|
|
<file src="..\..\bin\x64\Debug\v120\ltcg\libsodium.lib" target="build\native\bin\libsodium-x64-v120-mt-sgd-1_0_0_0.ltcg.lib" />
|
|
</files>
|
|
<!--
|
|
#################################################################
|
|
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY #
|
|
#################################################################
|
|
-->
|
|
</package>
|