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.120.1.80 \build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.120.1.80 \build\CefSharp.Common.props')" />
4
- <Import Project =" ..\packages\cef.redist.x86.120.1.8 \build\cef.redist.x86.props" Condition =" Exists('..\packages\cef.redist.x86.120.1.8 \build\cef.redist.x86.props')" />
5
- <Import Project =" ..\packages\cef.redist.x64.120.1.8 \build\cef.redist.x64.props" Condition =" Exists('..\packages\cef.redist.x64.120.1.8 \build\cef.redist.x64.props')" />
3
+ <Import Project =" ..\packages\CefSharp.Common.120.1.110 \build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.120.1.110 \build\CefSharp.Common.props')" />
4
+ <Import Project =" ..\packages\cef.redist.x86.120.1.10 \build\cef.redist.x86.props" Condition =" Exists('..\packages\cef.redist.x86.120.1.10 \build\cef.redist.x86.props')" />
5
+ <Import Project =" ..\packages\cef.redist.x64.120.1.10 \build\cef.redist.x64.props" Condition =" Exists('..\packages\cef.redist.x64.120.1.10 \build\cef.redist.x64.props')" />
6
6
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
7
7
<PropertyGroup >
8
8
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
91
91
<ApplicationManifest >app.manifest</ApplicationManifest >
92
92
</PropertyGroup >
93
93
<ItemGroup >
94
- <Reference Include =" CefSharp, Version=120.1.80 .0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138" >
95
- <HintPath >..\packages\CefSharp.Common.120.1.80 \lib\net462\CefSharp.dll</HintPath >
94
+ <Reference Include =" CefSharp, Version=120.1.110 .0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138" >
95
+ <HintPath >..\packages\CefSharp.Common.120.1.110 \lib\net462\CefSharp.dll</HintPath >
96
96
<Private >True</Private >
97
97
</Reference >
98
- <Reference Include =" CefSharp.Core, Version=120.1.80 .0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138" >
99
- <HintPath >..\packages\CefSharp.Common.120.1.80 \lib\net462\CefSharp.Core.dll</HintPath >
98
+ <Reference Include =" CefSharp.Core, Version=120.1.110 .0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138" >
99
+ <HintPath >..\packages\CefSharp.Common.120.1.110 \lib\net462\CefSharp.Core.dll</HintPath >
100
100
<Private >True</Private >
101
101
</Reference >
102
- <Reference Include =" CefSharp.Wpf, Version=120.1.80 .0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138" >
103
- <HintPath >..\packages\CefSharp.Wpf.120.1.80 \lib\net462\CefSharp.Wpf.dll</HintPath >
102
+ <Reference Include =" CefSharp.Wpf, Version=120.1.110 .0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138" >
103
+ <HintPath >..\packages\CefSharp.Wpf.120.1.110 \lib\net462\CefSharp.Wpf.dll</HintPath >
104
104
<Private >True</Private >
105
105
</Reference >
106
106
<Reference Include =" Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
179
179
<Target Name =" CefSharpAfterBuildDebug" AfterTargets =" AfterBuild" >
180
180
<CallTarget Targets =" CefSharpAfterBuildDiagnostic" />
181
181
</Target >
182
- <Import Project =" ..\packages\CefSharp.Common.120.1.80 \build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.120.1.80 \build\CefSharp.Common.targets')" />
182
+ <Import Project =" ..\packages\CefSharp.Common.120.1.110 \build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.120.1.110 \build\CefSharp.Common.targets')" />
183
183
</Project >
0 commit comments