Skip to content

Commit

Permalink
Merge pull request #11 from peters/master
Browse files Browse the repository at this point in the history
Add support for building 3.1750.1738

Former-commit-id: 6c07fd71e747b5e72e167b7c69e1940c5ffcb257
  • Loading branch information
amaitland committed Sep 24, 2014
2 parents e992c24 + eff8ed1 commit 78a6066
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 36 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.tools/*
cef/*
cef_binary_3.y.z_windows32/*
!cef_binary_3.y.z_windows32/.empty
cef_binary_3.y.z_windows64/*
!cef_binary_3.y.z_windows64/.empty

*.nupkg
*.sdf
*.opensdf
*.suo
Expand Down
Binary file removed NuGet/NuGet.exe
Binary file not shown.
8 changes: 2 additions & 6 deletions NuGet/cef.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@
<copyright>Copyright © 2008-2014</copyright>
</metadata>
<files>
<!--
CEF/Chromium files
-->
<file src="..\cef_binary_3.y.z_windows32\Release\*.dll" target="CEF\x86" />
<!-- <file src="..\cef_binary_3.y.z_windows64\Release\*.dll" target="CEF\x64" />
-->
<file src="..\cef_binary_3.y.z_windows64\Release\*.dll" target="CEF\x64" />
<file src="..\cef_binary_3.y.z_windows32\Resources\cef.pak" target="CEF\"/>
<file src="..\cef_binary_3.y.z_windows32\Resources\devtools_resources.pak" target="CEF\"/>
<file src="..\cef_binary_3.y.z_windows32\Resources\locales\en-US.pak" target="CEF\locales"/>

<!-- <file src="Cef.props" target="build" /> -->
<file src="cef.redist.targets" target="build" />
</files>
</package>
2 changes: 1 addition & 1 deletion NuGet/cef.sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Include="$(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.dll" />
</ItemGroup>
<PropertyGroup>
<CefSdkVer>cef.sdk.3.1650.1562-pre2</CefSdkVer>
<CefSdkVer>cef.sdk.3.1750.1738-pre0</CefSdkVer>
</PropertyGroup>

</Project>
29 changes: 0 additions & 29 deletions Rakefile

This file was deleted.

Loading

0 comments on commit 78a6066

Please sign in to comment.