forked from peteraritchie/Messaging.Patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessaging.Patterns.sln
More file actions
49 lines (49 loc) · 2.37 KB
/
Messaging.Patterns.sln
File metadata and controls
49 lines (49 loc) · 2.37 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PRI.Messaging.Patterns", "PRI.Messaging.Patterns\PRI.Messaging.Patterns.csproj", "{57C7BDFE-9AA5-4BFE-9B29-5B7AE2E2EBD0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{57D442C6-676F-4B08-8D88-F9F96E57B594}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3FCAA824-3B56-47A1-9D2E-5736583C9E7B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{F689C689-AB66-44F2-9E96-EC64D1E37626}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D96C45A-F2F8-4DB4-AAA6-EC96BB264A8C}"
ProjectSection(SolutionItems) = preProject
PRI.Messaging.Patterns\PRI.Messaging.Patterns.nuspec = PRI.Messaging.Patterns\PRI.Messaging.Patterns.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57C7BDFE-9AA5-4BFE-9B29-5B7AE2E2EBD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57C7BDFE-9AA5-4BFE-9B29-5B7AE2E2EBD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57C7BDFE-9AA5-4BFE-9B29-5B7AE2E2EBD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57C7BDFE-9AA5-4BFE-9B29-5B7AE2E2EBD0}.Release|Any CPU.Build.0 = Release|Any CPU
{57D442C6-676F-4B08-8D88-F9F96E57B594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57D442C6-676F-4B08-8D88-F9F96E57B594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57D442C6-676F-4B08-8D88-F9F96E57B594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57D442C6-676F-4B08-8D88-F9F96E57B594}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal