-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCSharpCodeAnalyst.sln
More file actions
120 lines (120 loc) · 7.81 KB
/
CSharpCodeAnalyst.sln
File metadata and controls
120 lines (120 loc) · 7.81 KB
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
113
114
115
116
117
118
119
120
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11205.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpCodeAnalyst", "CSharpCodeAnalyst\CSharpCodeAnalyst.csproj", "{E445DF38-70F2-4972-9567-6591E1E3C833}"
ProjectSection(ProjectDependencies) = postProject
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B} = {7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeParser", "CodeParser\CodeParser.csproj", "{8D89C41C-F2EB-4E54-8297-1A552BEE2396}"
ProjectSection(ProjectDependencies) = postProject
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B} = {7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{F91511F4-5523-4886-BB60-7A8864A621C9}"
ProjectSection(ProjectDependencies) = postProject
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B} = {7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}
{E445DF38-70F2-4972-9567-6591E1E3C833} = {E445DF38-70F2-4972-9567-6591E1E3C833}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99F15E83-4954-430F-8AD4-2F1AFBE18AB1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeGraph", "CodeGraph\CodeGraph.csproj", "{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApprovalTestTool", "ApprovalTestTool\ApprovalTestTool.csproj", "{767539BE-FBE3-4B46-9A5E-21D60E1B278B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E445DF38-70F2-4972-9567-6591E1E3C833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Debug|x64.ActiveCfg = Debug|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Debug|x64.Build.0 = Debug|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Debug|x86.ActiveCfg = Debug|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Debug|x86.Build.0 = Debug|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Release|Any CPU.Build.0 = Release|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Release|x64.ActiveCfg = Release|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Release|x64.Build.0 = Release|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Release|x86.ActiveCfg = Release|Any CPU
{E445DF38-70F2-4972-9567-6591E1E3C833}.Release|x86.Build.0 = Release|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Debug|x64.ActiveCfg = Debug|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Debug|x64.Build.0 = Debug|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Debug|x86.ActiveCfg = Debug|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Debug|x86.Build.0 = Debug|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Release|Any CPU.Build.0 = Release|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Release|x64.ActiveCfg = Release|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Release|x64.Build.0 = Release|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Release|x86.ActiveCfg = Release|Any CPU
{8D89C41C-F2EB-4E54-8297-1A552BEE2396}.Release|x86.Build.0 = Release|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Debug|x64.ActiveCfg = Debug|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Debug|x64.Build.0 = Debug|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Debug|x86.ActiveCfg = Debug|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Debug|x86.Build.0 = Debug|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Release|Any CPU.Build.0 = Release|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Release|x64.ActiveCfg = Release|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Release|x64.Build.0 = Release|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Release|x86.ActiveCfg = Release|Any CPU
{F91511F4-5523-4886-BB60-7A8864A621C9}.Release|x86.Build.0 = Release|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Debug|x64.ActiveCfg = Debug|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Debug|x64.Build.0 = Debug|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Debug|x86.ActiveCfg = Debug|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Debug|x86.Build.0 = Debug|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Release|Any CPU.Build.0 = Release|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Release|x64.ActiveCfg = Release|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Release|x64.Build.0 = Release|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Release|x86.ActiveCfg = Release|Any CPU
{7D5EA751-84A3-43F1-BCCE-C9D10536AB1B}.Release|x86.Build.0 = Release|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Debug|x64.ActiveCfg = Debug|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Debug|x64.Build.0 = Debug|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Debug|x86.ActiveCfg = Debug|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Debug|x86.Build.0 = Debug|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|Any CPU.Build.0 = Release|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|x64.ActiveCfg = Release|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|x64.Build.0 = Release|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|x86.ActiveCfg = Release|Any CPU
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|x86.Build.0 = Release|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Debug|x64.ActiveCfg = Debug|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Debug|x64.Build.0 = Debug|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Debug|x86.ActiveCfg = Debug|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Debug|x86.Build.0 = Debug|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Release|Any CPU.Build.0 = Release|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Release|x64.ActiveCfg = Release|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Release|x64.Build.0 = Release|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Release|x86.ActiveCfg = Release|Any CPU
{391D7263-AFC7-4FC7-BED1-105930871AC9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BBCF792-C019-4195-AF08-45CC642B8A18}
EndGlobalSection
EndGlobal