-
Notifications
You must be signed in to change notification settings - Fork 5
/
CefSharp.Extensions.sln
36 lines (36 loc) · 1.85 KB
/
CefSharp.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.Extensions", "CefSharp.Extensions\CefSharp.Extensions.csproj", "{7B4F7BA2-BAF7-4E8E-B168-6BA23D382168}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.Extensions.Test", "CefSharp.Extensions.Test\CefSharp.Extensions.Test.csproj", "{817FF21A-1F45-4BA9-84AD-F7C478957C53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E469F503-D619-46A2-9A8A-5F465C7E8119}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B4F7BA2-BAF7-4E8E-B168-6BA23D382168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B4F7BA2-BAF7-4E8E-B168-6BA23D382168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B4F7BA2-BAF7-4E8E-B168-6BA23D382168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B4F7BA2-BAF7-4E8E-B168-6BA23D382168}.Release|Any CPU.Build.0 = Release|Any CPU
{817FF21A-1F45-4BA9-84AD-F7C478957C53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817FF21A-1F45-4BA9-84AD-F7C478957C53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817FF21A-1F45-4BA9-84AD-F7C478957C53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817FF21A-1F45-4BA9-84AD-F7C478957C53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A9393FC-8525-4BC2-B8CC-CB637A4C080B}
EndGlobalSection
EndGlobal