-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFileService.sln
43 lines (43 loc) · 2.55 KB
/
FileService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileService", "FileStorageService\FileService.csproj", "{0A3F42EC-C560-4CEA-B20C-1E55B00FB575}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileService.Test", "FileService.Test\FileService.Test.csproj", "{DB076CB9-5C16-4D96-8996-BBBABC78886A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileService.AWS", "FileService.AWS\FileService.AWS.csproj", "{D3D1746F-B9B5-4E7C-B74B-7F7069C1A998}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileService.Azure", "FileService.Azure\FileService.Azure.csproj", "{6619E02B-4679-4391-BFA8-35E8C0A8144F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A3F42EC-C560-4CEA-B20C-1E55B00FB575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A3F42EC-C560-4CEA-B20C-1E55B00FB575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A3F42EC-C560-4CEA-B20C-1E55B00FB575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A3F42EC-C560-4CEA-B20C-1E55B00FB575}.Release|Any CPU.Build.0 = Release|Any CPU
{DB076CB9-5C16-4D96-8996-BBBABC78886A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB076CB9-5C16-4D96-8996-BBBABC78886A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB076CB9-5C16-4D96-8996-BBBABC78886A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB076CB9-5C16-4D96-8996-BBBABC78886A}.Release|Any CPU.Build.0 = Release|Any CPU
{D3D1746F-B9B5-4E7C-B74B-7F7069C1A998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3D1746F-B9B5-4E7C-B74B-7F7069C1A998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3D1746F-B9B5-4E7C-B74B-7F7069C1A998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3D1746F-B9B5-4E7C-B74B-7F7069C1A998}.Release|Any CPU.Build.0 = Release|Any CPU
{6619E02B-4679-4391-BFA8-35E8C0A8144F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6619E02B-4679-4391-BFA8-35E8C0A8144F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6619E02B-4679-4391-BFA8-35E8C0A8144F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6619E02B-4679-4391-BFA8-35E8C0A8144F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE4B9CE4-998A-465A-A305-DB72876A48F9}
EndGlobalSection
EndGlobal