This repository was archived by the owner on Aug 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMessaging.Patterns.sln
More file actions
59 lines (59 loc) · 2.99 KB
/
Messaging.Patterns.sln
File metadata and controls
59 lines (59 loc) · 2.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
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
.editorconfig = .editorconfig
PRI.Messaging.Patterns\PRI.Messaging.Patterns.nuspec = PRI.Messaging.Patterns\PRI.Messaging.Patterns.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{57D442C6-676F-4B08-8D88-F9F96E57B594}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PRI.Messaging.Patterns", "PRI.Messaging.Patterns\PRI.Messaging.Patterns.csproj", "{D7E0F3B0-0421-43D4-AE48-3B0BED55E019}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests-Core", "Tests-Core\Tests-Core.csproj", "{66C96636-9310-4A94-9C56-CFAFE4372028}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{D7E0F3B0-0421-43D4-AE48-3B0BED55E019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E0F3B0-0421-43D4-AE48-3B0BED55E019}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E0F3B0-0421-43D4-AE48-3B0BED55E019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E0F3B0-0421-43D4-AE48-3B0BED55E019}.Release|Any CPU.Build.0 = Release|Any CPU
{66C96636-9310-4A94-9C56-CFAFE4372028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66C96636-9310-4A94-9C56-CFAFE4372028}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66C96636-9310-4A94-9C56-CFAFE4372028}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66C96636-9310-4A94-9C56-CFAFE4372028}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6005C786-24BF-4E1D-B9FC-B24052360703}
EndGlobalSection
EndGlobal