-
Notifications
You must be signed in to change notification settings - Fork 9
/
Gu.Analyzers.sln
112 lines (112 loc) · 6.05 KB
/
Gu.Analyzers.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
108
109
110
111
112
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{A1A96555-15B1-4A0C-ADC1-059CEAA3F788}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{BAD2A4EE-6739-4830-BC74-2F8CF785A572}"
ProjectSection(SolutionItems) = preProject
documentation\GU0001.md = documentation\GU0001.md
documentation\GU0002.md = documentation\GU0002.md
documentation\GU0003.md = documentation\GU0003.md
documentation\GU0004.md = documentation\GU0004.md
documentation\GU0005.md = documentation\GU0005.md
documentation\GU0006.md = documentation\GU0006.md
documentation\GU0007.md = documentation\GU0007.md
documentation\GU0008.md = documentation\GU0008.md
documentation\GU0009.md = documentation\GU0009.md
documentation\GU0010.md = documentation\GU0010.md
documentation\GU0011.md = documentation\GU0011.md
documentation\GU0012.md = documentation\GU0012.md
documentation\GU0013.md = documentation\GU0013.md
documentation\GU0014.md = documentation\GU0014.md
documentation\GU0015.md = documentation\GU0015.md
documentation\GU0016.md = documentation\GU0016.md
documentation\GU0017.md = documentation\GU0017.md
documentation\GU0018a.md = documentation\GU0018a.md
documentation\GU0018b.md = documentation\GU0018b.md
documentation\GU0019.md = documentation\GU0019.md
documentation\GU0020.md = documentation\GU0020.md
documentation\GU0021.md = documentation\GU0021.md
documentation\GU0022.md = documentation\GU0022.md
documentation\GU0023.md = documentation\GU0023.md
documentation\GU0024.md = documentation\GU0024.md
documentation\GU0025.md = documentation\GU0025.md
documentation\GU0026.md = documentation\GU0026.md
documentation\GU0050.md = documentation\GU0050.md
documentation\GU0051.md = documentation\GU0051.md
documentation\GU0052.md = documentation\GU0052.md
documentation\GU0060.md = documentation\GU0060.md
documentation\GU0061.md = documentation\GU0061.md
documentation\GU0070.md = documentation\GU0070.md
documentation\GU0071.md = documentation\GU0071.md
documentation\GU0072.md = documentation\GU0072.md
documentation\GU0073.md = documentation\GU0073.md
documentation\GU0074.md = documentation\GU0074.md
documentation\GU0075.md = documentation\GU0075.md
documentation\GU0076.md = documentation\GU0076.md
documentation\GU0077.md = documentation\GU0077.md
documentation\GU0080.md = documentation\GU0080.md
documentation\GU0081.md = documentation\GU0081.md
documentation\GU0082.md = documentation\GU0082.md
documentation\GU0083.md = documentation\GU0083.md
documentation\GU0084.md = documentation\GU0084.md
documentation\GU0090.md = documentation\GU0090.md
documentation\GU0100.md = documentation\GU0100.md
README.md = README.md
.paket\Readme.paket.md = .paket\Readme.paket.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Analyzers", "Gu.Analyzers\Gu.Analyzers.csproj", "{18EB2A1B-98EA-4DCF-A97C-D9E8A5DA747B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Analyzers.Test", "Gu.Analyzers.Test\Gu.Analyzers.Test.csproj", "{3EB54B68-A7AA-45E8-A97B-A0746712140B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Analyzers.Vsix", "Gu.Analyzers.Vsix\Gu.Analyzers.Vsix.csproj", "{BE3E8AFA-390E-4FD9-A4E9-A7FF246E8A0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Analyzers.Benchmarks", "Gu.Analyzers.Benchmarks\Gu.Analyzers.Benchmarks.csproj", "{DFBD789A-0F36-4691-8582-E3809E83A5EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValidCode", "ValidCode\ValidCode.csproj", "{4EE32E45-5C89-4087-83AA-ADEDE3DA5793}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18EB2A1B-98EA-4DCF-A97C-D9E8A5DA747B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18EB2A1B-98EA-4DCF-A97C-D9E8A5DA747B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18EB2A1B-98EA-4DCF-A97C-D9E8A5DA747B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18EB2A1B-98EA-4DCF-A97C-D9E8A5DA747B}.Release|Any CPU.Build.0 = Release|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Release|Any CPU.Build.0 = Release|Any CPU
{BE3E8AFA-390E-4FD9-A4E9-A7FF246E8A0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE3E8AFA-390E-4FD9-A4E9-A7FF246E8A0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE3E8AFA-390E-4FD9-A4E9-A7FF246E8A0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE3E8AFA-390E-4FD9-A4E9-A7FF246E8A0E}.Release|Any CPU.Build.0 = Release|Any CPU
{DFBD789A-0F36-4691-8582-E3809E83A5EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFBD789A-0F36-4691-8582-E3809E83A5EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFBD789A-0F36-4691-8582-E3809E83A5EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFBD789A-0F36-4691-8582-E3809E83A5EA}.Release|Any CPU.Build.0 = Release|Any CPU
{4EE32E45-5C89-4087-83AA-ADEDE3DA5793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EE32E45-5C89-4087-83AA-ADEDE3DA5793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EE32E45-5C89-4087-83AA-ADEDE3DA5793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EE32E45-5C89-4087-83AA-ADEDE3DA5793}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DCF2CA0-D7D9-4C4E-B02C-FD570ACDD55B}
EndGlobalSection
EndGlobal