-
-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathShapeCrawler.sln
More file actions
54 lines (54 loc) · 3.15 KB
/
ShapeCrawler.sln
File metadata and controls
54 lines (54 loc) · 3.15 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{55CACD1A-3162-4EE3-B4B8-37E170B321E0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShapeCrawler", "src\ShapeCrawler.csproj", "{4A633D84-856C-49A3-A76E-59291CF76A6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{093CE2C5-BA5E-45AE-9D06-7E210EE9644A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShapeCrawler.DevTests", "tests\ShapeCrawler.DevTests\ShapeCrawler.DevTests.csproj", "{0D0BC9AD-7B1F-4C6D-B059-1D8C7C87C68C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShapeCrawler.CITests", "tests\ShapeCrawler.CITests\ShapeCrawler.CITests.csproj", "{1E63D4C0-CDF0-43EE-BC83-31859EB39D15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShapeCrawler.Examples", "examples\ShapeCrawler.Examples.csproj", "{8B5769F5-F536-447D-98BF-29957D8B60B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A633D84-856C-49A3-A76E-59291CF76A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A633D84-856C-49A3-A76E-59291CF76A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A633D84-856C-49A3-A76E-59291CF76A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A633D84-856C-49A3-A76E-59291CF76A6F}.Release|Any CPU.Build.0 = Release|Any CPU
{0D0BC9AD-7B1F-4C6D-B059-1D8C7C87C68C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D0BC9AD-7B1F-4C6D-B059-1D8C7C87C68C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D0BC9AD-7B1F-4C6D-B059-1D8C7C87C68C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D0BC9AD-7B1F-4C6D-B059-1D8C7C87C68C}.Release|Any CPU.Build.0 = Release|Any CPU
{1E63D4C0-CDF0-43EE-BC83-31859EB39D15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E63D4C0-CDF0-43EE-BC83-31859EB39D15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E63D4C0-CDF0-43EE-BC83-31859EB39D15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E63D4C0-CDF0-43EE-BC83-31859EB39D15}.Release|Any CPU.Build.0 = Release|Any CPU
{8B5769F5-F536-447D-98BF-29957D8B60B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B5769F5-F536-447D-98BF-29957D8B60B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B5769F5-F536-447D-98BF-29957D8B60B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B5769F5-F536-447D-98BF-29957D8B60B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0D0BC9AD-7B1F-4C6D-B059-1D8C7C87C68C} = {093CE2C5-BA5E-45AE-9D06-7E210EE9644A}
{1E63D4C0-CDF0-43EE-BC83-31859EB39D15} = {093CE2C5-BA5E-45AE-9D06-7E210EE9644A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3EF7405-B847-4B4B-83E6-A381625353B1}
EndGlobalSection
EndGlobal