-
Notifications
You must be signed in to change notification settings - Fork 0
/
MessageService.sln
42 lines (42 loc) · 2.41 KB
/
MessageService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageService.Core", "MessageService.Core\MessageService.Core.csproj", "{5076C076-4237-4C9A-9E8A-10EA4CE8321B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageService.Core.Test", "MessageService.Core.Test\MessageService.Core.Test.csproj", "{B99AF320-4072-44A6-B866-A284E1DACA7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F1B0011F-50AE-46CD-B516-F21E19A0E2A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageService.Samples.Console", "MessageService.Samples.Console\MessageService.Samples.Console.csproj", "{DFC869F3-4A31-4085-8628-3FBEB38F5E77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5076C076-4237-4C9A-9E8A-10EA4CE8321B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5076C076-4237-4C9A-9E8A-10EA4CE8321B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5076C076-4237-4C9A-9E8A-10EA4CE8321B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5076C076-4237-4C9A-9E8A-10EA4CE8321B}.Release|Any CPU.Build.0 = Release|Any CPU
{B99AF320-4072-44A6-B866-A284E1DACA7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B99AF320-4072-44A6-B866-A284E1DACA7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B99AF320-4072-44A6-B866-A284E1DACA7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B99AF320-4072-44A6-B866-A284E1DACA7B}.Release|Any CPU.Build.0 = Release|Any CPU
{DFC869F3-4A31-4085-8628-3FBEB38F5E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFC869F3-4A31-4085-8628-3FBEB38F5E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFC869F3-4A31-4085-8628-3FBEB38F5E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFC869F3-4A31-4085-8628-3FBEB38F5E77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DFC869F3-4A31-4085-8628-3FBEB38F5E77} = {F1B0011F-50AE-46CD-B516-F21E19A0E2A7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B0F481B-FD67-4150-9DC0-818622F139D4}
EndGlobalSection
EndGlobal