-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDogmaSolutions.Analyzers.sln
More file actions
111 lines (111 loc) · 6.09 KB
/
Copy pathDogmaSolutions.Analyzers.sln
File metadata and controls
111 lines (111 loc) · 6.09 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
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers", "DogmaSolutions.Analyzers\DogmaSolutions.Analyzers.csproj", "{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers.Package", "DogmaSolutions.Analyzers.Package\DogmaSolutions.Analyzers.Package.csproj", "{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers.Test", "DogmaSolutions.Analyzers.Test\DogmaSolutions.Analyzers.Test.csproj", "{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers.Vsix", "DogmaSolutions.Analyzers.Vsix\DogmaSolutions.Analyzers.Vsix.csproj", "{23E4E4C3-CE0A-4E66-BE25-ACF55D88AC6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ROOT", "ROOT", "{0375A6A6-9FFB-4772-82A3-E72F773CADCB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
BannedSymbols.txt = BannedSymbols.txt
Directory.Build.props = Directory.Build.props
DogmaSolutions.ruleset = DogmaSolutions.ruleset
DuplicateCode.Allowed.txt = DuplicateCode.Allowed.txt
LICENSE = LICENSE
README.md = README.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
SECURITY.md = SECURITY.md
.gitattributes = .gitattributes
docs\rules\DSA001.md = docs\rules\DSA001.md
docs\rules\DSA002.md = docs\rules\DSA002.md
docs\rules\DSA003.md = docs\rules\DSA003.md
docs\rules\DSA004.md = docs\rules\DSA004.md
docs\rules\DSA005.md = docs\rules\DSA005.md
docs\rules\DSA006.md = docs\rules\DSA006.md
docs\rules\DSA007.md = docs\rules\DSA007.md
docs\rules\DSA008.md = docs\rules\DSA008.md
docs\rules\DSA009.md = docs\rules\DSA009.md
docs\rules\DSA011.md = docs\rules\DSA011.md
docs\rules\DSA012.md = docs\rules\DSA012.md
docs\rules\DSA013.md = docs\rules\DSA013.md
docs\rules\DSA014.md = docs\rules\DSA014.md
docs\rules\DSA015.md = docs\rules\DSA015.md
docs\rules\DSA016.md = docs\rules\DSA016.md
docs\rules\DSA017.md = docs\rules\DSA017.md
docs\rules\DSA018.md = docs\rules\DSA018.md
docs\rules\DSA019.md = docs\rules\DSA019.md
docs\rules\DSA020.md = docs\rules\DSA020.md
docs\rules\DSA021.md = docs\rules\DSA021.md
docs\rules\DSA022.md = docs\rules\DSA022.md
docs\rules\DSA023.md = docs\rules\DSA023.md
docs\rules\DSA024.md = docs\rules\DSA024.md
docs\rules\DSA025.md = docs\rules\DSA025.md
docs\rules\DSA026.md = docs\rules\DSA026.md
docs\rules\DSA027.md = docs\rules\DSA027.md
docs\rules\DSA028.md = docs\rules\DSA028.md
docs\rules\DSA029.md = docs\rules\DSA029.md
docs\rules\DSA030.md = docs\rules\DSA030.md
docs\rules\DSA031.md = docs\rules\DSA031.md
docs\rules\DSA032.md = docs\rules\DSA032.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers.WorkbenchLibrary", "DogmaSolutions.Analyzers.WorkbenchLibrary\DogmaSolutions.Analyzers.WorkbenchLibrary.csproj", "{D07A472B-B9EB-494F-A770-4971CA64FF05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{F2CE13F1-444E-42BB-917A-6D394C56E9CA}"
ProjectSection(SolutionItems) = preProject
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{7196CB7B-BEC9-4D40-9B3F-712A29409DB0}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.yml = .github\ISSUE_TEMPLATE\bug_report.yml
.github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml
.github\ISSUE_TEMPLATE\feature_request.yml = .github\ISSUE_TEMPLATE\feature_request.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Release|Any CPU.Build.0 = Release|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Release|Any CPU.Build.0 = Release|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Release|Any CPU.Build.0 = Release|Any CPU
{23E4E4C3-CE0A-4E66-BE25-ACF55D88AC6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23E4E4C3-CE0A-4E66-BE25-ACF55D88AC6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23E4E4C3-CE0A-4E66-BE25-ACF55D88AC6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23E4E4C3-CE0A-4E66-BE25-ACF55D88AC6C}.Release|Any CPU.Build.0 = Release|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E4F1BBA-0DF9-490C-9DD1-DACA1BF4E0A3}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7196CB7B-BEC9-4D40-9B3F-712A29409DB0} = {F2CE13F1-444E-42BB-917A-6D394C56E9CA}
EndGlobalSection
EndGlobal