-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSimpleAzure.Storage.HybridQueues.sln
More file actions
110 lines (110 loc) · 6.62 KB
/
Copy pathSimpleAzure.Storage.HybridQueues.sln
File metadata and controls
110 lines (110 loc) · 6.62 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
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
106
107
108
109
110
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11304.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2FA40C61-766B-49BC-8F27-E32F27503D41}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
coverlet.runsettings = coverlet.runsettings
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE.md = LICENSE.md
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6E67C07E-34E7-4766-AF7C-709AEAADEFB6}"
ProjectSection(SolutionItems) = preProject
.github\CODE_OF_CONDUCT.md = .github\CODE_OF_CONDUCT.md
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
.github\copilot-instructions.md = .github\copilot-instructions.md
.github\FUNDING.yml = .github\FUNDING.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{98455CD5-5B65-492E-AC6A-97CBB58FC3E9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\MergeToMain.yml = .github\workflows\MergeToMain.yml
.github\workflows\PullRequest.yml = .github\workflows\PullRequest.yml
.github\workflows\Release.yml = .github\workflows\Release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleAzure.Storage.HybridQueues", "src\SimpleAzure.Storage.HybridQueues\SimpleAzure.Storage.HybridQueues.csproj", "{5AE0AA98-E78B-470D-812B-783C58C4B31C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleAzure.Storage.HybridQueues.Tests", "src\SimpleAzure.Storage.HybridQueues.Tests\SimpleAzure.Storage.HybridQueues.Tests.csproj", "{C8836410-A303-4A19-A366-4DB4E37C0B80}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "skills", "skills", "{FBFF39A4-8BFB-40EB-863C-F4671029BD34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "unit-testing", "unit-testing", "{08AF5E8C-A4CD-4BF4-B8B0-9C80F0FD7654}"
ProjectSection(SolutionItems) = preProject
.github\skills\unit-testing\SKILL.md = .github\skills\unit-testing\SKILL.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "code-review", "code-review", "{C5AC76E4-2D05-4A3D-8E18-EB3F68531BDF}"
ProjectSection(SolutionItems) = preProject
.github\skills\code-review\SKILL.md = .github\skills\code-review\SKILL.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleAzure.Storage.HybridQueues.Benchmarks", "src\SimpleAzure.Storage.HybridQueues.Benchmarks\SimpleAzure.Storage.HybridQueues.Benchmarks.csproj", "{63B7B669-5D60-44EE-8927-E243C14878E3}"
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
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Debug|x64.ActiveCfg = Debug|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Debug|x64.Build.0 = Debug|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Debug|x86.ActiveCfg = Debug|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Debug|x86.Build.0 = Debug|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Release|Any CPU.Build.0 = Release|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Release|x64.ActiveCfg = Release|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Release|x64.Build.0 = Release|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Release|x86.ActiveCfg = Release|Any CPU
{5AE0AA98-E78B-470D-812B-783C58C4B31C}.Release|x86.Build.0 = Release|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Debug|x64.ActiveCfg = Debug|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Debug|x64.Build.0 = Debug|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Debug|x86.ActiveCfg = Debug|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Debug|x86.Build.0 = Debug|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Release|Any CPU.Build.0 = Release|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Release|x64.ActiveCfg = Release|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Release|x64.Build.0 = Release|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Release|x86.ActiveCfg = Release|Any CPU
{C8836410-A303-4A19-A366-4DB4E37C0B80}.Release|x86.Build.0 = Release|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Debug|x64.ActiveCfg = Debug|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Debug|x64.Build.0 = Debug|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Debug|x86.ActiveCfg = Debug|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Debug|x86.Build.0 = Debug|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Release|Any CPU.Build.0 = Release|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Release|x64.ActiveCfg = Release|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Release|x64.Build.0 = Release|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Release|x86.ActiveCfg = Release|Any CPU
{63B7B669-5D60-44EE-8927-E243C14878E3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{98455CD5-5B65-492E-AC6A-97CBB58FC3E9} = {6E67C07E-34E7-4766-AF7C-709AEAADEFB6}
{FBFF39A4-8BFB-40EB-863C-F4671029BD34} = {6E67C07E-34E7-4766-AF7C-709AEAADEFB6}
{08AF5E8C-A4CD-4BF4-B8B0-9C80F0FD7654} = {FBFF39A4-8BFB-40EB-863C-F4671029BD34}
{C5AC76E4-2D05-4A3D-8E18-EB3F68531BDF} = {FBFF39A4-8BFB-40EB-863C-F4671029BD34}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EACA9DD-79BA-4F5C-806E-00E98C54BD5D}
EndGlobalSection
EndGlobal