-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMicroElements.Processing.sln
105 lines (105 loc) · 6.62 KB
/
MicroElements.Processing.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
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{53C5A5D6-B29A-41B1-90B4-A2F73E370FD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.Processing", "src\MicroElements.Processing\MicroElements.Processing.csproj", "{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6C7B483A-B883-4C9C-A344-920B23A84B91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.Processing.Tests", "test\MicroElements.Processing.Tests\MicroElements.Processing.Tests.csproj", "{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF1154FF-1FE0-4CCA-8ABD-0DC6CC9A0EE8}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
CHANGELOG.md = CHANGELOG.md
common.props = common.props
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\github_build_and_publish.yml = .github\workflows\github_build_and_publish.yml
README.md = README.md
src\stylecop.json = src\stylecop.json
src\stylecop.props = src\stylecop.props
src\stylecop.ruleset = src\stylecop.ruleset
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{64F85ECE-AA13-4271-B144-FE63B3299434}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.Processing.Sandbox", "sandbox\MicroElements.Processing.Sandbox\MicroElements.Processing.Sandbox.csproj", "{6BC04110-E03B-4548-A05A-BCD643C57BE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroElements.Processing.SignalR", "src\MicroElements.Processing.SignalR\MicroElements.Processing.SignalR.csproj", "{2146B644-FBAB-48DF-9051-FFD574B6D49F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Debug|x64.ActiveCfg = Debug|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Debug|x64.Build.0 = Debug|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Debug|x86.ActiveCfg = Debug|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Debug|x86.Build.0 = Debug|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Release|Any CPU.Build.0 = Release|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Release|x64.ActiveCfg = Release|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Release|x64.Build.0 = Release|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Release|x86.ActiveCfg = Release|Any CPU
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C}.Release|x86.Build.0 = Release|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Debug|x64.ActiveCfg = Debug|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Debug|x64.Build.0 = Debug|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Debug|x86.ActiveCfg = Debug|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Debug|x86.Build.0 = Debug|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Release|Any CPU.Build.0 = Release|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Release|x64.ActiveCfg = Release|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Release|x64.Build.0 = Release|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Release|x86.ActiveCfg = Release|Any CPU
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA}.Release|x86.Build.0 = Release|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Debug|x64.ActiveCfg = Debug|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Debug|x64.Build.0 = Debug|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Debug|x86.ActiveCfg = Debug|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Debug|x86.Build.0 = Debug|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Release|Any CPU.Build.0 = Release|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Release|x64.ActiveCfg = Release|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Release|x64.Build.0 = Release|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Release|x86.ActiveCfg = Release|Any CPU
{6BC04110-E03B-4548-A05A-BCD643C57BE7}.Release|x86.Build.0 = Release|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Debug|x64.ActiveCfg = Debug|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Debug|x64.Build.0 = Debug|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Debug|x86.ActiveCfg = Debug|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Debug|x86.Build.0 = Debug|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Release|Any CPU.Build.0 = Release|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Release|x64.ActiveCfg = Release|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Release|x64.Build.0 = Release|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Release|x86.ActiveCfg = Release|Any CPU
{2146B644-FBAB-48DF-9051-FFD574B6D49F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D8683BAE-4BBD-4580-BEB4-A1635B7BD65C} = {53C5A5D6-B29A-41B1-90B4-A2F73E370FD4}
{5BE5BB4A-DD4E-4FB9-BA49-03A11283CFDA} = {6C7B483A-B883-4C9C-A344-920B23A84B91}
{6BC04110-E03B-4548-A05A-BCD643C57BE7} = {64F85ECE-AA13-4271-B144-FE63B3299434}
{2146B644-FBAB-48DF-9051-FFD574B6D49F} = {53C5A5D6-B29A-41B1-90B4-A2F73E370FD4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6896EF1-66ED-430E-A664-8100F7E640AE}
EndGlobalSection
EndGlobal