This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
forked from red-gate/RedGate.AppHost
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCefSharp.AppHost.sln
101 lines (101 loc) · 6.77 KB
/
CefSharp.AppHost.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
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.AppHost.Interfaces", "CefSharp.AppHost.Interfaces\CefSharp.AppHost.Interfaces.csproj", "{3084D987-50DD-43A5-9CF3-CE550513F8D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Server", "CefSharp.AppHost.Server\CefSharp.AppHost.Server.csproj", "{DA6AC02A-EAA5-4C61-81BD-1BA3BB615C44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Remoting", "CefSharp.AppHost.Remoting\CefSharp.AppHost.Remoting.csproj", "{B26AA798-4734-434A-9875-7E9000ED24F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Client.x86", "CefSharp.AppHost.Client\CefSharp.AppHost.Client.x86.csproj", "{99836D0F-4605-445C-8B4D-4BEF55963477}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Example.Client", "CefSharp.AppHost.Example.Client\CefSharp.AppHost.Example.Client.csproj", "{01D94911-0A29-47FB-9691-10ABFD0B78AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{7B141F5F-D3EE-4D11-90A5-C65AD6F709B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Example.Wpf", "CefSharp.AppHost.Example.Wpf\CefSharp.AppHost.Example.Wpf.csproj", "{516C4CE3-F671-4E6A-A55D-952D08D3850E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuSpec", "NuSpec", "{F17E9FBD-DD6E-4207-8C45-CFF4E643DDFD}"
ProjectSection(SolutionItems) = preProject
NuSpec\CefSharp.AppHost.nuspec = NuSpec\CefSharp.AppHost.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Remoting.WPF", "CefSharp.AppHost.Remoting.WPF\CefSharp.AppHost.Remoting.WPF.csproj", "{24E71C6D-17CB-4D61-A092-EF1A37F7CD70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Example.Remote.Services", "CefSharp.AppHost.Example.Remote.Services\CefSharp.AppHost.Example.Remote.Services.csproj", "{EAFB4321-3E74-40D1-8369-D1667C374D9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.AppHost.Client.x64", "CefSharp.AppHost.Client\CefSharp.AppHost.Client.x64.csproj", "{B9B7B458-D610-420E-89C5-96EBF49EFA01}"
ProjectSection(ProjectDependencies) = postProject
{99836D0F-4605-445C-8B4D-4BEF55963477} = {99836D0F-4605-445C-8B4D-4BEF55963477}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".SolutionItems", ".SolutionItems", "{9876CE58-F216-4DB8-9BD0-0079E5E5247C}"
ProjectSection(SolutionItems) = preProject
Install\CefSharp.AppHost.wxs = Install\CefSharp.AppHost.wxs
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{7E97DF57-D9F8-4D87-AFA2-349057114EFC}"
ProjectSection(SolutionItems) = preProject
NuSpec\Build\CefSharp.AppHost.targets = NuSpec\Build\CefSharp.AppHost.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3084D987-50DD-43A5-9CF3-CE550513F8D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3084D987-50DD-43A5-9CF3-CE550513F8D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3084D987-50DD-43A5-9CF3-CE550513F8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3084D987-50DD-43A5-9CF3-CE550513F8D0}.Release|Any CPU.Build.0 = Release|Any CPU
{DA6AC02A-EAA5-4C61-81BD-1BA3BB615C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA6AC02A-EAA5-4C61-81BD-1BA3BB615C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA6AC02A-EAA5-4C61-81BD-1BA3BB615C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA6AC02A-EAA5-4C61-81BD-1BA3BB615C44}.Release|Any CPU.Build.0 = Release|Any CPU
{B26AA798-4734-434A-9875-7E9000ED24F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B26AA798-4734-434A-9875-7E9000ED24F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B26AA798-4734-434A-9875-7E9000ED24F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B26AA798-4734-434A-9875-7E9000ED24F5}.Release|Any CPU.Build.0 = Release|Any CPU
{99836D0F-4605-445C-8B4D-4BEF55963477}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99836D0F-4605-445C-8B4D-4BEF55963477}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99836D0F-4605-445C-8B4D-4BEF55963477}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99836D0F-4605-445C-8B4D-4BEF55963477}.Release|Any CPU.Build.0 = Release|Any CPU
{01D94911-0A29-47FB-9691-10ABFD0B78AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D94911-0A29-47FB-9691-10ABFD0B78AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01D94911-0A29-47FB-9691-10ABFD0B78AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D94911-0A29-47FB-9691-10ABFD0B78AB}.Release|Any CPU.Build.0 = Release|Any CPU
{516C4CE3-F671-4E6A-A55D-952D08D3850E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{516C4CE3-F671-4E6A-A55D-952D08D3850E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{516C4CE3-F671-4E6A-A55D-952D08D3850E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{516C4CE3-F671-4E6A-A55D-952D08D3850E}.Release|Any CPU.Build.0 = Release|Any CPU
{24E71C6D-17CB-4D61-A092-EF1A37F7CD70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24E71C6D-17CB-4D61-A092-EF1A37F7CD70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24E71C6D-17CB-4D61-A092-EF1A37F7CD70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24E71C6D-17CB-4D61-A092-EF1A37F7CD70}.Release|Any CPU.Build.0 = Release|Any CPU
{EAFB4321-3E74-40D1-8369-D1667C374D9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAFB4321-3E74-40D1-8369-D1667C374D9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAFB4321-3E74-40D1-8369-D1667C374D9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAFB4321-3E74-40D1-8369-D1667C374D9C}.Release|Any CPU.Build.0 = Release|Any CPU
{B9B7B458-D610-420E-89C5-96EBF49EFA01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9B7B458-D610-420E-89C5-96EBF49EFA01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9B7B458-D610-420E-89C5-96EBF49EFA01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9B7B458-D610-420E-89C5-96EBF49EFA01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01D94911-0A29-47FB-9691-10ABFD0B78AB} = {7B141F5F-D3EE-4D11-90A5-C65AD6F709B5}
{516C4CE3-F671-4E6A-A55D-952D08D3850E} = {7B141F5F-D3EE-4D11-90A5-C65AD6F709B5}
{EAFB4321-3E74-40D1-8369-D1667C374D9C} = {7B141F5F-D3EE-4D11-90A5-C65AD6F709B5}
{7E97DF57-D9F8-4D87-AFA2-349057114EFC} = {F17E9FBD-DD6E-4207-8C45-CFF4E643DDFD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBD2DEBD-A8F1-4739-8DAA-DF71C01F3A61}
EndGlobalSection
EndGlobal