-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
6,084 additions
and
1,916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.30907.101 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.1.32407.343 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{497AA70B-948C-485D-9BDC-D4079761233F}" | ||
ProjectSection(SolutionItems) = preProject | ||
.editorconfig = .editorconfig | ||
EndProjectSection | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLBr", "SLBr\SLBr.csproj", "{7816736D-3C43-4D68-9A4D-9F0825372E97}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLBr Lite", "SLBr Lite\SLBr Lite.csproj", "{AB6A58F6-E85D-48A5-AB26-863F68BCF732}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLBr", "SLBr\SLBr.csproj", "{FF1DA947-F704-4897-B47F-0F380F969997}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Debug|x64.ActiveCfg = Debug|x64 | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Debug|x64.Build.0 = Debug|x64 | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Debug|x86.Build.0 = Debug|Win32 | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Release|x64.ActiveCfg = Release|x64 | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Release|x64.Build.0 = Release|x64 | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Release|x86.ActiveCfg = Release|Win32 | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97}.Release|x86.Build.0 = Release|Win32 | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Debug|x64.Build.0 = Debug|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Debug|x86.Build.0 = Debug|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Release|x64.ActiveCfg = Release|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Release|x64.Build.0 = Release|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Release|x86.ActiveCfg = Release|Any CPU | ||
{AB6A58F6-E85D-48A5-AB26-863F68BCF732}.Release|x86.Build.0 = Release|Any CPU | ||
{FF1DA947-F704-4897-B47F-0F380F969997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{FF1DA947-F704-4897-B47F-0F380F969997}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{FF1DA947-F704-4897-B47F-0F380F969997}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{FF1DA947-F704-4897-B47F-0F380F969997}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{7816736D-3C43-4D68-9A4D-9F0825372E97} = {497AA70B-948C-485D-9BDC-D4079761233F} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {7AEF2092-FFC4-4819-97A3-CC8862806680} | ||
SolutionGuid = {1E5502FE-17AC-47F8-B630-E10EC469B60F} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using System.Windows; | ||
|
||
[assembly: ThemeInfo( | ||
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located | ||
//(used if a resource is not found in the page, | ||
// or application resource dictionaries) | ||
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located | ||
//(used if a resource is not found in the page, | ||
// app, or any theme specific resource dictionaries) | ||
)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Runtime.InteropServices; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
using CefSharp; | ||
using CefSharp.Wpf; | ||
|
||
namespace SLBr | ||
{ | ||
/* class ChromiumWebBrowser : CefSharp.Wpf.ChromiumWebBrowser | ||
{ | ||
public ChromiumWebBrowser() : base() | ||
{ | ||
} | ||
public ChromiumWebBrowser(string path) : base(path) | ||
{ | ||
} | ||
[return: MarshalAs(UnmanagedType.Bool)] | ||
[DllImport("user32.dll", SetLastError = true)] | ||
static extern bool PostMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);*/ | ||
|
||
/*protected override void WndProc(ref Message m) | ||
{ | ||
const int WM_PARENTNOTIFY = 0x0210; | ||
const int WM_NCLBUTTONDOWN = 0x00A1; | ||
//Console.WriteLine(m.Msg); | ||
if (m.Msg == WM_PARENTNOTIFY) | ||
{ | ||
PostMessage(Parent.Handle, WM_NCLBUTTONDOWN, IntPtr.Zero, IntPtr.Zero); | ||
} | ||
base.WndProc(ref m); | ||
}*/ | ||
//} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.