-
Notifications
You must be signed in to change notification settings - Fork 0
/
pip-services3-rabbitmq-dotnet.sln
36 lines (36 loc) · 1.76 KB
/
pip-services3-rabbitmq-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{911A1A18-42DB-426E-9F73-55FE2E0587AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "src", "src\src.csproj", "{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D0EE785-DAD6-42BC-A8DA-281E1DA33826}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
component.json = component.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Release|Any CPU.Build.0 = Release|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF82B04D-BB36-4189-8A05-7EBC60C2F381}
EndGlobalSection
EndGlobal