This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
AppHostCefSharp.sln
68 lines (68 loc) · 4.1 KB
/
AppHostCefSharp.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelDnaExample", "ExcelDnaExample\ExcelDnaExample.csproj", "{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppHostCefSharp", "AppHostCefSharp\AppHostCefSharp.csproj", "{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}"
ProjectSection(ProjectDependencies) = postProject
{7547CFB2-5923-40D1-9645-903644D34E92} = {7547CFB2-5923-40D1-9645-903644D34E92}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppHostCefSharp.Services", "AppHostCefSharp.Services\AppHostCefSharp.Services.csproj", "{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppHostCefSharp.WebBrowser", "AppHostCefSharp.WebBrowser\AppHostCefSharp.WebBrowser.csproj", "{7547CFB2-5923-40D1-9645-903644D34E92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF66B53F-73D2-47EE-9464-169FA7E497B6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Debug|Any CPU.ActiveCfg = Debug|x86
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Debug|Any CPU.Build.0 = Debug|x86
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Debug|x86.ActiveCfg = Debug|x86
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Debug|x86.Build.0 = Debug|x86
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Release|Any CPU.ActiveCfg = Release|x86
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Release|Any CPU.Build.0 = Release|x86
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Release|x86.ActiveCfg = Release|x86
{ECB915E3-D3FB-48E8-B906-6E06B0994FC4}.Release|x86.Build.0 = Release|x86
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Debug|x86.ActiveCfg = Debug|Any CPU
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Debug|x86.Build.0 = Debug|Any CPU
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Release|Any CPU.Build.0 = Release|Any CPU
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Release|x86.ActiveCfg = Release|Any CPU
{29FC6DC1-B9E2-471F-8AA3-9F93363F55DD}.Release|x86.Build.0 = Release|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Debug|x86.ActiveCfg = Debug|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Debug|x86.Build.0 = Debug|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Release|Any CPU.Build.0 = Release|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Release|x86.ActiveCfg = Release|Any CPU
{DF29513B-2C81-48D9-97CD-45CC17AFB5D2}.Release|x86.Build.0 = Release|Any CPU
{7547CFB2-5923-40D1-9645-903644D34E92}.Debug|Any CPU.ActiveCfg = Debug|x86
{7547CFB2-5923-40D1-9645-903644D34E92}.Debug|Any CPU.Build.0 = Debug|x86
{7547CFB2-5923-40D1-9645-903644D34E92}.Debug|x86.ActiveCfg = Debug|x86
{7547CFB2-5923-40D1-9645-903644D34E92}.Debug|x86.Build.0 = Debug|x86
{7547CFB2-5923-40D1-9645-903644D34E92}.Release|Any CPU.ActiveCfg = Release|x86
{7547CFB2-5923-40D1-9645-903644D34E92}.Release|x86.ActiveCfg = Release|x86
{7547CFB2-5923-40D1-9645-903644D34E92}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E5AE86A-FF45-4E38-9342-C7A5A7FE27C0}
EndGlobalSection
EndGlobal