forked from microsoft/libyara.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.O365.Security.Native.Libyara.nuspec
23 lines (23 loc) · 1.55 KB
/
Microsoft.O365.Security.Native.Libyara.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.O365.Security.Native.Libyara</id>
<version>1.0.7</version>
<authors>Microsoft</authors>
<licenseUrl>https://github.com/Microsoft/libyara.NET/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Microsoft/libyara.NET</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Microsoft.O365.Security.Native.Libyara</title>
<description>VirusTotal's libyara native nuget package built with vcpkg. This nuget package is a dependency of libyara.NET project.</description>
<summary>x86 and x64 binary versions are available for Windows in this package. Projects that use this package should use 'x86' or 'Win32' as the platform name to select the x86 binaries and use 'x64' to select the x64 binaries.</summary>
<releaseNotes>Update yara to 4.3.2</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>native libyara vcpkg odspsecurity</tags>
</metadata>
<files>
<file src="vcpkg\installed\x64-windows-static\include\**" target="lib\native\include" />
<file src="vcpkg\installed\x64-windows-static\lib\**" exclude="vcpkg\installed\x64-windows-static\lib\pkgconfig\**" target="lib\native\x64\lib" />
<file src="vcpkg\installed\x86-windows-static\lib\**" exclude="vcpkg\installed\x86-windows-static\lib\pkgconfig\**" target="lib\native\x86\lib" />
<file src="Microsoft.O365.Security.Native.Libyara.targets" target="build\native\Microsoft.O365.Security.Native.Libyara.targets" />
</files>
</package>