forked from cefsharp/CefSharp.OutOfProcess
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCefSharp.OutOfProcess.sln
More file actions
67 lines (67 loc) · 4.89 KB
/
CefSharp.OutOfProcess.sln
File metadata and controls
67 lines (67 loc) · 4.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32510.428
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}"
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E011DD5-7B05-4678-AFFD-5FDEACB52718}
EndGlobalSection
EndGlobal