-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlatformService.sln
37 lines (37 loc) · 2.04 KB
/
PlatformService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlatformService", "PlatformService\PlatformService.csproj", "{1B146D35-9235-4233-B5C8-D9B39FF8926D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceBusPublisher", "ServiceBusPublisher\ServiceBusPublisher.csproj", "{7A7FA5C3-6D54-4CE9-94A2-3C10F4E2964A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{3579E4B4-FF96-4B5C-A607-BAF445CFF927}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B146D35-9235-4233-B5C8-D9B39FF8926D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B146D35-9235-4233-B5C8-D9B39FF8926D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B146D35-9235-4233-B5C8-D9B39FF8926D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B146D35-9235-4233-B5C8-D9B39FF8926D}.Release|Any CPU.Build.0 = Release|Any CPU
{7A7FA5C3-6D54-4CE9-94A2-3C10F4E2964A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A7FA5C3-6D54-4CE9-94A2-3C10F4E2964A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A7FA5C3-6D54-4CE9-94A2-3C10F4E2964A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A7FA5C3-6D54-4CE9-94A2-3C10F4E2964A}.Release|Any CPU.Build.0 = Release|Any CPU
{3579E4B4-FF96-4B5C-A607-BAF445CFF927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3579E4B4-FF96-4B5C-A607-BAF445CFF927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3579E4B4-FF96-4B5C-A607-BAF445CFF927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3579E4B4-FF96-4B5C-A607-BAF445CFF927}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64D3040D-810E-4ED6-8F93-86F042168FF0}
EndGlobalSection
EndGlobal