-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGbxIo.sln
43 lines (43 loc) · 2.5 KB
/
GbxIo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GbxIo", "GbxIo\GbxIo\GbxIo.csproj", "{984F80C3-E2D9-4590-AF32-04FD516A1827}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GbxIo.Client", "GbxIo\GbxIo.Client\GbxIo.Client.csproj", "{A03FD04F-87F9-4833-82F1-BBF31C87F7A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GbxIo.Components", "GbxIo.Components\GbxIo.Components.csproj", "{972A0904-3BC5-483E-A47B-8BE7E40B2C15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GbxIo.PWA", "GbxIo.PWA\GbxIo.PWA.csproj", "{18302BB8-4719-48BF-B6B3-A4DE199ADD80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{984F80C3-E2D9-4590-AF32-04FD516A1827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{984F80C3-E2D9-4590-AF32-04FD516A1827}.Debug|Any CPU.Build.0 = Debug|Any CPU
{984F80C3-E2D9-4590-AF32-04FD516A1827}.Release|Any CPU.ActiveCfg = Release|Any CPU
{984F80C3-E2D9-4590-AF32-04FD516A1827}.Release|Any CPU.Build.0 = Release|Any CPU
{A03FD04F-87F9-4833-82F1-BBF31C87F7A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A03FD04F-87F9-4833-82F1-BBF31C87F7A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A03FD04F-87F9-4833-82F1-BBF31C87F7A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A03FD04F-87F9-4833-82F1-BBF31C87F7A9}.Release|Any CPU.Build.0 = Release|Any CPU
{972A0904-3BC5-483E-A47B-8BE7E40B2C15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{972A0904-3BC5-483E-A47B-8BE7E40B2C15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{972A0904-3BC5-483E-A47B-8BE7E40B2C15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{972A0904-3BC5-483E-A47B-8BE7E40B2C15}.Release|Any CPU.Build.0 = Release|Any CPU
{18302BB8-4719-48BF-B6B3-A4DE199ADD80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18302BB8-4719-48BF-B6B3-A4DE199ADD80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18302BB8-4719-48BF-B6B3-A4DE199ADD80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18302BB8-4719-48BF-B6B3-A4DE199ADD80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FD458D7-11CD-4BF5-8C27-487479F057FE}
EndGlobalSection
EndGlobal