Skip to content

Commit 57ea60e

Browse files
committedOct 24, 2015
Add ClearScript executables as links from the packages directory
1 parent 0dbd639 commit 57ea60e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
 

‎src/React.Sample.ConsoleApp/React.Sample.ConsoleApp.csproj

+12-8
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,22 @@
7676
</ProjectReference>
7777
</ItemGroup>
7878
<ItemGroup>
79-
<None Include="ClearScript.V8\ClearScriptV8-32.dll">
79+
<Content Include="..\packages\JavaScriptEngineSwitcher.V8.1.3.0\content\ClearScript.V8\ClearScriptV8-32.dll">
80+
<Link>ClearScript.V8\ClearScriptV8-32.dll</Link>
8081
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
81-
</None>
82-
<None Include="ClearScript.V8\ClearScriptV8-64.dll">
82+
</Content>
83+
<Content Include="..\packages\JavaScriptEngineSwitcher.V8.1.3.0\content\ClearScript.V8\ClearScriptV8-64.dll">
84+
<Link>ClearScript.V8\ClearScriptV8-64.dll</Link>
8385
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84-
</None>
85-
<None Include="ClearScript.V8\v8-ia32.dll">
86+
</Content>
87+
<Content Include="..\packages\JavaScriptEngineSwitcher.V8.1.3.0\content\ClearScript.V8\v8-ia32.dll">
88+
<Link>ClearScript.V8\v8-ia32.dll</Link>
8689
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
87-
</None>
88-
<None Include="ClearScript.V8\v8-x64.dll">
90+
</Content>
91+
<Content Include="..\packages\JavaScriptEngineSwitcher.V8.1.3.0\content\ClearScript.V8\v8-x64.dll">
92+
<Link>ClearScript.V8\v8-x64.dll</Link>
8993
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
90-
</None>
94+
</Content>
9195
</ItemGroup>
9296
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9397
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)
Please sign in to comment.