|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\packages\JavaScriptEngineSwitcher.V8.1.4.1\build\JavaScriptEngineSwitcher.V8.props" Condition="Exists('..\packages\JavaScriptEngineSwitcher.V8.1.4.1\build\JavaScriptEngineSwitcher.V8.props')" /> |
3 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
11 | 12 | <AssemblyName>React.Core</AssemblyName>
|
12 | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
13 | 14 | <FileAlignment>512</FileAlignment>
|
| 15 | + <NuGetPackageImportStamp> |
| 16 | + </NuGetPackageImportStamp> |
14 | 17 | </PropertyGroup>
|
15 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 19 | <DebugSymbols>true</DebugSymbols>
|
|
46 | 49 | <StartupObject />
|
47 | 50 | </PropertyGroup>
|
48 | 51 | <ItemGroup>
|
49 |
| - <Reference Include="ClearScript"> |
50 |
| - <HintPath>..\packages\JavaScriptEngineSwitcher.V8.1.2.4\lib\net40\ClearScript.dll</HintPath> |
| 52 | + <Reference Include="ClearScript, Version=5.4.4.0, Culture=neutral, PublicKeyToken=935d0c957da47c73, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\JavaScriptEngineSwitcher.V8.1.4.1\lib\net40\ClearScript.dll</HintPath> |
| 54 | + <Private>True</Private> |
51 | 55 | </Reference>
|
52 | 56 | <Reference Include="JavaScriptEngineSwitcher.Core, Version=1.2.4.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL">
|
53 | 57 | <SpecificVersion>False</SpecificVersion>
|
54 | 58 | <HintPath>..\packages\JavaScriptEngineSwitcher.Core.1.2.4\lib\net40\JavaScriptEngineSwitcher.Core.dll</HintPath>
|
55 | 59 | </Reference>
|
56 |
| - <Reference Include="JavaScriptEngineSwitcher.Msie, Version=1.2.4.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
57 |
| - <SpecificVersion>False</SpecificVersion> |
58 |
| - <HintPath>..\packages\JavaScriptEngineSwitcher.Msie.1.2.4\lib\net40\JavaScriptEngineSwitcher.Msie.dll</HintPath> |
| 60 | + <Reference Include="JavaScriptEngineSwitcher.Msie, Version=1.4.0.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\JavaScriptEngineSwitcher.Msie.1.4.0\lib\net40\JavaScriptEngineSwitcher.Msie.dll</HintPath> |
| 62 | + <Private>True</Private> |
59 | 63 | </Reference>
|
60 |
| - <Reference Include="JavaScriptEngineSwitcher.V8"> |
61 |
| - <HintPath>..\packages\JavaScriptEngineSwitcher.V8.1.2.4\lib\net40\JavaScriptEngineSwitcher.V8.dll</HintPath> |
| 64 | + <Reference Include="JavaScriptEngineSwitcher.V8, Version=1.4.1.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\JavaScriptEngineSwitcher.V8.1.4.1\lib\net40\JavaScriptEngineSwitcher.V8.dll</HintPath> |
| 66 | + <Private>True</Private> |
62 | 67 | </Reference>
|
63 | 68 | <Reference Include="JSPool, Version=0.3.0.0, Culture=neutral, PublicKeyToken=2fc7775f73072640, processorArchitecture=MSIL">
|
64 | 69 | <HintPath>..\packages\JSPool.0.3.1\lib\net40-Client\JSPool.dll</HintPath>
|
65 | 70 | <Private>True</Private>
|
66 | 71 | </Reference>
|
67 |
| - <Reference Include="MsieJavaScriptEngine, Version=1.5.1.0, Culture=neutral, PublicKeyToken=a3a2846a37ac0d3e, processorArchitecture=MSIL"> |
68 |
| - <SpecificVersion>False</SpecificVersion> |
69 |
| - <HintPath>..\packages\MsieJavaScriptEngine.1.5.1\lib\net40\MsieJavaScriptEngine.dll</HintPath> |
| 72 | + <Reference Include="MsieJavaScriptEngine, Version=1.6.0.0, Culture=neutral, PublicKeyToken=a3a2846a37ac0d3e, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\MsieJavaScriptEngine.1.6.0\lib\net40\MsieJavaScriptEngine.dll</HintPath> |
| 74 | + <Private>True</Private> |
70 | 75 | </Reference>
|
71 | 76 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
72 | 77 | <SpecificVersion>False</SpecificVersion>
|
|
148 | 153 | <Content Include="Resources\react.js" />
|
149 | 154 | </ItemGroup>
|
150 | 155 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 156 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 157 | + <PropertyGroup> |
| 158 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 159 | + </PropertyGroup> |
| 160 | + <Error Condition="!Exists('..\packages\JavaScriptEngineSwitcher.V8.1.4.1\build\JavaScriptEngineSwitcher.V8.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\JavaScriptEngineSwitcher.V8.1.4.1\build\JavaScriptEngineSwitcher.V8.props'))" /> |
| 161 | + </Target> |
151 | 162 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
152 | 163 | Other similar extension points exist, see Microsoft.Common.targets.
|
153 | 164 | <Target Name="BeforeBuild">
|
|
0 commit comments