-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuiltInBrowser.sln
More file actions
108 lines (108 loc) · 7.52 KB
/
BuiltInBrowser.sln
File metadata and controls
108 lines (108 loc) · 7.52 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
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
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInBrowser", "BuiltInBrowser.csproj", "{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OptionalDeps", "OptionalDeps", "{C9A943F1-6E15-0199-4FBA-E198B15C8B9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInBrowser.BaseLibCompat", "OptionalDeps\BuiltInBrowser.BaseLibCompat\BuiltInBrowser.BaseLibCompat.csproj", "{FF118FDD-3B29-45DC-A7C0-6F14922C3367}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInBrowser.LemonSpireCompat", "OptionalDeps\BuiltInBrowser.LemonSpireCompat\BuiltInBrowser.LemonSpireCompat.csproj", "{952CE29B-F583-4C4F-A167-7879380E3A6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportDebug|x64 = ExportDebug|x64
ExportDebug|x86 = ExportDebug|x86
ExportRelease|Any CPU = ExportRelease|Any CPU
ExportRelease|x64 = ExportRelease|x64
ExportRelease|x86 = ExportRelease|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Debug|x64.ActiveCfg = Debug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Debug|x64.Build.0 = Debug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Debug|x86.ActiveCfg = Debug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Debug|x86.Build.0 = Debug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportDebug|x64.ActiveCfg = ExportDebug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportDebug|x64.Build.0 = ExportDebug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportDebug|x86.ActiveCfg = ExportDebug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportDebug|x86.Build.0 = ExportDebug|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportRelease|x64.ActiveCfg = ExportRelease|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportRelease|x64.Build.0 = ExportRelease|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportRelease|x86.ActiveCfg = ExportRelease|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.ExportRelease|x86.Build.0 = ExportRelease|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Release|Any CPU.Build.0 = Release|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Release|x64.ActiveCfg = Release|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Release|x64.Build.0 = Release|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Release|x86.ActiveCfg = Release|Any CPU
{E81034B1-3CBB-413A-8DC9-1BF2EE1FDFDA}.Release|x86.Build.0 = Release|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Debug|x64.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Debug|x64.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Debug|x86.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Debug|x86.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportDebug|x64.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportDebug|x64.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportDebug|x86.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportDebug|x86.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportRelease|x64.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportRelease|x64.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportRelease|x86.ActiveCfg = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.ExportRelease|x86.Build.0 = Debug|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Release|Any CPU.Build.0 = Release|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Release|x64.ActiveCfg = Release|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Release|x64.Build.0 = Release|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Release|x86.ActiveCfg = Release|Any CPU
{FF118FDD-3B29-45DC-A7C0-6F14922C3367}.Release|x86.Build.0 = Release|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Debug|x64.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Debug|x64.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Debug|x86.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportDebug|x64.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportDebug|x64.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportDebug|x86.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportDebug|x86.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportRelease|x64.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportRelease|x64.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportRelease|x86.ActiveCfg = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.ExportRelease|x86.Build.0 = Debug|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Release|Any CPU.Build.0 = Release|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Release|x64.ActiveCfg = Release|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Release|x64.Build.0 = Release|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Release|x86.ActiveCfg = Release|Any CPU
{952CE29B-F583-4C4F-A167-7879380E3A6F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF118FDD-3B29-45DC-A7C0-6F14922C3367} = {C9A943F1-6E15-0199-4FBA-E198B15C8B9A}
{952CE29B-F583-4C4F-A167-7879380E3A6F} = {C9A943F1-6E15-0199-4FBA-E198B15C8B9A}
EndGlobalSection
EndGlobal