File tree Expand file tree Collapse file tree 11 files changed +34
-39
lines changed
Expand file tree Collapse file tree 11 files changed +34
-39
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup >
4+ <CefSharpCommonBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
5+ <CefSharpCommonBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
6+ <CefSharpCommonBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
7+ </ItemGroup >
8+
39 <Choose >
410 <When Condition =" '$(Platform)' == 'x64'" >
511 <ItemGroup >
Original file line number Diff line number Diff line change 88 <Error Text =" CefSharp requires .Net 4.5.2 or higher" />
99 </Target >
1010
11- <ItemGroup >
12- <CefSharpCommonBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
13- <CefSharpCommonBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
14- <CefSharpCommonBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
15- </ItemGroup >
16-
1711 <PropertyGroup >
1812 <CefSharpTargetDir Condition =" '$(CefSharpTargetDir)' == '' " ></CefSharpTargetDir >
1913 </PropertyGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup >
4+ <CefSharpOffScreenBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
5+ <CefSharpOffScreenBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
6+ <!-- Not currently used, might come in handy for someone though as it contains all x86 and x64 files -->
7+ <CefSharpOffscreenBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
8+ </ItemGroup >
9+
310 <Choose >
411 <When Condition =" '$(Platform)' == 'x64'" >
512 <ItemGroup >
Original file line number Diff line number Diff line change 44 <CefSharpTargetDir Condition =" '$(CefSharpTargetDir)' == '' " ></CefSharpTargetDir >
55 </PropertyGroup >
66
7- <ItemGroup >
8- <CefSharpOffScreenBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
9- <CefSharpOffScreenBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
10- <!-- Not currently used, might come in handy for someone though as it contains all x86 and x64 files -->
11- <CefSharpOffscreenBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
12- </ItemGroup >
13-
147 <!--
158 These item groups should be in the .props file, unfortunately Nuget 2.8.x doesn't gurantee the
169 correct ordering .props imports, which we require as this depends on the cef.redist packages
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup >
4+ <CefSharpWinFormsBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
5+ <CefSharpWinFormsBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
6+ <!-- Not currently used, might come in handy for someone though as it contains all x86 and x64 files -->
7+ <CefSharpWinFormsBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
8+ </ItemGroup >
9+
310 <Choose >
411 <When Condition =" '$(Platform)' == 'x64'" >
512 <ItemGroup >
Original file line number Diff line number Diff line change 44 <CefSharpTargetDir Condition =" '$(CefSharpTargetDir)' == '' " ></CefSharpTargetDir >
55 </PropertyGroup >
66
7- <ItemGroup >
8- <CefSharpWinFormsBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
9- <CefSharpWinFormsBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
10- <!-- Not currently used, might come in handy for someone though as it contains all x86 and x64 files -->
11- <CefSharpWinFormsBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
12- </ItemGroup >
13-
147 <!--
158 These item groups should be in the .props file, unfortunately Nuget 2.8.x doesn't gurantee the
169 correct ordering .props imports, which we require as this depends on the cef.redist packages
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup >
4+ <CefSharpWpfBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
5+ <CefSharpWpfBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
6+ <!-- Not currently used, might come in handy for someone though as it contains all x86 and x64 files -->
7+ <CefSharpWpfBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
8+ </ItemGroup >
9+
310 <Choose >
411 <When Condition =" '$(Platform)' == 'x64'" >
512 <ItemGroup >
Original file line number Diff line number Diff line change 44 <CefSharpTargetDir Condition =" '$(CefSharpTargetDir)' == '' " ></CefSharpTargetDir >
55 </PropertyGroup >
66
7- <ItemGroup >
8- <CefSharpWpfBinaries32 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\*.*" />
9- <CefSharpWpfBinaries64 Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\*.*" />
10- <!-- Not currently used, might come in handy for someone though as it contains all x86 and x64 files -->
11- <CefSharpWpfBinariesAnyCPU Include =" $(MSBuildThisFileDirectory)..\CefSharp\**\*.*" />
12- </ItemGroup >
13-
147 <!--
158 These item groups should be in the .props file, unfortunately Nuget 2.8.x doesn't gurantee the
169 correct ordering .props imports, which we require as this depends on the cef.redist packages
Original file line number Diff line number Diff line change @@ -118,3 +118,4 @@ Now that I (@amaitland) am a stay at home dad your contributions are the only re
118118
119119- [ HtmlView] ( https://github.com/MISoftware/HtmlView ) : Visual Studio extension bringing CefSharp for showing HTML pages inside VS.
120120- [ Chromely] ( https://github.com/mattkol/Chromely ) : Build .NET/.NET Core HTML5 desktop apps using cross-platform native GUI API.
121+ - [ SharpBrowser] ( https://github.com/sharpbrowser/SharpBrowser ) : The fastest web browser for C# with tabbed browsing and HTML5/CSS3.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ deploy:
2727 provider : NuGet
2828 server : https://www.myget.org/F/cefsharp/api/v2/package
2929 api_key :
30- secure : j19WwX8uoo5NZSTcOgpzkPGS17NyoSBwu3CpRxzdslTgjnzcBlDC2Dzw+aEX41+M
30+ secure : q//EEhpYkeC7JaxBiK6ebPFiF3ixBi62pNWk0p7UIh8o/7Tm25DvbZPOoKf9dwsY
3131 skip_symbols : false
3232 symbol_server : https://www.myget.org/F/cefsharp/api/v2/package
3333 artifact : nupkgfiles
You can’t perform that action at this time.
0 commit comments