-
Notifications
You must be signed in to change notification settings - Fork 0
/
CloudStorage.sln
61 lines (61 loc) · 4.05 KB
/
CloudStorage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileManagerService", "FileManagerService\FileManagerService.csproj", "{1E530E19-B906-4C06-9C0D-7CF3A8D0ED7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchiveService", "ArchiveService\ArchiveService.csproj", "{CD63B593-99F5-40B4-9E03-CD7261CF5273}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{87D683E3-60B2-4956-A544-1B277D7A9945}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PublicAccessService", "PublicAccessService\PublicAccessService.csproj", "{668D28EA-255A-4BDF-B5D8-E94053037C00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Domain", "Core.Domain\Core.Domain.csproj", "{10EC6930-0011-4B26-89E2-ED901C60BB0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Application", "Core.Application\Core.Application.csproj", "{15B06D67-6A26-4B67-B64A-32B90A19FBB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Infrastructure", "Core.Infrastructure\Core.Infrastructure.csproj", "{C39008C4-B897-4AF7-BBC1-D4EE7F8B02F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E530E19-B906-4C06-9C0D-7CF3A8D0ED7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E530E19-B906-4C06-9C0D-7CF3A8D0ED7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E530E19-B906-4C06-9C0D-7CF3A8D0ED7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E530E19-B906-4C06-9C0D-7CF3A8D0ED7B}.Release|Any CPU.Build.0 = Release|Any CPU
{CD63B593-99F5-40B4-9E03-CD7261CF5273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD63B593-99F5-40B4-9E03-CD7261CF5273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD63B593-99F5-40B4-9E03-CD7261CF5273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD63B593-99F5-40B4-9E03-CD7261CF5273}.Release|Any CPU.Build.0 = Release|Any CPU
{87D683E3-60B2-4956-A544-1B277D7A9945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87D683E3-60B2-4956-A544-1B277D7A9945}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87D683E3-60B2-4956-A544-1B277D7A9945}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87D683E3-60B2-4956-A544-1B277D7A9945}.Release|Any CPU.Build.0 = Release|Any CPU
{668D28EA-255A-4BDF-B5D8-E94053037C00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{668D28EA-255A-4BDF-B5D8-E94053037C00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{668D28EA-255A-4BDF-B5D8-E94053037C00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{668D28EA-255A-4BDF-B5D8-E94053037C00}.Release|Any CPU.Build.0 = Release|Any CPU
{10EC6930-0011-4B26-89E2-ED901C60BB0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10EC6930-0011-4B26-89E2-ED901C60BB0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10EC6930-0011-4B26-89E2-ED901C60BB0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10EC6930-0011-4B26-89E2-ED901C60BB0E}.Release|Any CPU.Build.0 = Release|Any CPU
{15B06D67-6A26-4B67-B64A-32B90A19FBB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15B06D67-6A26-4B67-B64A-32B90A19FBB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15B06D67-6A26-4B67-B64A-32B90A19FBB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15B06D67-6A26-4B67-B64A-32B90A19FBB6}.Release|Any CPU.Build.0 = Release|Any CPU
{C39008C4-B897-4AF7-BBC1-D4EE7F8B02F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C39008C4-B897-4AF7-BBC1-D4EE7F8B02F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C39008C4-B897-4AF7-BBC1-D4EE7F8B02F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C39008C4-B897-4AF7-BBC1-D4EE7F8B02F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BA07C78-E7D4-4B02-97DC-62FDEECF30CF}
EndGlobalSection
EndGlobal