-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCEFMFC.sln
34 lines (33 loc) · 1.87 KB
/
CEFMFC.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2013
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CEFMFC", "CEFMFC\CEFMFC.vcxproj", "{352E81AD-A9E2-47A8-88A4-2B3DF56D369B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcef_dll_wrapper", "..\..\..\..\..\CEF\cef_binary_3.2042.1752_windows32\libcef_dll_wrapper.vcxproj", "{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{352E81AD-A9E2-47A8-88A4-2B3DF56D369B}.Debug|Win32.ActiveCfg = Debug|Win32
{352E81AD-A9E2-47A8-88A4-2B3DF56D369B}.Debug|Win32.Build.0 = Debug|Win32
{352E81AD-A9E2-47A8-88A4-2B3DF56D369B}.Debug|x64.ActiveCfg = Debug|Win32
{352E81AD-A9E2-47A8-88A4-2B3DF56D369B}.Release|Win32.ActiveCfg = Release|Win32
{352E81AD-A9E2-47A8-88A4-2B3DF56D369B}.Release|Win32.Build.0 = Release|Win32
{352E81AD-A9E2-47A8-88A4-2B3DF56D369B}.Release|x64.ActiveCfg = Release|Win32
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Debug|Win32.ActiveCfg = Debug|Win32
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Debug|Win32.Build.0 = Debug|Win32
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Debug|x64.ActiveCfg = Debug|x64
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Debug|x64.Build.0 = Debug|x64
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Release|Win32.ActiveCfg = Release|Win32
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Release|Win32.Build.0 = Release|Win32
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Release|x64.ActiveCfg = Release|x64
{A9D6DC71-C0DC-4549-AEA0-3B15B44E86A9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal