|
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\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.props')" /> |
| 3 | + <Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props')" /> |
4 | 4 | <Import Project="..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props')" /> |
5 | 5 | <Import Project="..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props')" /> |
6 | 6 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
69 | 69 | <ApplicationManifest>app.manifest</ApplicationManifest> |
70 | 70 | </PropertyGroup> |
71 | 71 | <ItemGroup> |
72 | | - <Reference Include="CefSharp, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138"> |
73 | | - <HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.dll</HintPath> |
| 72 | + <Reference Include="CefSharp, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138"> |
| 73 | + <HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.dll</HintPath> |
74 | 74 | <Private>True</Private> |
75 | 75 | </Reference> |
76 | | - <Reference Include="CefSharp.Core, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138"> |
77 | | - <HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.Core.dll</HintPath> |
| 76 | + <Reference Include="CefSharp.Core, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138"> |
| 77 | + <HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.Core.dll</HintPath> |
78 | 78 | <Private>True</Private> |
79 | 79 | </Reference> |
80 | | - <Reference Include="CefSharp.Wpf, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138"> |
81 | | - <HintPath>..\packages\CefSharp.Wpf.87.1.131-pre\lib\net452\CefSharp.Wpf.dll</HintPath> |
| 80 | + <Reference Include="CefSharp.Wpf, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138"> |
| 81 | + <HintPath>..\packages\CefSharp.Wpf.87.1.132\lib\net452\CefSharp.Wpf.dll</HintPath> |
82 | 82 | <Private>True</Private> |
83 | 83 | </Reference> |
84 | 84 | <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
154 | 154 | </ItemGroup> |
155 | 155 | <ItemGroup /> |
156 | 156 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
157 | | - <Import Project="..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets')" /> |
| 157 | + <Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets')" /> |
158 | 158 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
159 | 159 | Other similar extension points exist, see Microsoft.Common.targets. |
160 | 160 | <Target Name="BeforeBuild"> |
|
0 commit comments