-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMR.Analyzers.Whitespace.sln
74 lines (74 loc) · 3.84 KB
/
MR.Analyzers.Whitespace.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4D84D0DA-0AF7-4B07-BCE1-88CC2C78F46A}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7D845232-1964-41E6-AECF-C65405C5CE9C}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.Analyzers.Whitespace", "src\MR.Analyzers.Whitespace\MR.Analyzers.Whitespace.csproj", "{518D73C8-6845-41D8-A8CC-BDFEAB1041DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{51263C76-565E-4D43-8F2C-0C4B545C07BD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
.github\workflows\ci.yml = .github\workflows\ci.yml
DEVELOPMENT.md = DEVELOPMENT.md
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.Analyzers.Whitespace.Tests", "test\MR.Analyzers.Whitespace.Tests\MR.Analyzers.Whitespace.Tests.csproj", "{ED071C2B-D69F-413B-AC23-DA1E149E0AFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{89238275-F7D7-48F3-8889-AD1D2E76A714}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
scripts.ps1 = scripts.ps1
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VSIX", "VSIX", "{51D9D999-533F-4B66-BFAE-CE03B0F19447}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.Analyzers.Whitespace.VSIX", "VSIX\MR.Analyzers.Whitespace.VSIX\MR.Analyzers.Whitespace.VSIX.csproj", "{CAE4F4DE-26DA-4822-B7EA-9BE516B9B04A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{518D73C8-6845-41D8-A8CC-BDFEAB1041DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{518D73C8-6845-41D8-A8CC-BDFEAB1041DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{518D73C8-6845-41D8-A8CC-BDFEAB1041DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{518D73C8-6845-41D8-A8CC-BDFEAB1041DE}.Release|Any CPU.Build.0 = Release|Any CPU
{ED071C2B-D69F-413B-AC23-DA1E149E0AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED071C2B-D69F-413B-AC23-DA1E149E0AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED071C2B-D69F-413B-AC23-DA1E149E0AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED071C2B-D69F-413B-AC23-DA1E149E0AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{CAE4F4DE-26DA-4822-B7EA-9BE516B9B04A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAE4F4DE-26DA-4822-B7EA-9BE516B9B04A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAE4F4DE-26DA-4822-B7EA-9BE516B9B04A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAE4F4DE-26DA-4822-B7EA-9BE516B9B04A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{518D73C8-6845-41D8-A8CC-BDFEAB1041DE} = {4D84D0DA-0AF7-4B07-BCE1-88CC2C78F46A}
{ED071C2B-D69F-413B-AC23-DA1E149E0AFA} = {7D845232-1964-41E6-AECF-C65405C5CE9C}
{CAE4F4DE-26DA-4822-B7EA-9BE516B9B04A} = {51D9D999-533F-4B66-BFAE-CE03B0F19447}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCB39B9C-9468-4C33-94D1-7B33F51A7F8E}
EndGlobalSection
EndGlobal