-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCognitiveCodeAnalysis.sln
More file actions
40 lines (40 loc) · 2.32 KB
/
CognitiveCodeAnalysis.sln
File metadata and controls
40 lines (40 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11415.280 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CognitiveCodeAnalysis", "CognitiveCodeAnalysis\CognitiveCodeAnalysis.csproj", "{10A15CBC-0DB2-AE9B-F1C3-E49DFD248BAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CognitiveCodeAnalysis.Tests", "CognitiveCodeAnalysis.Tests\CognitiveCodeAnalysis.Tests.csproj", "{97C3EC4D-220C-E3E8-AD0B-FA046CFAB33A}"
ProjectSection(ProjectDependencies) = postProject
{10A15CBC-0DB2-AE9B-F1C3-E49DFD248BAE} = {10A15CBC-0DB2-AE9B-F1C3-E49DFD248BAE}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CognitiveCodeAnalysisConsoleApp", "CognitiveCodeAnalysisConsoleApp\CognitiveCodeAnalysisConsoleApp.csproj", "{7C9900F4-B313-27DD-0145-199FF8CA1F89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10A15CBC-0DB2-AE9B-F1C3-E49DFD248BAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10A15CBC-0DB2-AE9B-F1C3-E49DFD248BAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A15CBC-0DB2-AE9B-F1C3-E49DFD248BAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10A15CBC-0DB2-AE9B-F1C3-E49DFD248BAE}.Release|Any CPU.Build.0 = Release|Any CPU
{97C3EC4D-220C-E3E8-AD0B-FA046CFAB33A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C3EC4D-220C-E3E8-AD0B-FA046CFAB33A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C3EC4D-220C-E3E8-AD0B-FA046CFAB33A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C3EC4D-220C-E3E8-AD0B-FA046CFAB33A}.Release|Any CPU.Build.0 = Release|Any CPU
{7C9900F4-B313-27DD-0145-199FF8CA1F89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C9900F4-B313-27DD-0145-199FF8CA1F89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C9900F4-B313-27DD-0145-199FF8CA1F89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C9900F4-B313-27DD-0145-199FF8CA1F89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21A9DC15-BFBF-4339-A8D4-F25F953AD4A2}
EndGlobalSection
EndGlobal