-
Notifications
You must be signed in to change notification settings - Fork 0
/
RabbitMQUtil.sln
38 lines (38 loc) · 1.9 KB
/
RabbitMQUtil.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9C5FBA1-FABD-4C3B-B85D-C6F9DE8708C2}"
ProjectSection(SolutionItems) = preProject
app.config.transform = app.config.transform
build.bat = build.bat
build\build.boo = build\build.boo
RabbitMQUtil.Config.nuspec = RabbitMQUtil.Config.nuspec
RabbitMQUtil.nuspec = RabbitMQUtil.nuspec
web.config.transform = web.config.transform
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RabbitMQUtil", "RabbitMQUtil\RabbitMQUtil.csproj", "{F9E0B7A2-2BCA-44BD-8358-953CBB8376AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RabbitMQUtil.Tests", "RabbitMQUtil.Tests\RabbitMQUtil.Tests.csproj", "{CC1AA3F9-5B33-4F23-B186-49042069C87B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9E0B7A2-2BCA-44BD-8358-953CBB8376AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9E0B7A2-2BCA-44BD-8358-953CBB8376AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9E0B7A2-2BCA-44BD-8358-953CBB8376AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9E0B7A2-2BCA-44BD-8358-953CBB8376AC}.Release|Any CPU.Build.0 = Release|Any CPU
{CC1AA3F9-5B33-4F23-B186-49042069C87B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC1AA3F9-5B33-4F23-B186-49042069C87B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC1AA3F9-5B33-4F23-B186-49042069C87B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC1AA3F9-5B33-4F23-B186-49042069C87B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal