-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCloud.File.Storage.Manager.sln
49 lines (49 loc) · 3.31 KB
/
Cloud.File.Storage.Manager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cloud.File.Storage.Manager.Common", "Cloud.File.Storage.Manager.Common\Cloud.File.Storage.Manager.Common.csproj", "{C080EEA5-E62D-4929-8798-F27A8BB76FEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cloud.File.Storage.Manager.AzureBlob", "Cloud.File.Storage.Manager.AzureBlob\Cloud.File.Storage.Manager.AzureBlob.csproj", "{3FF914DE-85E0-44FA-BACF-719F9D9CBAC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cloud.File.Storage.Manager.AmazonS3", "Cloud.File.Storage.Manager.AmazonS3\Cloud.File.Storage.Manager.AmazonS3.csproj", "{9D3FD6C2-860D-40A7-A3AF-FA8C88383F11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cloud.File.Storage.Manager.Physical", "Cloud.File.Storage.Manager.Physical\Cloud.File.Storage.Manager.Physical.csproj", "{E3AA0988-5D3E-4039-9893-F6157BB149A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cloud.File.Storage.Manager.Minio", "Cloud.File.Storage.Manager.Minio\Cloud.File.Storage.Manager.Minio.csproj", "{CB73E090-5D54-4D73-916C-D2B494736786}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C080EEA5-E62D-4929-8798-F27A8BB76FEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C080EEA5-E62D-4929-8798-F27A8BB76FEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C080EEA5-E62D-4929-8798-F27A8BB76FEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C080EEA5-E62D-4929-8798-F27A8BB76FEC}.Release|Any CPU.Build.0 = Release|Any CPU
{3FF914DE-85E0-44FA-BACF-719F9D9CBAC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FF914DE-85E0-44FA-BACF-719F9D9CBAC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FF914DE-85E0-44FA-BACF-719F9D9CBAC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FF914DE-85E0-44FA-BACF-719F9D9CBAC2}.Release|Any CPU.Build.0 = Release|Any CPU
{9D3FD6C2-860D-40A7-A3AF-FA8C88383F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D3FD6C2-860D-40A7-A3AF-FA8C88383F11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D3FD6C2-860D-40A7-A3AF-FA8C88383F11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D3FD6C2-860D-40A7-A3AF-FA8C88383F11}.Release|Any CPU.Build.0 = Release|Any CPU
{E3AA0988-5D3E-4039-9893-F6157BB149A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3AA0988-5D3E-4039-9893-F6157BB149A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3AA0988-5D3E-4039-9893-F6157BB149A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3AA0988-5D3E-4039-9893-F6157BB149A1}.Release|Any CPU.Build.0 = Release|Any CPU
{CB73E090-5D54-4D73-916C-D2B494736786}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB73E090-5D54-4D73-916C-D2B494736786}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB73E090-5D54-4D73-916C-D2B494736786}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB73E090-5D54-4D73-916C-D2B494736786}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3589C95A-2CCA-4942-B944-9F4E3813539D}
EndGlobalSection
EndGlobal