forked from tishion/QCefView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQCefView.sln
More file actions
53 lines (53 loc) · 3.01 KB
/
QCefView.sln
File metadata and controls
53 lines (53 loc) · 3.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QCefView", "src\QCefView\QCefView.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}"
ProjectSection(ProjectDependencies) = postProject
{30E74A1E-80ED-41FF-B512-04F0689CDACE} = {30E74A1E-80ED-41FF-B512-04F0689CDACE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qtcefwing", "src\qtcefwing\qtcefwing.vcxproj", "{30E74A1E-80ED-41FF-B512-04F0689CDACE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QCefViewTest", "test\src\QCefViewTest\QCefViewTest.vcxproj", "{82F4086D-1013-4012-B55B-19BDC2CAB22F}"
ProjectSection(ProjectDependencies) = postProject
{30E74A1E-80ED-41FF-B512-04F0689CDACE} = {30E74A1E-80ED-41FF-B512-04F0689CDACE}
{B12702AD-ABFB-343A-A199-8E24837244A3} = {B12702AD-ABFB-343A-A199-8E24837244A3}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{10BD08FC-D6D0-415D-B63D-9EC0D378B0A4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shared", "src\Shared\Shared.vcxitems", "{FA98646F-03D5-489A-BAD4-547EF0A404D2}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Shared\Shared.vcxitems*{30e74a1e-80ed-41ff-b512-04f0689cdace}*SharedItemsImports = 4
src\Shared\Shared.vcxitems*{b12702ad-abfb-343a-a199-8e24837244a3}*SharedItemsImports = 4
src\Shared\Shared.vcxitems*{fa98646f-03d5-489a-bad4-547ef0a404d2}*SharedItemsImports = 9
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Win32.ActiveCfg = Debug|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Win32.Build.0 = Debug|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Win32.ActiveCfg = Release|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Win32.Build.0 = Release|Win32
{30E74A1E-80ED-41FF-B512-04F0689CDACE}.Debug|Win32.ActiveCfg = Debug|Win32
{30E74A1E-80ED-41FF-B512-04F0689CDACE}.Debug|Win32.Build.0 = Debug|Win32
{30E74A1E-80ED-41FF-B512-04F0689CDACE}.Release|Win32.ActiveCfg = Release|Win32
{30E74A1E-80ED-41FF-B512-04F0689CDACE}.Release|Win32.Build.0 = Release|Win32
{82F4086D-1013-4012-B55B-19BDC2CAB22F}.Debug|Win32.ActiveCfg = Debug|Win32
{82F4086D-1013-4012-B55B-19BDC2CAB22F}.Debug|Win32.Build.0 = Debug|Win32
{82F4086D-1013-4012-B55B-19BDC2CAB22F}.Release|Win32.ActiveCfg = Release|Win32
{82F4086D-1013-4012-B55B-19BDC2CAB22F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{82F4086D-1013-4012-B55B-19BDC2CAB22F} = {10BD08FC-D6D0-415D-B63D-9EC0D378B0A4}
EndGlobalSection
EndGlobal