-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Orleans.StorageProviderInterceptors.sln
107 lines (107 loc) · 5.86 KB
/
Orleans.StorageProviderInterceptors.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
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{719809C2-A551-4C4A-9EFD-B10FB5E35BC0}"
ProjectSection(SolutionItems) = preProject
Source\Directory.Build.props = Source\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F20E2797-D1E3-4321-91BB-FAE54954D2A0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
dotnet-tools.json = dotnet-tools.json
global.json = global.json
Key.snk = Key.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{7EDFA103-DB69-4C88-9DE4-97ADBF8253A1}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E1B24F25-B8A4-46EE-B7EB-7803DCFC543F}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
Tests\Directory.Build.props = Tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{26F71F5B-2940-4FB0-9681-A76060CBCEF9}"
ProjectSection(SolutionItems) = preProject
Images\Icon.png = Images\Icon.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{566DF0E2-1288-4083-9B55-4C8B69BB1432}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\BUG_REPORT.yml = .github\ISSUE_TEMPLATE\BUG_REPORT.yml
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{0555C737-CE4B-4C78-87AB-6296E1E32D01}"
ProjectSection(SolutionItems) = preProject
.github\CODE_OF_CONDUCT.md = .github\CODE_OF_CONDUCT.md
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
.github\SECURITY.md = .github\SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EFE1E5ED-D337-4874-82EC-D9FA0BC7D3AB}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\release-drafter.yml = .github\release-drafter.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{841C67EF-BBB2-4730-8E29-22FF3FD54306}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\release-drafter.yml = .github\workflows\release-drafter.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.StorageProviderInterceptors.Test", "Tests\Orleans.StorageProviderInterceptors.Test\Orleans.StorageProviderInterceptors.Test.csproj", "{18C56725-2604-4BA5-89F3-40B2DC2DD81F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.StorageProviderInterceptors", "Source\Orleans.StorageProviderInterceptors\Orleans.StorageProviderInterceptors.csproj", "{B3B4B0E9-9012-4EED-B3B1-95892F19DC44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Source\Sample\Sample.csproj", "{69D2C306-D1AF-446D-9DA5-B9D7DB348413}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18C56725-2604-4BA5-89F3-40B2DC2DD81F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18C56725-2604-4BA5-89F3-40B2DC2DD81F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18C56725-2604-4BA5-89F3-40B2DC2DD81F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18C56725-2604-4BA5-89F3-40B2DC2DD81F}.Release|Any CPU.Build.0 = Release|Any CPU
{B3B4B0E9-9012-4EED-B3B1-95892F19DC44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B4B0E9-9012-4EED-B3B1-95892F19DC44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B4B0E9-9012-4EED-B3B1-95892F19DC44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B4B0E9-9012-4EED-B3B1-95892F19DC44}.Release|Any CPU.Build.0 = Release|Any CPU
{69D2C306-D1AF-446D-9DA5-B9D7DB348413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D2C306-D1AF-446D-9DA5-B9D7DB348413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D2C306-D1AF-446D-9DA5-B9D7DB348413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D2C306-D1AF-446D-9DA5-B9D7DB348413}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{566DF0E2-1288-4083-9B55-4C8B69BB1432} = {0555C737-CE4B-4C78-87AB-6296E1E32D01}
{0555C737-CE4B-4C78-87AB-6296E1E32D01} = {7EDFA103-DB69-4C88-9DE4-97ADBF8253A1}
{EFE1E5ED-D337-4874-82EC-D9FA0BC7D3AB} = {F20E2797-D1E3-4321-91BB-FAE54954D2A0}
{841C67EF-BBB2-4730-8E29-22FF3FD54306} = {EFE1E5ED-D337-4874-82EC-D9FA0BC7D3AB}
{18C56725-2604-4BA5-89F3-40B2DC2DD81F} = {E1B24F25-B8A4-46EE-B7EB-7803DCFC543F}
{B3B4B0E9-9012-4EED-B3B1-95892F19DC44} = {719809C2-A551-4C4A-9EFD-B10FB5E35BC0}
{69D2C306-D1AF-446D-9DA5-B9D7DB348413} = {719809C2-A551-4C4A-9EFD-B10FB5E35BC0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73F36209-F8D6-4066-8951-D97729F773CF}
EndGlobalSection
EndGlobal