-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSimpleMS.sln
82 lines (82 loc) · 5.24 KB
/
SimpleMS.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
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A84959B5-4EAF-4B71-A813-8E835E5F8888}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{BB2FB527-2E66-4822-A474-20B1E54A46C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{54FA7B85-CCF5-419C-801F-AA03546A0748}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{FB3F2157-6206-40AA-84C4-C3F88B09A168}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
todo.txt = todo.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fawdlstty.SimpleMS", "src\Fawdlstty.SimpleMS\Fawdlstty.SimpleMS.csproj", "{F3FD27E7-C215-4FE7-8A4D-A6E4ABF419B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Gateway", "example\Example.Gateway\Example.Gateway.csproj", "{538EA6C7-6862-4D67-9530-4CCCB4CA3149}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Interface", "example\Example.Interface\Example.Interface.csproj", "{C5547058-C86C-4694-9C55-A96AC29B52EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.ServiceA", "example\Example.ServiceA\Example.ServiceA.csproj", "{0DBF1147-C8E3-4DDE-9DB7-3150965317DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.ServiceB", "example\Example.ServiceB\Example.ServiceB.csproj", "{07C05E3E-5E1D-4A1B-885D-861807779454}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Struct", "test\Test.Struct\Test.Struct.csproj", "{9C59AFCE-0F42-4F2B-8847-A0395ED82B59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.Client", "example\Example.Client\Example.Client.csproj", "{40B37069-FD41-4FF4-A39E-71406BD36480}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3FD27E7-C215-4FE7-8A4D-A6E4ABF419B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3FD27E7-C215-4FE7-8A4D-A6E4ABF419B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3FD27E7-C215-4FE7-8A4D-A6E4ABF419B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3FD27E7-C215-4FE7-8A4D-A6E4ABF419B1}.Release|Any CPU.Build.0 = Release|Any CPU
{538EA6C7-6862-4D67-9530-4CCCB4CA3149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{538EA6C7-6862-4D67-9530-4CCCB4CA3149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{538EA6C7-6862-4D67-9530-4CCCB4CA3149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{538EA6C7-6862-4D67-9530-4CCCB4CA3149}.Release|Any CPU.Build.0 = Release|Any CPU
{C5547058-C86C-4694-9C55-A96AC29B52EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5547058-C86C-4694-9C55-A96AC29B52EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5547058-C86C-4694-9C55-A96AC29B52EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5547058-C86C-4694-9C55-A96AC29B52EB}.Release|Any CPU.Build.0 = Release|Any CPU
{0DBF1147-C8E3-4DDE-9DB7-3150965317DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DBF1147-C8E3-4DDE-9DB7-3150965317DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DBF1147-C8E3-4DDE-9DB7-3150965317DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DBF1147-C8E3-4DDE-9DB7-3150965317DE}.Release|Any CPU.Build.0 = Release|Any CPU
{07C05E3E-5E1D-4A1B-885D-861807779454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07C05E3E-5E1D-4A1B-885D-861807779454}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07C05E3E-5E1D-4A1B-885D-861807779454}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07C05E3E-5E1D-4A1B-885D-861807779454}.Release|Any CPU.Build.0 = Release|Any CPU
{9C59AFCE-0F42-4F2B-8847-A0395ED82B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C59AFCE-0F42-4F2B-8847-A0395ED82B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C59AFCE-0F42-4F2B-8847-A0395ED82B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C59AFCE-0F42-4F2B-8847-A0395ED82B59}.Release|Any CPU.Build.0 = Release|Any CPU
{40B37069-FD41-4FF4-A39E-71406BD36480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40B37069-FD41-4FF4-A39E-71406BD36480}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40B37069-FD41-4FF4-A39E-71406BD36480}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40B37069-FD41-4FF4-A39E-71406BD36480}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F3FD27E7-C215-4FE7-8A4D-A6E4ABF419B1} = {A84959B5-4EAF-4B71-A813-8E835E5F8888}
{538EA6C7-6862-4D67-9530-4CCCB4CA3149} = {54FA7B85-CCF5-419C-801F-AA03546A0748}
{C5547058-C86C-4694-9C55-A96AC29B52EB} = {54FA7B85-CCF5-419C-801F-AA03546A0748}
{0DBF1147-C8E3-4DDE-9DB7-3150965317DE} = {54FA7B85-CCF5-419C-801F-AA03546A0748}
{07C05E3E-5E1D-4A1B-885D-861807779454} = {54FA7B85-CCF5-419C-801F-AA03546A0748}
{9C59AFCE-0F42-4F2B-8847-A0395ED82B59} = {BB2FB527-2E66-4822-A474-20B1E54A46C9}
{40B37069-FD41-4FF4-A39E-71406BD36480} = {54FA7B85-CCF5-419C-801F-AA03546A0748}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F4902CE-B098-4551-8514-3ED706814BD2}
EndGlobalSection
EndGlobal