-
Notifications
You must be signed in to change notification settings - Fork 7
/
CefSharp.Owin.sln
38 lines (38 loc) · 2.02 KB
/
CefSharp.Owin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.Owin", "CefSharp.Owin\CefSharp.Owin.csproj", "{03D9283D-F1EB-43EE-AF64-87584BCC191F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.Owin.Example.Wpf", "CefSharp.Owin.Example.Wpf\CefSharp.Owin.Example.Wpf.csproj", "{E37F5AAA-297F-4F22-847E-A6B79131B63B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Debug|x64.ActiveCfg = Debug|x64
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Debug|x64.Build.0 = Debug|x64
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Debug|x86.ActiveCfg = Debug|x86
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Debug|x86.Build.0 = Debug|x86
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Release|x64.ActiveCfg = Release|x64
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Release|x64.Build.0 = Release|x64
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Release|x86.ActiveCfg = Release|x86
{03D9283D-F1EB-43EE-AF64-87584BCC191F}.Release|x86.Build.0 = Release|x86
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Debug|x64.ActiveCfg = Debug|x64
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Debug|x64.Build.0 = Debug|x64
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Debug|x86.ActiveCfg = Debug|x86
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Debug|x86.Build.0 = Debug|x86
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Release|x64.ActiveCfg = Release|x64
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Release|x64.Build.0 = Release|x64
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Release|x86.ActiveCfg = Release|x86
{E37F5AAA-297F-4F22-847E-A6B79131B63B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal