-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cursoriam.Analyzers.sln
44 lines (44 loc) · 2.43 KB
/
Cursoriam.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cursoriam.Analyzers", "src\Cursoriam.Analyzers\Cursoriam.Analyzers.csproj", "{830C4D06-225D-4DE0-8510-7725A49DE182}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cursoriam.Analyzers.Package", "src\Cursoriam.Analyzers.Package\Cursoriam.Analyzers.Package.csproj", "{10AD3AFE-2375-491A-AD87-75D71A068E3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cursoriam.Analyzers.Test", "src\Cursoriam.Analyzers.Test\Cursoriam.Analyzers.Test.csproj", "{1093F6BC-48BC-484A-A8D6-A463E9A11B64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8212EEA-E2B1-4A53-925E-02CC04E342F9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{830C4D06-225D-4DE0-8510-7725A49DE182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{830C4D06-225D-4DE0-8510-7725A49DE182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{830C4D06-225D-4DE0-8510-7725A49DE182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{830C4D06-225D-4DE0-8510-7725A49DE182}.Release|Any CPU.Build.0 = Release|Any CPU
{10AD3AFE-2375-491A-AD87-75D71A068E3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10AD3AFE-2375-491A-AD87-75D71A068E3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10AD3AFE-2375-491A-AD87-75D71A068E3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10AD3AFE-2375-491A-AD87-75D71A068E3A}.Release|Any CPU.Build.0 = Release|Any CPU
{1093F6BC-48BC-484A-A8D6-A463E9A11B64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1093F6BC-48BC-484A-A8D6-A463E9A11B64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1093F6BC-48BC-484A-A8D6-A463E9A11B64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1093F6BC-48BC-484A-A8D6-A463E9A11B64}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A19A757-6A12-49B7-ABC8-BCAA6503F424}
EndGlobalSection
EndGlobal