-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathApex.Analyzers.sln
55 lines (55 loc) · 3.56 KB
/
Apex.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apex.Analyzers.Immutable", "Immutable\Apex.Analyzers.Immutable\Apex.Analyzers.Immutable.csproj", "{35B969E5-F2AA-4B01-BB49-65D682AF9F5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apex.Analyzers.Immutable.Test", "Immutable\Apex.Analyzers.Immutable.Test\Apex.Analyzers.Immutable.Test.csproj", "{4A0F3C3C-6665-425B-9D95-4F3719675F50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apex.Analyzers.Immutable.Vsix", "Immutable\Apex.Analyzers.Immutable.Vsix\Apex.Analyzers.Immutable.Vsix.csproj", "{EE0B19A1-9F82-402F-BDD5-06B93102602E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apex.Analyzers.Immutable.Attributes", "Immutable\Apex.Analyzers.Immutable.Attributes\Apex.Analyzers.Immutable.Attributes.csproj", "{E4AB6278-3D06-4B9A-A3F4-BCBE3321A41F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9CB947B-22D0-4339-9AA4-413B7C35D675}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apex.Analyzers.Immutable.Semantics", "Immutable\Apex.Analyzers.Immutable.Semantics\Apex.Analyzers.Immutable.Semantics.csproj", "{C7E447BE-4177-4FB3-8F6F-764FC06E449C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35B969E5-F2AA-4B01-BB49-65D682AF9F5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35B969E5-F2AA-4B01-BB49-65D682AF9F5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35B969E5-F2AA-4B01-BB49-65D682AF9F5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35B969E5-F2AA-4B01-BB49-65D682AF9F5A}.Release|Any CPU.Build.0 = Release|Any CPU
{4A0F3C3C-6665-425B-9D95-4F3719675F50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A0F3C3C-6665-425B-9D95-4F3719675F50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A0F3C3C-6665-425B-9D95-4F3719675F50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A0F3C3C-6665-425B-9D95-4F3719675F50}.Release|Any CPU.Build.0 = Release|Any CPU
{EE0B19A1-9F82-402F-BDD5-06B93102602E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE0B19A1-9F82-402F-BDD5-06B93102602E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE0B19A1-9F82-402F-BDD5-06B93102602E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE0B19A1-9F82-402F-BDD5-06B93102602E}.Release|Any CPU.Build.0 = Release|Any CPU
{E4AB6278-3D06-4B9A-A3F4-BCBE3321A41F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4AB6278-3D06-4B9A-A3F4-BCBE3321A41F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4AB6278-3D06-4B9A-A3F4-BCBE3321A41F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4AB6278-3D06-4B9A-A3F4-BCBE3321A41F}.Release|Any CPU.Build.0 = Release|Any CPU
{C7E447BE-4177-4FB3-8F6F-764FC06E449C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7E447BE-4177-4FB3-8F6F-764FC06E449C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7E447BE-4177-4FB3-8F6F-764FC06E449C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7E447BE-4177-4FB3-8F6F-764FC06E449C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BCC1967-9232-4ED7-A17D-4EF54414DF21}
EndGlobalSection
EndGlobal