generated from jmarolf/dotnet-start
-
Notifications
You must be signed in to change notification settings - Fork 1
/
analyzer.sln
96 lines (96 loc) · 5.82 KB
/
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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31102.280
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D0C1425F-901E-4134-A6AB-25C3F7C327FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analyzer", "src\Analyzer\Analyzer.csproj", "{55882313-6AFB-4A91-AA33-FA8C193C595C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFix", "src\CodeFix\CodeFix.csproj", "{81FEC16F-187B-4788-9539-49E30F1EC160}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Package", "src\Package\Package.csproj", "{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{16551E20-09EC-4EC3-8118-BBCD8AAD0E32}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tests\Tests.csproj", "{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}"
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
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Debug|x64.ActiveCfg = Debug|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Debug|x64.Build.0 = Debug|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Debug|x86.ActiveCfg = Debug|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Debug|x86.Build.0 = Debug|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Release|Any CPU.Build.0 = Release|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Release|x64.ActiveCfg = Release|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Release|x64.Build.0 = Release|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Release|x86.ActiveCfg = Release|Any CPU
{55882313-6AFB-4A91-AA33-FA8C193C595C}.Release|x86.Build.0 = Release|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Debug|x64.ActiveCfg = Debug|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Debug|x64.Build.0 = Debug|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Debug|x86.ActiveCfg = Debug|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Debug|x86.Build.0 = Debug|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Release|Any CPU.Build.0 = Release|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Release|x64.ActiveCfg = Release|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Release|x64.Build.0 = Release|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Release|x86.ActiveCfg = Release|Any CPU
{81FEC16F-187B-4788-9539-49E30F1EC160}.Release|x86.Build.0 = Release|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Debug|x64.ActiveCfg = Debug|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Debug|x64.Build.0 = Debug|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Debug|x86.ActiveCfg = Debug|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Debug|x86.Build.0 = Debug|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Release|Any CPU.Build.0 = Release|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Release|x64.ActiveCfg = Release|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Release|x64.Build.0 = Release|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Release|x86.ActiveCfg = Release|Any CPU
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363}.Release|x86.Build.0 = Release|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Debug|x64.ActiveCfg = Debug|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Debug|x64.Build.0 = Debug|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Debug|x86.ActiveCfg = Debug|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Debug|x86.Build.0 = Debug|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Release|Any CPU.Build.0 = Release|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Release|x64.ActiveCfg = Release|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Release|x64.Build.0 = Release|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Release|x86.ActiveCfg = Release|Any CPU
{4D00B8FE-75FB-499B-86ED-75CA574DB6A3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{55882313-6AFB-4A91-AA33-FA8C193C595C} = {D0C1425F-901E-4134-A6AB-25C3F7C327FA}
{81FEC16F-187B-4788-9539-49E30F1EC160} = {D0C1425F-901E-4134-A6AB-25C3F7C327FA}
{DFCFBCCB-C876-4F3F-8830-0E63D31E4363} = {D0C1425F-901E-4134-A6AB-25C3F7C327FA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4F0B800-9BA4-4917-8A39-E37C50D983C2}
EndGlobalSection
EndGlobal