-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCefSharp.OutOfProcess.sln
87 lines (87 loc) · 6.28 KB
/
CefSharp.OutOfProcess.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.OutOfProcess.WinForms.Example", "CefSharp.OutOfProcess.WinForms.Example\CefSharp.OutOfProcess.WinForms.Example.csproj", "{A1C85784-7C6F-4C83-9AC4-B3413F32FF31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.OutOfProcess.BrowserProcess", "CefSharp.OutOfProcess.BrowserProcess\CefSharp.OutOfProcess.BrowserProcess.csproj", "{8CB2936D-E12C-4CD2-9044-F264D6F0547B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.OutOfProcess.WinForms", "CefSharp.OutOfProcess.WinForms\CefSharp.OutOfProcess.WinForms.csproj", "{8287C019-2720-47D5-8077-1A2DADB510E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.OutOfProcess.Core", "CefSharp.OutOfProcess.Core\CefSharp.OutOfProcess.Core.csproj", "{6ED4E6BF-F43A-429C-87FD-E66203EEC348}"
ProjectSection(ProjectDependencies) = postProject
{8CB2936D-E12C-4CD2-9044-F264D6F0547B} = {8CB2936D-E12C-4CD2-9044-F264D6F0547B}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.OutOfProcess.Interface", "CefSharp.OutOfProcess.Interface\CefSharp.OutOfProcess.Interface.csproj", "{D466B2AE-284B-430B-B707-F5D387724965}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.OutOfProcess.Wpf.HwndHost", "CefSharp.OutOfProcess.Wpf.HwndHost\CefSharp.OutOfProcess.Wpf.HwndHost.csproj", "{85605A77-9882-4595-96A1-089244BCCE24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.OutOfProcess.Wpf.HwndHost.Example", "CefSharp.OutOfProcess.Wpf.HwndHost.Example\CefSharp.OutOfProcess.Wpf.HwndHost.Example.csproj", "{329D005F-3E63-4D0B-A86F-15CDD9F9AF2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.Dom.OutOfProcess", "CefSharp.Dom\lib\PuppeteerSharp\CefSharp.Dom.OutOfProcess.csproj", "{7D39CC02-FB02-4F03-B329-E5DB567EC354}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E9517EE-C843-4480-A847-3B8473F6188E}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.Avalonia", "CefSharp.Avalonia\CefSharp.Avalonia.csproj", "{5591951C-DAC1-4014-BD17-B692B91A6CC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.Avalonia.Example", "CefSharp.Avalonia.Example\CefSharp.Avalonia.Example.csproj", "{3F8073FB-B167-4C2B-A1D8-5040BD1F6E84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1C85784-7C6F-4C83-9AC4-B3413F32FF31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1C85784-7C6F-4C83-9AC4-B3413F32FF31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1C85784-7C6F-4C83-9AC4-B3413F32FF31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1C85784-7C6F-4C83-9AC4-B3413F32FF31}.Release|Any CPU.Build.0 = Release|Any CPU
{8CB2936D-E12C-4CD2-9044-F264D6F0547B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CB2936D-E12C-4CD2-9044-F264D6F0547B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CB2936D-E12C-4CD2-9044-F264D6F0547B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CB2936D-E12C-4CD2-9044-F264D6F0547B}.Release|Any CPU.Build.0 = Release|Any CPU
{8287C019-2720-47D5-8077-1A2DADB510E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8287C019-2720-47D5-8077-1A2DADB510E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8287C019-2720-47D5-8077-1A2DADB510E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8287C019-2720-47D5-8077-1A2DADB510E6}.Release|Any CPU.Build.0 = Release|Any CPU
{6ED4E6BF-F43A-429C-87FD-E66203EEC348}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ED4E6BF-F43A-429C-87FD-E66203EEC348}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ED4E6BF-F43A-429C-87FD-E66203EEC348}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ED4E6BF-F43A-429C-87FD-E66203EEC348}.Release|Any CPU.Build.0 = Release|Any CPU
{D466B2AE-284B-430B-B707-F5D387724965}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D466B2AE-284B-430B-B707-F5D387724965}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D466B2AE-284B-430B-B707-F5D387724965}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D466B2AE-284B-430B-B707-F5D387724965}.Release|Any CPU.Build.0 = Release|Any CPU
{85605A77-9882-4595-96A1-089244BCCE24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85605A77-9882-4595-96A1-089244BCCE24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85605A77-9882-4595-96A1-089244BCCE24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85605A77-9882-4595-96A1-089244BCCE24}.Release|Any CPU.Build.0 = Release|Any CPU
{329D005F-3E63-4D0B-A86F-15CDD9F9AF2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{329D005F-3E63-4D0B-A86F-15CDD9F9AF2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{329D005F-3E63-4D0B-A86F-15CDD9F9AF2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{329D005F-3E63-4D0B-A86F-15CDD9F9AF2E}.Release|Any CPU.Build.0 = Release|Any CPU
{7D39CC02-FB02-4F03-B329-E5DB567EC354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D39CC02-FB02-4F03-B329-E5DB567EC354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D39CC02-FB02-4F03-B329-E5DB567EC354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D39CC02-FB02-4F03-B329-E5DB567EC354}.Release|Any CPU.Build.0 = Release|Any CPU
{5591951C-DAC1-4014-BD17-B692B91A6CC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5591951C-DAC1-4014-BD17-B692B91A6CC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5591951C-DAC1-4014-BD17-B692B91A6CC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5591951C-DAC1-4014-BD17-B692B91A6CC5}.Release|Any CPU.Build.0 = Release|Any CPU
{3F8073FB-B167-4C2B-A1D8-5040BD1F6E84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F8073FB-B167-4C2B-A1D8-5040BD1F6E84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F8073FB-B167-4C2B-A1D8-5040BD1F6E84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F8073FB-B167-4C2B-A1D8-5040BD1F6E84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E011DD5-7B05-4678-AFFD-5FDEACB52718}
EndGlobalSection
EndGlobal