-
Notifications
You must be signed in to change notification settings - Fork 1
/
G2Libsys.sln
42 lines (42 loc) · 2.27 KB
/
G2Libsys.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "G2Libsys", "G2Libsys\G2Libsys.csproj", "{11BA87DA-1632-4436-B379-D2EAB89C4153}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "G2Libsys.Library", "G2Libsys.Library\G2Libsys.Library.csproj", "{30A7AB0B-9ECF-4882-9483-2D02B3AF3A2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "G2Libsys.Data", "G2Libsys.Data\G2Libsys.Data.csproj", "{CCA5CA7A-2591-47B1-B532-38271445BD06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03E9AA57-B965-46E2-A8D3-CE2A3A2A54C0}"
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
{11BA87DA-1632-4436-B379-D2EAB89C4153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11BA87DA-1632-4436-B379-D2EAB89C4153}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11BA87DA-1632-4436-B379-D2EAB89C4153}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11BA87DA-1632-4436-B379-D2EAB89C4153}.Release|Any CPU.Build.0 = Release|Any CPU
{30A7AB0B-9ECF-4882-9483-2D02B3AF3A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30A7AB0B-9ECF-4882-9483-2D02B3AF3A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30A7AB0B-9ECF-4882-9483-2D02B3AF3A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30A7AB0B-9ECF-4882-9483-2D02B3AF3A2D}.Release|Any CPU.Build.0 = Release|Any CPU
{CCA5CA7A-2591-47B1-B532-38271445BD06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCA5CA7A-2591-47B1-B532-38271445BD06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCA5CA7A-2591-47B1-B532-38271445BD06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCA5CA7A-2591-47B1-B532-38271445BD06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9829A39E-0284-42C1-BEEF-EC6CCCD4EEA6}
EndGlobalSection
EndGlobal