-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpringIt.Common.sln
More file actions
75 lines (75 loc) · 5.1 KB
/
Copy pathSpringIt.Common.sln
File metadata and controls
75 lines (75 loc) · 5.1 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{12DD40D7-8F15-4640-9330-A334D75DF0C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{78D022D2-CCC3-4F52-A390-0A257C2A7DEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpringIt.ServiceBus.SimpleInjector.Endpoint", "test\SpringIt.ServiceBus.SimpleInjector.Endpoint\SpringIt.ServiceBus.SimpleInjector.Endpoint.csproj", "{64F7F799-57B4-4340-A6EA-BE02EB406D42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpringIt.ServiceBus.Test", "test\SpringIt.ServiceBus.Test\SpringIt.ServiceBus.Test.csproj", "{89B7FA76-87FF-4BFC-8618-5446BFAEF61A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestEndpoint", "TestEndpoint", "{ABAEE599-3F8E-4CDE-BEB9-4743564C1570}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net46", "net46", "{41FB68EB-4615-4501-A8D6-5AC95B66F15C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "netstandard", "netstandard", "{039636B7-ED65-458F-A654-96E8E2C63BD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpringIt.Config", "src\netstandard\SpringIt.Config\SpringIt.Config.csproj", "{0B478503-D28A-4B1F-9379-77C317530A0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpringIt.ServiceBus.Common", "src\netstandard\SpringIt.ServiceBus.Common\SpringIt.ServiceBus.Common.csproj", "{9CF79945-8472-4DFC-8976-0EBB5028A9B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpringIt.ServiceBus", "src\netstandard\SpringIt.ServiceBus\SpringIt.ServiceBus.csproj", "{E37344C7-7592-4698-838A-E4334A433D5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpringIt.ServiceBus.SimpleInjector", "src\netstandard\SpringIt.ServiceBus.SimpleInjector\SpringIt.ServiceBus.SimpleInjector.csproj", "{63C25570-3AD0-41A5-BE6A-A54737E3C2CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64F7F799-57B4-4340-A6EA-BE02EB406D42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64F7F799-57B4-4340-A6EA-BE02EB406D42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64F7F799-57B4-4340-A6EA-BE02EB406D42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64F7F799-57B4-4340-A6EA-BE02EB406D42}.Release|Any CPU.Build.0 = Release|Any CPU
{89B7FA76-87FF-4BFC-8618-5446BFAEF61A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B7FA76-87FF-4BFC-8618-5446BFAEF61A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B7FA76-87FF-4BFC-8618-5446BFAEF61A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B7FA76-87FF-4BFC-8618-5446BFAEF61A}.Release|Any CPU.Build.0 = Release|Any CPU
{0B478503-D28A-4B1F-9379-77C317530A0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B478503-D28A-4B1F-9379-77C317530A0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B478503-D28A-4B1F-9379-77C317530A0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B478503-D28A-4B1F-9379-77C317530A0C}.Release|Any CPU.Build.0 = Release|Any CPU
{9CF79945-8472-4DFC-8976-0EBB5028A9B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CF79945-8472-4DFC-8976-0EBB5028A9B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CF79945-8472-4DFC-8976-0EBB5028A9B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CF79945-8472-4DFC-8976-0EBB5028A9B4}.Release|Any CPU.Build.0 = Release|Any CPU
{E37344C7-7592-4698-838A-E4334A433D5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E37344C7-7592-4698-838A-E4334A433D5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E37344C7-7592-4698-838A-E4334A433D5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E37344C7-7592-4698-838A-E4334A433D5B}.Release|Any CPU.Build.0 = Release|Any CPU
{63C25570-3AD0-41A5-BE6A-A54737E3C2CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63C25570-3AD0-41A5-BE6A-A54737E3C2CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63C25570-3AD0-41A5-BE6A-A54737E3C2CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63C25570-3AD0-41A5-BE6A-A54737E3C2CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64F7F799-57B4-4340-A6EA-BE02EB406D42} = {ABAEE599-3F8E-4CDE-BEB9-4743564C1570}
{89B7FA76-87FF-4BFC-8618-5446BFAEF61A} = {12DD40D7-8F15-4640-9330-A334D75DF0C8}
{41FB68EB-4615-4501-A8D6-5AC95B66F15C} = {78D022D2-CCC3-4F52-A390-0A257C2A7DEB}
{039636B7-ED65-458F-A654-96E8E2C63BD5} = {78D022D2-CCC3-4F52-A390-0A257C2A7DEB}
{0B478503-D28A-4B1F-9379-77C317530A0C} = {039636B7-ED65-458F-A654-96E8E2C63BD5}
{9CF79945-8472-4DFC-8976-0EBB5028A9B4} = {039636B7-ED65-458F-A654-96E8E2C63BD5}
{E37344C7-7592-4698-838A-E4334A433D5B} = {039636B7-ED65-458F-A654-96E8E2C63BD5}
{63C25570-3AD0-41A5-BE6A-A54737E3C2CC} = {039636B7-ED65-458F-A654-96E8E2C63BD5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53175888-C8CA-430D-B4F0-46DB0D72C917}
EndGlobalSection
EndGlobal