Skip to content

Commit 4f67c2a

Browse files
authored
Merge branch 'master' into message-interceptor-fix
2 parents accca57 + a5be9e4 commit 4f67c2a

11 files changed

+34
-39
lines changed

NuGet/CefSharp.Common.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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>

NuGet/CefSharp.Common.targets

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
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>

NuGet/CefSharp.OffScreen.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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>

NuGet/CefSharp.OffScreen.targets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
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

NuGet/CefSharp.WinForms.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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>

NuGet/CefSharp.WinForms.targets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
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

NuGet/CefSharp.Wpf.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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>

NuGet/CefSharp.Wpf.targets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)