-
Notifications
You must be signed in to change notification settings - Fork 0
/
HostAppInPanel.sln
55 lines (55 loc) · 3.01 KB
/
HostAppInPanel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostAppInPanel", "HostAppInPanel\HostAppInPanel.csproj", "{589BE371-BDB2-4F65-B7E8-CE080241069D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostAppInPanelLib", "HostAppInPanelLib\HostAppInPanelLib.csproj", "{69CFBE7E-52AB-4B81-A9F9-52830B9D9748}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostChromeInPanel", "HostChromeInPanel\HostChromeInPanel.csproj", "{6DA8F54A-E0C6-4F32-87EC-EEC99E026554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Applications", "Test Applications", "{9C67A2FE-0D79-4280-9907-8119FDC1BF2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{BFFE92AD-3949-420D-AEEA-E82FDC490532}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BCD65653-15B2-406E-A24E-B71DB192DAED}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Build.bat = Build.bat
Directory.Build.props = Directory.Build.props
Directory.NuGet.props = Directory.NuGet.props
..\Nuget.Config = ..\Nuget.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{589BE371-BDB2-4F65-B7E8-CE080241069D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589BE371-BDB2-4F65-B7E8-CE080241069D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589BE371-BDB2-4F65-B7E8-CE080241069D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589BE371-BDB2-4F65-B7E8-CE080241069D}.Release|Any CPU.Build.0 = Release|Any CPU
{69CFBE7E-52AB-4B81-A9F9-52830B9D9748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69CFBE7E-52AB-4B81-A9F9-52830B9D9748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69CFBE7E-52AB-4B81-A9F9-52830B9D9748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69CFBE7E-52AB-4B81-A9F9-52830B9D9748}.Release|Any CPU.Build.0 = Release|Any CPU
{6DA8F54A-E0C6-4F32-87EC-EEC99E026554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DA8F54A-E0C6-4F32-87EC-EEC99E026554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DA8F54A-E0C6-4F32-87EC-EEC99E026554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DA8F54A-E0C6-4F32-87EC-EEC99E026554}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{589BE371-BDB2-4F65-B7E8-CE080241069D} = {9C67A2FE-0D79-4280-9907-8119FDC1BF2F}
{69CFBE7E-52AB-4B81-A9F9-52830B9D9748} = {BFFE92AD-3949-420D-AEEA-E82FDC490532}
{6DA8F54A-E0C6-4F32-87EC-EEC99E026554} = {9C67A2FE-0D79-4280-9907-8119FDC1BF2F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {645DBA78-3EBD-4C63-AF9C-5FB736A552DB}
EndGlobalSection
EndGlobal