-
Notifications
You must be signed in to change notification settings - Fork 0
/
splines.sln
61 lines (61 loc) · 3.37 KB
/
splines.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "splines", "splines\splines.vcxproj", "{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hull2d", "hull2d\hull2d.vcxproj", "{3A31C9ED-00B6-4C3D-BD9B-3D7D147A7B97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1555C37-9050-4997-9DD6-532F80110A79}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
TestSettings1.testsettings = TestSettings1.testsettings
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest1", "UnitTest1\UnitTest1.vcxproj", "{D1EBA80F-3B04-4FDE-8075-7935794A14E3}"
ProjectSection(ProjectDependencies) = postProject
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD} = {1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kc_test", "kc_test\kc_test.vcxproj", "{5C661A81-FC74-4BBF-A3B6-5D72DD35D55C}"
ProjectSection(ProjectDependencies) = postProject
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD} = {1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Debug|x64.ActiveCfg = Debug|x64
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Debug|x64.Build.0 = Debug|x64
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Debug|x86.ActiveCfg = Debug|Win32
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Debug|x86.Build.0 = Debug|Win32
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Release|x64.ActiveCfg = Release|x64
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Release|x64.Build.0 = Release|x64
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Release|x86.ActiveCfg = Release|Win32
{1D3BBD31-1A80-4F70-9FC7-417FB7C88FAD}.Release|x86.Build.0 = Release|Win32
{3A31C9ED-00B6-4C3D-BD9B-3D7D147A7B97}.Debug|x64.ActiveCfg = Debug|x64
{3A31C9ED-00B6-4C3D-BD9B-3D7D147A7B97}.Debug|x86.ActiveCfg = Debug|Win32
{3A31C9ED-00B6-4C3D-BD9B-3D7D147A7B97}.Release|x64.ActiveCfg = Release|x64
{3A31C9ED-00B6-4C3D-BD9B-3D7D147A7B97}.Release|x86.ActiveCfg = Release|Win32
{D1EBA80F-3B04-4FDE-8075-7935794A14E3}.Debug|x64.ActiveCfg = Debug|x64
{D1EBA80F-3B04-4FDE-8075-7935794A14E3}.Debug|x86.ActiveCfg = Debug|Win32
{D1EBA80F-3B04-4FDE-8075-7935794A14E3}.Debug|x86.Build.0 = Debug|Win32
{D1EBA80F-3B04-4FDE-8075-7935794A14E3}.Release|x64.ActiveCfg = Release|x64
{D1EBA80F-3B04-4FDE-8075-7935794A14E3}.Release|x86.ActiveCfg = Release|Win32
{5C661A81-FC74-4BBF-A3B6-5D72DD35D55C}.Debug|x64.ActiveCfg = Debug|x64
{5C661A81-FC74-4BBF-A3B6-5D72DD35D55C}.Debug|x86.ActiveCfg = Debug|Win32
{5C661A81-FC74-4BBF-A3B6-5D72DD35D55C}.Debug|x86.Build.0 = Debug|Win32
{5C661A81-FC74-4BBF-A3B6-5D72DD35D55C}.Release|x64.ActiveCfg = Release|x64
{5C661A81-FC74-4BBF-A3B6-5D72DD35D55C}.Release|x86.ActiveCfg = Release|Win32
{5C661A81-FC74-4BBF-A3B6-5D72DD35D55C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal