-
Notifications
You must be signed in to change notification settings - Fork 1
/
NServiceBus.AcceptanceTesting.Sample.sln
57 lines (57 loc) · 3.27 KB
/
NServiceBus.AcceptanceTesting.Sample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sales", "Sales\Sales.csproj", "{530E1682-13FD-468A-BE4D-08FF9B633C40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shipping", "Shipping\Shipping.csproj", "{8D7CEF7E-C153-4C3E-9508-CFE1B42FED58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messages", "Messages\Messages.csproj", "{7C3EEA86-54DF-4174-9893-D30D82F6C916}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScenarioTests", "ScenarioTests\ScenarioTests.csproj", "{E8B9FD34-C692-4E4F-B8A5-CDB31703E468}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{3C7AF7E3-34AF-4EAA-816E-B8B56FA3DC8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{404B482F-1B1C-4F7A-A044-F28622D83EA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A9A09D78-A588-438A-817F-4E08FF5789A1}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{530E1682-13FD-468A-BE4D-08FF9B633C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{530E1682-13FD-468A-BE4D-08FF9B633C40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{530E1682-13FD-468A-BE4D-08FF9B633C40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{530E1682-13FD-468A-BE4D-08FF9B633C40}.Release|Any CPU.Build.0 = Release|Any CPU
{8D7CEF7E-C153-4C3E-9508-CFE1B42FED58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D7CEF7E-C153-4C3E-9508-CFE1B42FED58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D7CEF7E-C153-4C3E-9508-CFE1B42FED58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D7CEF7E-C153-4C3E-9508-CFE1B42FED58}.Release|Any CPU.Build.0 = Release|Any CPU
{7C3EEA86-54DF-4174-9893-D30D82F6C916}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C3EEA86-54DF-4174-9893-D30D82F6C916}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C3EEA86-54DF-4174-9893-D30D82F6C916}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C3EEA86-54DF-4174-9893-D30D82F6C916}.Release|Any CPU.Build.0 = Release|Any CPU
{E8B9FD34-C692-4E4F-B8A5-CDB31703E468}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8B9FD34-C692-4E4F-B8A5-CDB31703E468}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8B9FD34-C692-4E4F-B8A5-CDB31703E468}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8B9FD34-C692-4E4F-B8A5-CDB31703E468}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{530E1682-13FD-468A-BE4D-08FF9B633C40} = {404B482F-1B1C-4F7A-A044-F28622D83EA8}
{8D7CEF7E-C153-4C3E-9508-CFE1B42FED58} = {404B482F-1B1C-4F7A-A044-F28622D83EA8}
{7C3EEA86-54DF-4174-9893-D30D82F6C916} = {404B482F-1B1C-4F7A-A044-F28622D83EA8}
{E8B9FD34-C692-4E4F-B8A5-CDB31703E468} = {3C7AF7E3-34AF-4EAA-816E-B8B56FA3DC8E}
EndGlobalSection
EndGlobal