forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.V8.Native.win-x64.props
More file actions
25 lines (25 loc) · 1.1 KB
/
JavaScriptEngineSwitcher.V8.Native.win-x64.props
File metadata and controls
25 lines (25 loc) · 1.1 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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition=" $(RuntimeFrameworkVersion) == '' ">
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win-x64\native\ClearScriptV8-64.dll">
<Link>x64\ClearScriptV8-64.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win-x64\native\v8-libcpp-x64.dll">
<Link>x64\v8-libcpp-x64.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win-x64\native\v8-base-x64.dll">
<Link>x64\v8-base-x64.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win-x64\native\v8-x64.dll">
<Link>x64\v8-x64.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
</ItemGroup>
</Project>