-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCefLite.sln
44 lines (44 loc) · 2.49 KB
/
CefLite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CefLite", "CefLite\CefLite.shproj", "{3DB27A06-0596-4307-B289-33F4C8B60B60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefLiteCore", "CefLiteCore\CefLiteCore.csproj", "{7F3D7F58-EE21-44E9-BF74-FB59701DC3B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefLiteFX", "CefLiteFX\CefLiteFX.csproj", "{E426B24D-18F1-435D-8CD9-199A46F081F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestCore", "TestCore\TestCore.csproj", "{DF9F7992-D7D3-45FF-B090-6D67EA5FD260}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CefLite\CefLite.projitems*{3db27a06-0596-4307-b289-33f4c8b60b60}*SharedItemsImports = 13
CefLite\CefLite.projitems*{7f3d7f58-ee21-44e9-bf74-fb59701dc3b1}*SharedItemsImports = 5
CefLite\CefLite.projitems*{e426b24d-18f1-435d-8cd9-199a46f081f1}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F3D7F58-EE21-44E9-BF74-FB59701DC3B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F3D7F58-EE21-44E9-BF74-FB59701DC3B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F3D7F58-EE21-44E9-BF74-FB59701DC3B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F3D7F58-EE21-44E9-BF74-FB59701DC3B1}.Release|Any CPU.Build.0 = Release|Any CPU
{E426B24D-18F1-435D-8CD9-199A46F081F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E426B24D-18F1-435D-8CD9-199A46F081F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E426B24D-18F1-435D-8CD9-199A46F081F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E426B24D-18F1-435D-8CD9-199A46F081F1}.Release|Any CPU.Build.0 = Release|Any CPU
{DF9F7992-D7D3-45FF-B090-6D67EA5FD260}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF9F7992-D7D3-45FF-B090-6D67EA5FD260}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF9F7992-D7D3-45FF-B090-6D67EA5FD260}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF9F7992-D7D3-45FF-B090-6D67EA5FD260}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0E1BA40-6FF9-482C-AF61-59327D39D21F}
EndGlobalSection
EndGlobal