-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPolygonsAndShapes.sln
46 lines (46 loc) · 2.69 KB
/
PolygonsAndShapes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shapes", "Shapes\Shapes.csproj", "{AA942DDC-CFE8-4863-91D5-4F900B0FDFF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shapes.Tests", "Shapes.Tests\Shapes.Tests.csproj", "{FE6165DF-A167-41D8-BF67-B1B71A5210D0}"
ProjectSection(ProjectDependencies) = postProject
{AA942DDC-CFE8-4863-91D5-4F900B0FDFF4} = {AA942DDC-CFE8-4863-91D5-4F900B0FDFF4}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerimeterOfPolygon", "PerimeterOfPolygon\PerimeterOfPolygon.csproj", "{B39B9335-BF42-416C-9E5E-01C63A45DEE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerimeterOfPolygon.Tests", "PerimeterOfPolygon.Tests\PerimeterOfPolygon.Tests.csproj", "{ADFA6B58-F215-4F5F-BE29-DCD9FB70B00F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA942DDC-CFE8-4863-91D5-4F900B0FDFF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA942DDC-CFE8-4863-91D5-4F900B0FDFF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA942DDC-CFE8-4863-91D5-4F900B0FDFF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA942DDC-CFE8-4863-91D5-4F900B0FDFF4}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6165DF-A167-41D8-BF67-B1B71A5210D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6165DF-A167-41D8-BF67-B1B71A5210D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6165DF-A167-41D8-BF67-B1B71A5210D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6165DF-A167-41D8-BF67-B1B71A5210D0}.Release|Any CPU.Build.0 = Release|Any CPU
{B39B9335-BF42-416C-9E5E-01C63A45DEE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B39B9335-BF42-416C-9E5E-01C63A45DEE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B39B9335-BF42-416C-9E5E-01C63A45DEE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B39B9335-BF42-416C-9E5E-01C63A45DEE6}.Release|Any CPU.Build.0 = Release|Any CPU
{ADFA6B58-F215-4F5F-BE29-DCD9FB70B00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADFA6B58-F215-4F5F-BE29-DCD9FB70B00F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADFA6B58-F215-4F5F-BE29-DCD9FB70B00F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADFA6B58-F215-4F5F-BE29-DCD9FB70B00F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D2DDE7B-3992-40D9-A880-7D8EF36FA37F}
EndGlobalSection
EndGlobal