-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPlanComplexity.sln
37 lines (37 loc) · 2.12 KB
/
PlanComplexity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlanComplexity.Script", "PlanComplexity.Script\PlanComplexity.Script.csproj", "{8ECE73C6-2132-4859-BCB7-03B7A345EB6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Complexity.ApertureMetric", "Complexity.ApertureMetric\Complexity.ApertureMetric.csproj", "{D2D9F164-DB77-4F62-B2CC-C7F410A6BCCB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Complexity.ComplexityMetric", "Complexity.ComplexityMetric\Complexity.ComplexityMetric.csproj", "{8CD5E848-A6E7-46A3-9710-CC2EA7C28518}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8ECE73C6-2132-4859-BCB7-03B7A345EB6B}.Debug|Any CPU.ActiveCfg = Debug|x64
{8ECE73C6-2132-4859-BCB7-03B7A345EB6B}.Debug|Any CPU.Build.0 = Debug|x64
{8ECE73C6-2132-4859-BCB7-03B7A345EB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ECE73C6-2132-4859-BCB7-03B7A345EB6B}.Release|Any CPU.Build.0 = Release|Any CPU
{D2D9F164-DB77-4F62-B2CC-C7F410A6BCCB}.Debug|Any CPU.ActiveCfg = Debug|x64
{D2D9F164-DB77-4F62-B2CC-C7F410A6BCCB}.Debug|Any CPU.Build.0 = Debug|x64
{D2D9F164-DB77-4F62-B2CC-C7F410A6BCCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2D9F164-DB77-4F62-B2CC-C7F410A6BCCB}.Release|Any CPU.Build.0 = Release|Any CPU
{8CD5E848-A6E7-46A3-9710-CC2EA7C28518}.Debug|Any CPU.ActiveCfg = Debug|x64
{8CD5E848-A6E7-46A3-9710-CC2EA7C28518}.Debug|Any CPU.Build.0 = Debug|x64
{8CD5E848-A6E7-46A3-9710-CC2EA7C28518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CD5E848-A6E7-46A3-9710-CC2EA7C28518}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B154917E-F54A-455A-919C-C22AE227DEA1}
EndGlobalSection
EndGlobal