-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGSModelLibraryProjects.sln
More file actions
74 lines (74 loc) · 4.6 KB
/
Copy pathGSModelLibraryProjects.sln
File metadata and controls
74 lines (74 loc) · 4.6 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SplineInterpolatorTest", "SplineInterpolatorTest\SplineInterpolatorTest.vcxproj", "{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}"
ProjectSection(ProjectDependencies) = postProject
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC} = {C0BF0C2F-B633-4FA4-AF6A-D652904118FC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SplineInterpolator", "SplineInterpolator\SplineInterpolator.vcxproj", "{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GSSplineInterpolator", "GSSplineInterpolator\GSSplineInterpolator.vcxproj", "{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GSTimeSeriesAnalysis", "GSTimeSeriesAnalysis\GSTimeSeriesAnalysis.vcxproj", "{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimeSeriesAnalysis", "TimeSeriesAnalysis\TimeSeriesAnalysis.vcxproj", "{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}"
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
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Debug|x64.ActiveCfg = Debug|x64
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Debug|x64.Build.0 = Debug|x64
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Debug|x86.ActiveCfg = Debug|x64
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Debug|x86.Build.0 = Debug|x64
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Release|x64.ActiveCfg = Release|x64
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Release|x64.Build.0 = Release|x64
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Release|x86.ActiveCfg = Release|Win32
{19E0F1E1-840F-42EF-BD09-D0A22F69CBDB}.Release|x86.Build.0 = Release|Win32
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Debug|x64.ActiveCfg = Debug|x64
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Debug|x64.Build.0 = Debug|x64
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Debug|x86.ActiveCfg = Debug|x64
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Debug|x86.Build.0 = Debug|x64
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Release|x64.ActiveCfg = Release|x64
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Release|x64.Build.0 = Release|x64
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Release|x86.ActiveCfg = Release|Win32
{C0BF0C2F-B633-4FA4-AF6A-D652904118FC}.Release|x86.Build.0 = Release|Win32
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Debug|x64.ActiveCfg = Debug|x64
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Debug|x64.Build.0 = Debug|x64
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Debug|x86.ActiveCfg = Debug|Win32
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Debug|x86.Build.0 = Debug|Win32
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Release|x64.ActiveCfg = Release|x64
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Release|x64.Build.0 = Release|x64
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Release|x86.ActiveCfg = Release|Win32
{6B4ACA19-AA87-46FC-8CCC-9BA36871EC16}.Release|x86.Build.0 = Release|Win32
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Debug|x64.ActiveCfg = Debug|x64
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Debug|x64.Build.0 = Debug|x64
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Debug|x86.ActiveCfg = Debug|Win32
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Debug|x86.Build.0 = Debug|Win32
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Release|x64.ActiveCfg = Release|x64
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Release|x64.Build.0 = Release|x64
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Release|x86.ActiveCfg = Release|Win32
{BF048A32-EF92-46DC-AE4F-80F3DFCC95E2}.Release|x86.Build.0 = Release|Win32
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Debug|x64.ActiveCfg = Debug|x64
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Debug|x64.Build.0 = Debug|x64
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Debug|x86.ActiveCfg = Debug|Win32
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Debug|x86.Build.0 = Debug|Win32
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Release|x64.ActiveCfg = Release|x64
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Release|x64.Build.0 = Release|x64
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Release|x86.ActiveCfg = Release|Win32
{8D91665B-DB32-4B3D-8E74-79CDC8518ED6}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCCD8F82-451F-4605-AD4E-9CFFBB4B42F9}
EndGlobalSection
EndGlobal