-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMonai.Deploy.Storage.sln
72 lines (72 loc) · 4.78 KB
/
Monai.Deploy.Storage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{A73CC54A-00FC-47AA-A372-9F3E5265A5C1}"
ProjectSection(SolutionItems) = preProject
AssemblyInfo.cs = AssemblyInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Storage", "Storage\Monai.Deploy.Storage.csproj", "{C642D39F-72BB-4D6F-8302-6DAE1A386639}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Storage.AWSS3", "Plugins\AWSS3\Monai.Deploy.Storage.AWSS3.csproj", "{9E605292-D0F4-4E56-B723-D98397E07A77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Storage.Tests", "Storage\Tests\Monai.Deploy.Storage.Tests.csproj", "{C4BCE456-EFA3-4A82-ACED-86A0BDD57536}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Storage.S3Policy", "S3Policy\Monai.Deploy.Storage.S3Policy.csproj", "{6A84FFB0-149F-41B1-9B28-29F3FDC36910}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{0F380AAC-016C-4B0E-808E-059F6F17EB29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Storage.S3Policy.Tests", "S3Policy\Tests\Monai.Deploy.Storage.S3Policy.Tests.csproj", "{9D95F796-22E0-47A4-9A2D-60F85523943A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Storage.MinIO", "Plugins\MinIO\Monai.Deploy.Storage.MinIO.csproj", "{0292D249-4FDD-4C4A-9D81-669E4375D23A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Storage.MinIO.Tests", "Plugins\MinIO\Tests\Monai.Deploy.Storage.MinIO.Tests.csproj", "{FCB3FCA4-2BB6-4921-9715-CDECF343C6E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C642D39F-72BB-4D6F-8302-6DAE1A386639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C642D39F-72BB-4D6F-8302-6DAE1A386639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C642D39F-72BB-4D6F-8302-6DAE1A386639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C642D39F-72BB-4D6F-8302-6DAE1A386639}.Release|Any CPU.Build.0 = Release|Any CPU
{9E605292-D0F4-4E56-B723-D98397E07A77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E605292-D0F4-4E56-B723-D98397E07A77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E605292-D0F4-4E56-B723-D98397E07A77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E605292-D0F4-4E56-B723-D98397E07A77}.Release|Any CPU.Build.0 = Release|Any CPU
{C4BCE456-EFA3-4A82-ACED-86A0BDD57536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4BCE456-EFA3-4A82-ACED-86A0BDD57536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4BCE456-EFA3-4A82-ACED-86A0BDD57536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4BCE456-EFA3-4A82-ACED-86A0BDD57536}.Release|Any CPU.Build.0 = Release|Any CPU
{6A84FFB0-149F-41B1-9B28-29F3FDC36910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A84FFB0-149F-41B1-9B28-29F3FDC36910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A84FFB0-149F-41B1-9B28-29F3FDC36910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A84FFB0-149F-41B1-9B28-29F3FDC36910}.Release|Any CPU.Build.0 = Release|Any CPU
{9D95F796-22E0-47A4-9A2D-60F85523943A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D95F796-22E0-47A4-9A2D-60F85523943A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D95F796-22E0-47A4-9A2D-60F85523943A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D95F796-22E0-47A4-9A2D-60F85523943A}.Release|Any CPU.Build.0 = Release|Any CPU
{0292D249-4FDD-4C4A-9D81-669E4375D23A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0292D249-4FDD-4C4A-9D81-669E4375D23A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0292D249-4FDD-4C4A-9D81-669E4375D23A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0292D249-4FDD-4C4A-9D81-669E4375D23A}.Release|Any CPU.Build.0 = Release|Any CPU
{FCB3FCA4-2BB6-4921-9715-CDECF343C6E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCB3FCA4-2BB6-4921-9715-CDECF343C6E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCB3FCA4-2BB6-4921-9715-CDECF343C6E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCB3FCA4-2BB6-4921-9715-CDECF343C6E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E605292-D0F4-4E56-B723-D98397E07A77} = {0F380AAC-016C-4B0E-808E-059F6F17EB29}
{0292D249-4FDD-4C4A-9D81-669E4375D23A} = {0F380AAC-016C-4B0E-808E-059F6F17EB29}
{FCB3FCA4-2BB6-4921-9715-CDECF343C6E2} = {0F380AAC-016C-4B0E-808E-059F6F17EB29}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1105263-9CBF-45AA-BAC3-BD8504C1B962}
EndGlobalSection
EndGlobal