-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhamarb123.Analyzers.sln
executable file
·47 lines (47 loc) · 2.54 KB
/
hamarb123.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hamarb123.Analyzers", "hamarb123.Analyzers\hamarb123.Analyzers.csproj", "{A661DE8F-0029-4BAE-8D4E-8458E01E4361}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hamarb123.Analyzers.Test", "hamarb123.Analyzers.Test\hamarb123.Analyzers.Test.csproj", "{4A3A088D-C976-430A-9319-9363FBB007CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17EA3644-A0FC-4DF3-9E48-0A8C4BF9DC45}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CONTRIBUTING = CONTRIBUTING
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hamarb123.Analyzers.Package", "hamarb123.Analyzers.Package\hamarb123.Analyzers.Package.csproj", "{F9B28023-EA29-4E26-9419-327CFAD3426F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A661DE8F-0029-4BAE-8D4E-8458E01E4361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A661DE8F-0029-4BAE-8D4E-8458E01E4361}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A661DE8F-0029-4BAE-8D4E-8458E01E4361}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A661DE8F-0029-4BAE-8D4E-8458E01E4361}.Release|Any CPU.Build.0 = Release|Any CPU
{4A3A088D-C976-430A-9319-9363FBB007CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A3A088D-C976-430A-9319-9363FBB007CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A3A088D-C976-430A-9319-9363FBB007CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A3A088D-C976-430A-9319-9363FBB007CC}.Release|Any CPU.Build.0 = Release|Any CPU
{F9B28023-EA29-4E26-9419-327CFAD3426F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9B28023-EA29-4E26-9419-327CFAD3426F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9B28023-EA29-4E26-9419-327CFAD3426F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9B28023-EA29-4E26-9419-327CFAD3426F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D05E3F2-1237-446A-A991-AB0D123CFA68}
EndGlobalSection
EndGlobal