forked from dotnetcore/AgileConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AgileConfig.sln
96 lines (96 loc) · 6.62 KB
/
AgileConfig.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgileConfig.Server.Apisite", "AgileConfig.Server.Apisite\AgileConfig.Server.Apisite.csproj", "{55EE475A-6F4E-44AF-85C6-9CF6037BA6EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E3E3A07-0DAA-4054-ADBB-18AD50AFB0EF}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
License.txt = License.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgileConfig.Server.IService", "AgileConfig.Server.IService\AgileConfig.Server.IService.csproj", "{5BE6420C-5798-4E06-8119-A0E9889B32BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgileConfig.Server.Service", "AgileConfig.Server.Service\AgileConfig.Server.Service.csproj", "{10FE686F-AE1A-4FE6-9CC1-7AE2097FD165}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgileConfig.Server.Data.Entity", "AgileConfig.Server.Data.Entity\AgileConfig.Server.Data.Entity.csproj", "{DAEA55BA-B79B-44CE-BCB4-6A69B83D55CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgileConfig.Server.Common", "AgileConfig.Server.Common\AgileConfig.Server.Common.csproj", "{52BFD5C6-B473-433C-A698-A2D3B6823B12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{1D2FD643-CB85-40F9-BC8A-CE4A39E9F43E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "protocol", "protocol", "{1902AB89-1E27-44C0-8286-3147CC039FF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Agile.Config.Protocol", "Agile.Config.Protocol\Agile.Config.Protocol.csproj", "{1B01F2FF-0A07-45AD-BB8D-6DCAEF9381E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_test", "_test", "{F277EC27-8C0E-4490-9645-F5F3244F9246}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiSiteTests", "ApiSiteTests\ApiSiteTests.csproj", "{EA462A1A-03CB-4FF0-AA1E-0988021E8711}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgileConfig.Server.Data.Freesql", "AgileConfig.Server.Data.Freesql\AgileConfig.Server.Data.Freesql.csproj", "{1EBE3129-A926-497A-801E-FDC29F998272}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgileConfig.Server.ServiceTests", "AgileConfig.Server.ServiceTests\AgileConfig.Server.ServiceTests.csproj", "{8CE2DB53-3A35-4991-A419-0EC12B001F59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55EE475A-6F4E-44AF-85C6-9CF6037BA6EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55EE475A-6F4E-44AF-85C6-9CF6037BA6EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55EE475A-6F4E-44AF-85C6-9CF6037BA6EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55EE475A-6F4E-44AF-85C6-9CF6037BA6EE}.Release|Any CPU.Build.0 = Release|Any CPU
{5BE6420C-5798-4E06-8119-A0E9889B32BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BE6420C-5798-4E06-8119-A0E9889B32BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BE6420C-5798-4E06-8119-A0E9889B32BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BE6420C-5798-4E06-8119-A0E9889B32BA}.Release|Any CPU.Build.0 = Release|Any CPU
{10FE686F-AE1A-4FE6-9CC1-7AE2097FD165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10FE686F-AE1A-4FE6-9CC1-7AE2097FD165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10FE686F-AE1A-4FE6-9CC1-7AE2097FD165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10FE686F-AE1A-4FE6-9CC1-7AE2097FD165}.Release|Any CPU.Build.0 = Release|Any CPU
{DAEA55BA-B79B-44CE-BCB4-6A69B83D55CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAEA55BA-B79B-44CE-BCB4-6A69B83D55CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAEA55BA-B79B-44CE-BCB4-6A69B83D55CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAEA55BA-B79B-44CE-BCB4-6A69B83D55CB}.Release|Any CPU.Build.0 = Release|Any CPU
{52BFD5C6-B473-433C-A698-A2D3B6823B12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52BFD5C6-B473-433C-A698-A2D3B6823B12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52BFD5C6-B473-433C-A698-A2D3B6823B12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52BFD5C6-B473-433C-A698-A2D3B6823B12}.Release|Any CPU.Build.0 = Release|Any CPU
{1B01F2FF-0A07-45AD-BB8D-6DCAEF9381E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B01F2FF-0A07-45AD-BB8D-6DCAEF9381E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B01F2FF-0A07-45AD-BB8D-6DCAEF9381E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B01F2FF-0A07-45AD-BB8D-6DCAEF9381E1}.Release|Any CPU.Build.0 = Release|Any CPU
{EA462A1A-03CB-4FF0-AA1E-0988021E8711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA462A1A-03CB-4FF0-AA1E-0988021E8711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA462A1A-03CB-4FF0-AA1E-0988021E8711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA462A1A-03CB-4FF0-AA1E-0988021E8711}.Release|Any CPU.Build.0 = Release|Any CPU
{1EBE3129-A926-497A-801E-FDC29F998272}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EBE3129-A926-497A-801E-FDC29F998272}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EBE3129-A926-497A-801E-FDC29F998272}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EBE3129-A926-497A-801E-FDC29F998272}.Release|Any CPU.Build.0 = Release|Any CPU
{8CE2DB53-3A35-4991-A419-0EC12B001F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CE2DB53-3A35-4991-A419-0EC12B001F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE2DB53-3A35-4991-A419-0EC12B001F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE2DB53-3A35-4991-A419-0EC12B001F59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{55EE475A-6F4E-44AF-85C6-9CF6037BA6EE} = {1D2FD643-CB85-40F9-BC8A-CE4A39E9F43E}
{5BE6420C-5798-4E06-8119-A0E9889B32BA} = {1D2FD643-CB85-40F9-BC8A-CE4A39E9F43E}
{10FE686F-AE1A-4FE6-9CC1-7AE2097FD165} = {1D2FD643-CB85-40F9-BC8A-CE4A39E9F43E}
{DAEA55BA-B79B-44CE-BCB4-6A69B83D55CB} = {1D2FD643-CB85-40F9-BC8A-CE4A39E9F43E}
{52BFD5C6-B473-433C-A698-A2D3B6823B12} = {1D2FD643-CB85-40F9-BC8A-CE4A39E9F43E}
{1B01F2FF-0A07-45AD-BB8D-6DCAEF9381E1} = {1902AB89-1E27-44C0-8286-3147CC039FF6}
{EA462A1A-03CB-4FF0-AA1E-0988021E8711} = {F277EC27-8C0E-4490-9645-F5F3244F9246}
{1EBE3129-A926-497A-801E-FDC29F998272} = {1D2FD643-CB85-40F9-BC8A-CE4A39E9F43E}
{8CE2DB53-3A35-4991-A419-0EC12B001F59} = {F277EC27-8C0E-4490-9645-F5F3244F9246}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F10DB58-5B6F-4EAC-994F-14E8046B306F}
EndGlobalSection
EndGlobal