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.props
More file actions
25 lines (25 loc) · 1.11 KB
/
JavaScriptEngineSwitcher.V8.Native.win-x86.props
File metadata and controls
25 lines (25 loc) · 1.11 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-x86\native\ClearScriptV8-32.dll">
<Link>x86\ClearScriptV8-32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\v8-libcpp-ia32.dll">
<Link>x86\v8-libcpp-ia32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\v8-base-ia32.dll">
<Link>x86\v8-base-ia32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\v8-ia32.dll">
<Link>x86\v8-ia32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
</ItemGroup>
</Project>