-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgp_admin_Code.sln
More file actions
49 lines (49 loc) · 3.02 KB
/
gp_admin_Code.sln
File metadata and controls
49 lines (49 loc) · 3.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gp_admin_Code", "gp_admin_Code\gp_admin_Code.csproj", "{2FC94F2B-A799-4B0A-A507-517E4974F745}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gp_DataBase", "gp_DataBase\gp_DataBase.csproj", "{9B24EB7E-13C1-45BA-99B4-81DC0166D985}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exercise.IServices", "Exercise.IServices\Exercise.IServices.csproj", "{BCC70B55-9E0D-41AA-B64B-5826A6974034}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exercise.Services", "Exercise.Services\Exercise.Services.csproj", "{720FFEF9-67A0-4AD8-B2B5-9B91956BBEE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exercise.Common", "Exercise.Common\Exercise.Common.csproj", "{AAA5980F-0E22-4B0F-927D-3B303FD1813A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FC94F2B-A799-4B0A-A507-517E4974F745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC94F2B-A799-4B0A-A507-517E4974F745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC94F2B-A799-4B0A-A507-517E4974F745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC94F2B-A799-4B0A-A507-517E4974F745}.Release|Any CPU.Build.0 = Release|Any CPU
{9B24EB7E-13C1-45BA-99B4-81DC0166D985}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B24EB7E-13C1-45BA-99B4-81DC0166D985}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B24EB7E-13C1-45BA-99B4-81DC0166D985}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B24EB7E-13C1-45BA-99B4-81DC0166D985}.Release|Any CPU.Build.0 = Release|Any CPU
{BCC70B55-9E0D-41AA-B64B-5826A6974034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCC70B55-9E0D-41AA-B64B-5826A6974034}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCC70B55-9E0D-41AA-B64B-5826A6974034}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCC70B55-9E0D-41AA-B64B-5826A6974034}.Release|Any CPU.Build.0 = Release|Any CPU
{720FFEF9-67A0-4AD8-B2B5-9B91956BBEE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{720FFEF9-67A0-4AD8-B2B5-9B91956BBEE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{720FFEF9-67A0-4AD8-B2B5-9B91956BBEE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{720FFEF9-67A0-4AD8-B2B5-9B91956BBEE9}.Release|Any CPU.Build.0 = Release|Any CPU
{AAA5980F-0E22-4B0F-927D-3B303FD1813A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAA5980F-0E22-4B0F-927D-3B303FD1813A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAA5980F-0E22-4B0F-927D-3B303FD1813A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAA5980F-0E22-4B0F-927D-3B303FD1813A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F12BAFDA-E616-4A0C-B82F-65BB1A519213}
EndGlobalSection
EndGlobal