-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdamServices.Utilities.Managment.sln
More file actions
53 lines (53 loc) · 3.22 KB
/
AdamServices.Utilities.Managment.sln
File metadata and controls
53 lines (53 loc) · 3.22 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
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35514.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BE341BFC-41B9-4F95-9C33-F08A260C87CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managment", "src\Managment\Managment.csproj", "{60A2D587-4FE1-4589-A14E-A280773955F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managment.Core", "src\Managment.Core\Managment.Core.csproj", "{2E22056B-A9EC-4CEE-9BAC-325431F1D97B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managment.Interface", "src\Managment.Interface\Managment.Interface.csproj", "{43258038-5E87-4C5F-955C-327BB0484385}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managment.Services.Common", "src\Managment.Services.Common\Managment.Services.Common.csproj", "{CE4B010A-357C-43A7-9F84-92CD75A91383}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "services_files", "services_files", "{B5132A21-56DD-4CBA-BFE9-D20D492AEE70}"
ProjectSection(SolutionItems) = preProject
service_repositories_list.json = service_repositories_list.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60A2D587-4FE1-4589-A14E-A280773955F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60A2D587-4FE1-4589-A14E-A280773955F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60A2D587-4FE1-4589-A14E-A280773955F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60A2D587-4FE1-4589-A14E-A280773955F7}.Release|Any CPU.Build.0 = Release|Any CPU
{2E22056B-A9EC-4CEE-9BAC-325431F1D97B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E22056B-A9EC-4CEE-9BAC-325431F1D97B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E22056B-A9EC-4CEE-9BAC-325431F1D97B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E22056B-A9EC-4CEE-9BAC-325431F1D97B}.Release|Any CPU.Build.0 = Release|Any CPU
{43258038-5E87-4C5F-955C-327BB0484385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43258038-5E87-4C5F-955C-327BB0484385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43258038-5E87-4C5F-955C-327BB0484385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43258038-5E87-4C5F-955C-327BB0484385}.Release|Any CPU.Build.0 = Release|Any CPU
{CE4B010A-357C-43A7-9F84-92CD75A91383}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE4B010A-357C-43A7-9F84-92CD75A91383}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE4B010A-357C-43A7-9F84-92CD75A91383}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE4B010A-357C-43A7-9F84-92CD75A91383}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{60A2D587-4FE1-4589-A14E-A280773955F7} = {BE341BFC-41B9-4F95-9C33-F08A260C87CE}
{2E22056B-A9EC-4CEE-9BAC-325431F1D97B} = {BE341BFC-41B9-4F95-9C33-F08A260C87CE}
{43258038-5E87-4C5F-955C-327BB0484385} = {BE341BFC-41B9-4F95-9C33-F08A260C87CE}
{CE4B010A-357C-43A7-9F84-92CD75A91383} = {BE341BFC-41B9-4F95-9C33-F08A260C87CE}
EndGlobalSection
EndGlobal