-
Notifications
You must be signed in to change notification settings - Fork 0
/
Streamistry.sln
102 lines (102 loc) · 6.2 KB
/
Streamistry.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamistry", "Streamistry.Core\Streamistry.csproj", "{28B2B470-F5B5-4FDE-8250-1A18C3FDC578}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamistry.Testing", "Streamistry.Testing\Streamistry.Testing.csproj", "{A0CDC412-D16C-4508-96FC-6F0BB383E962}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C923A152-4091-48BE-A984-686FF5E4ACCC}"
ProjectSection(SolutionItems) = preProject
conventional_commits_labels.yml = conventional_commits_labels.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{95E83BA6-B535-4D56-B06A-D00249A4EF00}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
.github\conventional_commits_labels.json = .github\conventional_commits_labels.json
.github\dependabot.yml = .github\dependabot.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
github.ps1 = github.ps1
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{09BDFA96-353F-419D-890A-D9B9045E66DD}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Edit", "Edit", "{210C887C-6FF3-4D1B-9A7B-894E2F286FF4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Json", "Json", "{3AD64C0C-6DA9-4947-A225-6F68CF9A6A4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamistry.Json", "Streamistry.Json\Streamistry.Json.csproj", "{AFC0A591-FD48-481F-AB90-00E7B0926FE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamistry.Json.Testing", "Streamistry.Json.Testing\Streamistry.Json.Testing.csproj", "{84FA815D-FE05-4B57-9BB1-156E7B217576}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamistry.SourceGenerator", "Streamistry.SourceGenerator\Streamistry.SourceGenerator.csproj", "{D367F51E-2A7F-4C06-B1DE-1D9845C3C435}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RabbitMQ", "RabbitMQ", "{756FEE91-D720-4257-93F4-9FDBC5D2FDFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamistry.RabbitMQ", "Streamistry.RabbitMQ\Streamistry.RabbitMQ.csproj", "{98664B2E-0182-466D-B38B-71754EDE3798}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamistry.RabbitMQ.Testing", "Streamistry.RabbitMQ.Testing\Streamistry.RabbitMQ.Testing.csproj", "{B0E75B0B-5D9A-410B-9B28-14A197249F61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28B2B470-F5B5-4FDE-8250-1A18C3FDC578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28B2B470-F5B5-4FDE-8250-1A18C3FDC578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28B2B470-F5B5-4FDE-8250-1A18C3FDC578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28B2B470-F5B5-4FDE-8250-1A18C3FDC578}.Release|Any CPU.Build.0 = Release|Any CPU
{A0CDC412-D16C-4508-96FC-6F0BB383E962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0CDC412-D16C-4508-96FC-6F0BB383E962}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0CDC412-D16C-4508-96FC-6F0BB383E962}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0CDC412-D16C-4508-96FC-6F0BB383E962}.Release|Any CPU.Build.0 = Release|Any CPU
{AFC0A591-FD48-481F-AB90-00E7B0926FE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC0A591-FD48-481F-AB90-00E7B0926FE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC0A591-FD48-481F-AB90-00E7B0926FE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC0A591-FD48-481F-AB90-00E7B0926FE1}.Release|Any CPU.Build.0 = Release|Any CPU
{84FA815D-FE05-4B57-9BB1-156E7B217576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84FA815D-FE05-4B57-9BB1-156E7B217576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84FA815D-FE05-4B57-9BB1-156E7B217576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84FA815D-FE05-4B57-9BB1-156E7B217576}.Release|Any CPU.Build.0 = Release|Any CPU
{D367F51E-2A7F-4C06-B1DE-1D9845C3C435}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D367F51E-2A7F-4C06-B1DE-1D9845C3C435}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D367F51E-2A7F-4C06-B1DE-1D9845C3C435}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D367F51E-2A7F-4C06-B1DE-1D9845C3C435}.Release|Any CPU.Build.0 = Release|Any CPU
{98664B2E-0182-466D-B38B-71754EDE3798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98664B2E-0182-466D-B38B-71754EDE3798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98664B2E-0182-466D-B38B-71754EDE3798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98664B2E-0182-466D-B38B-71754EDE3798}.Release|Any CPU.Build.0 = Release|Any CPU
{B0E75B0B-5D9A-410B-9B28-14A197249F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0E75B0B-5D9A-410B-9B28-14A197249F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0E75B0B-5D9A-410B-9B28-14A197249F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0E75B0B-5D9A-410B-9B28-14A197249F61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95E83BA6-B535-4D56-B06A-D00249A4EF00} = {C923A152-4091-48BE-A984-686FF5E4ACCC}
{09BDFA96-353F-419D-890A-D9B9045E66DD} = {C923A152-4091-48BE-A984-686FF5E4ACCC}
{210C887C-6FF3-4D1B-9A7B-894E2F286FF4} = {C923A152-4091-48BE-A984-686FF5E4ACCC}
{AFC0A591-FD48-481F-AB90-00E7B0926FE1} = {3AD64C0C-6DA9-4947-A225-6F68CF9A6A4D}
{84FA815D-FE05-4B57-9BB1-156E7B217576} = {3AD64C0C-6DA9-4947-A225-6F68CF9A6A4D}
{98664B2E-0182-466D-B38B-71754EDE3798} = {756FEE91-D720-4257-93F4-9FDBC5D2FDFC}
{B0E75B0B-5D9A-410B-9B28-14A197249F61} = {756FEE91-D720-4257-93F4-9FDBC5D2FDFC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8EABD9FE-559A-40AF-BB4B-8026F9240FEF}
EndGlobalSection
EndGlobal