-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMonai.Deploy.Messaging.sln
69 lines (68 loc) · 3.82 KB
/
Monai.Deploy.Messaging.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
Microsoft Visual Studio Solution File, Format Version 12.00
<!--
~ Copyright 2022 MONAI Consortium
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Messaging", "Messaging\Monai.Deploy.Messaging.csproj", "{0EF89B52-A68A-4F5A-B5C6-49D6AC3582C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{A73CC54A-00FC-47AA-A372-9F3E5265A5C1}"
ProjectSection(SolutionItems) = preProject
AssemblyInfo.cs = AssemblyInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{50EFF021-4EA8-4D89-8312-306C4EAD8494}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Messaging.RabbitMQ", "Plugins\RabbitMQ\Monai.Deploy.Messaging.RabbitMQ.csproj", "{AE474A08-0325-486F-A895-6E792EAE8349}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Messaging.RabbitMQ.Tests", "Plugins\RabbitMQ\Tests\Monai.Deploy.Messaging.RabbitMQ.Tests.csproj", "{64BEE9D2-88B4-4035-A1C8-E00413B5E206}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Messaging.Tests", "Messaging\Tests\Monai.Deploy.Messaging.Tests.csproj", "{08E0CD28-7CCD-4718-BCFF-15EF416C4D8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EF89B52-A68A-4F5A-B5C6-49D6AC3582C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EF89B52-A68A-4F5A-B5C6-49D6AC3582C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EF89B52-A68A-4F5A-B5C6-49D6AC3582C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EF89B52-A68A-4F5A-B5C6-49D6AC3582C8}.Release|Any CPU.Build.0 = Release|Any CPU
{AE474A08-0325-486F-A895-6E792EAE8349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE474A08-0325-486F-A895-6E792EAE8349}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE474A08-0325-486F-A895-6E792EAE8349}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE474A08-0325-486F-A895-6E792EAE8349}.Release|Any CPU.Build.0 = Release|Any CPU
{64BEE9D2-88B4-4035-A1C8-E00413B5E206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64BEE9D2-88B4-4035-A1C8-E00413B5E206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64BEE9D2-88B4-4035-A1C8-E00413B5E206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64BEE9D2-88B4-4035-A1C8-E00413B5E206}.Release|Any CPU.Build.0 = Release|Any CPU
{08E0CD28-7CCD-4718-BCFF-15EF416C4D8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08E0CD28-7CCD-4718-BCFF-15EF416C4D8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08E0CD28-7CCD-4718-BCFF-15EF416C4D8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08E0CD28-7CCD-4718-BCFF-15EF416C4D8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AE474A08-0325-486F-A895-6E792EAE8349} = {50EFF021-4EA8-4D89-8312-306C4EAD8494}
{64BEE9D2-88B4-4035-A1C8-E00413B5E206} = {50EFF021-4EA8-4D89-8312-306C4EAD8494}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1105263-9CBF-45AA-BAC3-BD8504C1B962}
EndGlobalSection
EndGlobal