File tree Expand file tree Collapse file tree 12 files changed +21
-24
lines changed
CefSharp.BrowserSubprocess.Core
CefSharp.OffScreen.Example
CefSharp.WinForms.Example Expand file tree Collapse file tree 12 files changed +21
-24
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\cef.sdk.3.3239.1709 \build\cef.sdk.props" Condition =" Exists('..\packages\cef.sdk.3.3239.1709 \build\cef.sdk.props')" />
3+ <Import Project =" ..\packages\cef.sdk.3.3239.1716 \build\cef.sdk.props" Condition =" Exists('..\packages\cef.sdk.3.3239.1716 \build\cef.sdk.props')" />
44 <ItemGroup Label =" ProjectConfigurations" >
55 <ProjectConfiguration Include =" Debug|Win32" >
66 <Configuration >Debug</Configuration >
6666 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
6767 <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
6868 </ImportGroup >
69- <PropertyGroup Label =" UserMacros" >
70- <NuGetPackageImportStamp >19456c3c</NuGetPackageImportStamp >
71- </PropertyGroup >
69+ <PropertyGroup Label =" UserMacros" />
7270 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
7371 <LinkIncremental >true</LinkIncremental >
7472 <LinkKeyFile >..\CefSharp.snk</LinkKeyFile >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" cef.sdk" version =" 3.3239.1709 " targetFramework =" native" />
3+ <package id =" cef.sdk" version =" 3.3239.1716 " targetFramework =" native" />
44</packages >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\cef.sdk.3.3239.1709 \build\cef.sdk.props" Condition =" Exists('..\packages\cef.sdk.3.3239.1709 \build\cef.sdk.props')" />
3+ <Import Project =" ..\packages\cef.sdk.3.3239.1716 \build\cef.sdk.props" Condition =" Exists('..\packages\cef.sdk.3.3239.1716 \build\cef.sdk.props')" />
44 <ItemGroup Label =" ProjectConfigurations" >
55 <ProjectConfiguration Include =" Debug|Win32" >
66 <Configuration >Debug</Configuration >
6767 <PropertyGroup Label =" UserMacros" />
6868 <PropertyGroup >
6969 <_ProjectFileVersion >11.0.51106.1</_ProjectFileVersion >
70- <NuGetPackageImportStamp >cdebd51f</NuGetPackageImportStamp >
7170 </PropertyGroup >
7271 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
7372 <OutDir >bin\$(Platform)\$(Configuration)\</OutDir >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" cef.sdk" version =" 3.3239.1709 " targetFramework =" native" />
3+ <package id =" cef.sdk" version =" 3.3239.1716 " targetFramework =" native" />
44</packages >
Original file line number Diff line number Diff line change 9595 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9696 <Import Project =" $(SolutionDir)\CefSharp.props" />
9797 <Import Project =" $(SolutionDir)\CefSharp.Native.props" />
98- <Import Project =" ..\packages\cef.redist.x64.3.3239.1709 \build\cef.redist.x64.targets" Condition =" Exists('..\packages\cef.redist.x64.3.3239.1709 \build\cef.redist.x64.targets')" />
99- <Import Project =" ..\packages\cef.redist.x86.3.3239.1709 \build\cef.redist.x86.targets" Condition =" Exists('..\packages\cef.redist.x86.3.3239.1709 \build\cef.redist.x86.targets')" />
98+ <Import Project =" ..\packages\cef.redist.x64.3.3239.1716 \build\cef.redist.x64.targets" Condition =" Exists('..\packages\cef.redist.x64.3.3239.1716 \build\cef.redist.x64.targets')" />
99+ <Import Project =" ..\packages\cef.redist.x86.3.3239.1716 \build\cef.redist.x86.targets" Condition =" Exists('..\packages\cef.redist.x86.3.3239.1716 \build\cef.redist.x86.targets')" />
100100</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" cef.redist.x64" version =" 3.3239.1709 " targetFramework =" net452" />
4- <package id =" cef.redist.x86" version =" 3.3239.1709 " targetFramework =" net452" />
3+ <package id =" cef.redist.x64" version =" 3.3239.1716 " targetFramework =" net452" />
4+ <package id =" cef.redist.x86" version =" 3.3239.1716 " targetFramework =" net452" />
55</packages >
Original file line number Diff line number Diff line change 146146 -->
147147 <Import Project =" $(SolutionDir)\CefSharp.props" />
148148 <Import Project =" $(SolutionDir)\CefSharp.Native.props" />
149- <Import Project =" ..\packages\cef.redist.x64.3.3239.1709 \build\cef.redist.x64.targets" Condition =" Exists('..\packages\cef.redist.x64.3.3239.1709 \build\cef.redist.x64.targets')" />
150- <Import Project =" ..\packages\cef.redist.x86.3.3239.1709 \build\cef.redist.x86.targets" Condition =" Exists('..\packages\cef.redist.x86.3.3239.1709 \build\cef.redist.x86.targets')" />
149+ <Import Project =" ..\packages\cef.redist.x64.3.3239.1716 \build\cef.redist.x64.targets" Condition =" Exists('..\packages\cef.redist.x64.3.3239.1716 \build\cef.redist.x64.targets')" />
150+ <Import Project =" ..\packages\cef.redist.x86.3.3239.1716 \build\cef.redist.x86.targets" Condition =" Exists('..\packages\cef.redist.x86.3.3239.1716 \build\cef.redist.x86.targets')" />
151151</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
33 <package id =" Castle.Core" version =" 4.2.1" targetFramework =" net452" />
4- <package id =" cef.redist.x64" version =" 3.3239.1709 " targetFramework =" net452" />
5- <package id =" cef.redist.x86" version =" 3.3239.1709 " targetFramework =" net452" />
4+ <package id =" cef.redist.x64" version =" 3.3239.1716 " targetFramework =" net452" />
5+ <package id =" cef.redist.x86" version =" 3.3239.1716 " targetFramework =" net452" />
66 <package id =" Moq" version =" 4.7.142" targetFramework =" net452" />
77 <package id =" xunit.abstractions" version =" 2.0.1" targetFramework =" net452" />
88 <package id =" xunit.assert" version =" 2.2.0" targetFramework =" net452" />
Original file line number Diff line number Diff line change 185185 <Import Project =" $(SolutionDir)\CefSharp.Native.props" />
186186 <Import Project =" ..\packages\cef.redist.x64.3.2272.30\build\cef.redist.x64.targets" Condition =" Exists('..\packages\cef.redist.x64.3.2272.30\build\cef.redist.x64.targets')" />
187187 <Import Project =" ..\packages\cef.redist.x86.3.2272.30\build\cef.redist.x86.targets" Condition =" Exists('..\packages\cef.redist.x86.3.2272.30\build\cef.redist.x86.targets')" />
188- <Import Project =" ..\packages\cef.redist.x64.3.3239.1709 \build\cef.redist.x64.targets" Condition =" Exists('..\packages\cef.redist.x64.3.3239.1709 \build\cef.redist.x64.targets')" />
189- <Import Project =" ..\packages\cef.redist.x86.3.3239.1709 \build\cef.redist.x86.targets" Condition =" Exists('..\packages\cef.redist.x86.3.3239.1709 \build\cef.redist.x86.targets')" />
188+ <Import Project =" ..\packages\cef.redist.x64.3.3239.1716 \build\cef.redist.x64.targets" Condition =" Exists('..\packages\cef.redist.x64.3.3239.1716 \build\cef.redist.x64.targets')" />
189+ <Import Project =" ..\packages\cef.redist.x86.3.3239.1716 \build\cef.redist.x86.targets" Condition =" Exists('..\packages\cef.redist.x86.3.3239.1716 \build\cef.redist.x86.targets')" />
190190</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" cef.redist.x64" version =" 3.3239.1709 " targetFramework =" net452" />
4- <package id =" cef.redist.x86" version =" 3.3239.1709 " targetFramework =" net452" />
3+ <package id =" cef.redist.x64" version =" 3.3239.1716 " targetFramework =" net452" />
4+ <package id =" cef.redist.x86" version =" 3.3239.1716 " targetFramework =" net452" />
55</packages >
You can’t perform that action at this time.
0 commit comments