forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.V8.Native.win-x86.csproj
More file actions
21 lines (17 loc) · 1.08 KB
/
JavaScriptEngineSwitcher.V8.Native.win-x86.csproj
File metadata and controls
21 lines (17 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Product>JS Engine Switcher: V8 for Windows (x86)</Product>
<VersionPrefix>3.24.2</VersionPrefix>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<Import Project="../../build/common.props" />
<Import Project="../../build/nuget-for-native-lib.props" />
<Import Project="../../build/initialize-standard-nuspec-properties.targets" />
<PropertyGroup>
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconUrl>
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
<Description>This package is deprecated. Instead, it is recommended to use a Microsoft.ClearScript.V8.Native.win-x86 package.</Description>
<PackageTags>$(PackageCommonTags);V8;ClearScript;Windows;x86</PackageTags>
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.4.5 (support of the V8 version 12.3.219.12).</PackageReleaseNotes>
</PropertyGroup>
</Project>