-
Notifications
You must be signed in to change notification settings - Fork 769
Expand file tree
/
Copy pathSEALNet-multi.nuspec.in
More file actions
42 lines (40 loc) · 2.53 KB
/
SEALNet-multi.nuspec.in
File metadata and controls
42 lines (40 loc) · 2.53 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
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT license. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Research.SEALNet</id>
<version>@SEAL_VERSION@</version>
<title>Microsoft SEAL</title>
<authors>Microsoft Research</authors>
<description>Microsoft SEAL is an easy-to-use and powerful open source homomorphic encryption library, developed by researchers in the Cryptography Research Group at Microsoft Research. Microsoft SEAL is licensed under the MIT license.</description>
<releaseNotes>https://GitHub.com/Microsoft/SEAL</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<projectUrl>https://GitHub.com/Microsoft/SEAL</projectUrl>
<tags>c# crypto cryptography homomorphic encryption</tags>
<license type="file">LICENSE</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<dependencies>
<group targetFramework="net10.0" />
<group targetFramework="net10.0-ios18.0" />
</dependencies>
</metadata>
<files>
<file src="SEALNet.targets" target="buildTransitive/Microsoft.Research.SEALNet.targets" />
<file src="$NUGET_WINDOWS_SEAL_C_PATH$" target="runtimes/win-x64/native/" />
<file src="$NUGET_LINUX_SEAL_C_PATH$" target="runtimes/linux-x64/native/" />
<file src="$NUGET_MACOS_SEAL_C_PATH$" target="runtimes/osx/native/" />
<file src="$NUGET_ANDROID_X64_SEAL_C_PATH$" target="runtimes/android-x64/native/" />
<file src="$NUGET_ANDROID_ARM64_SEAL_C_PATH$" target="runtimes/android-arm64/native/" />
<file src="$NUGET_IOSSIMULATOR_SEAL_C_PATH$" target="runtimes/iossimulator/native/" />
<file src="$NUGET_IOSSIMULATOR_SEAL_PATH$" target="runtimes/iossimulator/native/" />
<file src="$NUGET_IOS_ARM64_SEAL_C_PATH$" target="runtimes/ios-arm64/native/" />
<file src="$NUGET_IOS_ARM64_SEAL_PATH$" target="runtimes/ios-arm64/native/" />
<file src="../../build/bin/dotnet/$Configuration$/net10.0/SEALNet.dll" target="lib/net10.0/" />
<file src="../../build/bin/dotnet/$Configuration$/net10.0/SEALNet.xml" target="lib/net10.0/" />
<file src="../../build/bin/dotnet/$Configuration$/net10.0-ios/SEALNet.dll" target="lib/net10.0-ios18.0/" />
<file src="../../build/bin/dotnet/$Configuration$/net10.0-ios/SEALNet.xml" target="lib/net10.0-ios18.0/" />
<file src="../../LICENSE" target="LICENSE" />
<file src="../../NOTICE" target="/ThirdPartyNotices" />
</files>
</package>