|
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.5.2\build\JavaScriptEngineSwitcher.V8.props" Condition="Exists('..\packages\JavaScriptEngineSwitcher.V8.1.5.2\build\JavaScriptEngineSwitcher.V8.props')" /> |
| 3 | + <Import Project="..\packages\JavaScriptEngineSwitcher.V8.2.0.0-alpha1\build\JavaScriptEngineSwitcher.V8.props" Condition="Exists('..\packages\JavaScriptEngineSwitcher.V8.2.0.0-alpha1\build\JavaScriptEngineSwitcher.V8.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 5 | <PropertyGroup>
|
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
45 | 45 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
46 | 46 | </PropertyGroup>
|
47 | 47 | <ItemGroup>
|
48 |
| - <Reference Include="JavaScriptEngineSwitcher.Core, Version=1.5.0.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
49 |
| - <HintPath>..\packages\JavaScriptEngineSwitcher.Core.1.5.0\lib\net40\JavaScriptEngineSwitcher.Core.dll</HintPath> |
| 48 | + <Reference Include="ClearScript, Version=5.4.6.0, Culture=neutral, PublicKeyToken=935d0c957da47c73, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\JavaScriptEngineSwitcher.V8.2.0.0-alpha1\lib\net451\ClearScript.dll</HintPath> |
50 | 50 | <Private>True</Private>
|
51 | 51 | </Reference>
|
52 |
| - <Reference Include="JavaScriptEngineSwitcher.Msie, Version=1.5.0.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
53 |
| - <HintPath>..\packages\JavaScriptEngineSwitcher.Msie.1.5.0\lib\net40\JavaScriptEngineSwitcher.Msie.dll</HintPath> |
| 52 | + <Reference Include="JavaScriptEngineSwitcher.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\JavaScriptEngineSwitcher.Core.2.0.0-alpha1\lib\net451\JavaScriptEngineSwitcher.Core.dll</HintPath> |
| 54 | + <Private>True</Private> |
| 55 | + </Reference> |
| 56 | + <Reference Include="JavaScriptEngineSwitcher.V8, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\packages\JavaScriptEngineSwitcher.V8.2.0.0-alpha1\lib\net451\JavaScriptEngineSwitcher.V8.dll</HintPath> |
54 | 58 | <Private>True</Private>
|
55 | 59 | </Reference>
|
56 | 60 | <Reference Include="JSPool, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
126 | 130 | <Content Include="Views\web.config" />
|
127 | 131 | <Content Include="packages.config" />
|
128 | 132 | <Content Include="Views\Home\Index.cshtml" />
|
129 |
| - <None Include="JavaScriptEngineSwitcher.Configuration.xsd"> |
130 |
| - <SubType>Designer</SubType> |
131 |
| - </None> |
132 | 133 | <None Include="Web.Debug.config">
|
133 | 134 | <DependentUpon>Web.config</DependentUpon>
|
134 | 135 | </None>
|
|
164 | 165 | </FlavorProperties>
|
165 | 166 | </VisualStudio>
|
166 | 167 | </ProjectExtensions>
|
| 168 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 169 | + <PropertyGroup> |
| 170 | + <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> |
| 171 | + </PropertyGroup> |
| 172 | + <Error Condition="!Exists('..\packages\JavaScriptEngineSwitcher.V8.2.0.0-alpha1\build\JavaScriptEngineSwitcher.V8.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\JavaScriptEngineSwitcher.V8.2.0.0-alpha1\build\JavaScriptEngineSwitcher.V8.props'))" /> |
| 173 | + </Target> |
167 | 174 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
168 | 175 | Other similar extension points exist, see Microsoft.Common.targets.
|
169 | 176 | <Target Name="BeforeBuild">
|
|
0 commit comments