-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNetFabric.Hyperlinq.Analyzer.sln
58 lines (58 loc) · 3.28 KB
/
NetFabric.Hyperlinq.Analyzer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28516.95
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C452DA5-FE07-451C-BFE1-AD14A57F7B09}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
Icon.png = Icon.png
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Hyperlinq.Analyzer", "NetFabric.Hyperlinq.Analyzer\NetFabric.Hyperlinq.Analyzer.csproj", "{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Hyperlinq.Analyzer.UnitTests", "NetFabric.Hyperlinq.Analyzer.UnitTests\NetFabric.Hyperlinq.Analyzer.UnitTests.csproj", "{F16FCAAB-9A72-464A-85F1-65E72DA662F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{595B72F0-593D-40C6-A231-79582FC5B6C7}"
ProjectSection(SolutionItems) = preProject
docs\reference\HLQ000_Template.md = docs\reference\HLQ000_Template.md
docs\reference\HLQ001_AssignmentBoxing.md = docs\reference\HLQ001_AssignmentBoxing.md
docs\reference\HLQ002_NullEnumerable.md = docs\reference\HLQ002_NullEnumerable.md
docs\reference\HLQ003_HighestLevelInterface.md = docs\reference\HLQ003_HighestLevelInterface.md
docs\reference\HLQ004_RefEnumerationVariable.md = docs\reference\HLQ004_RefEnumerationVariable.md
docs\reference\HLQ005_AvoidSingle.md = docs\reference\HLQ005_AvoidSingle.md
docs\reference\HLQ006_GetEnumeratorReturnType.md = docs\reference\HLQ006_GetEnumeratorReturnType.md
docs\reference\HLQ007_NonDisposableEnumerator.md = docs\reference\HLQ007_NonDisposableEnumerator.md
docs\reference\HLQ008_ReadOnlyRefEnumerable.md = docs\reference\HLQ008_ReadOnlyRefEnumerable.md
docs\reference\HLQ009_RemoveOptionalMethods.md = docs\reference\HLQ009_RemoveOptionalMethods.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Release|Any CPU.Build.0 = Release|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0280BEC6-1172-4A45-B776-9ACBFDA7E86A}
EndGlobalSection
EndGlobal