-
Notifications
You must be signed in to change notification settings - Fork 28
/
QuantLib_vc12.sln
131 lines (131 loc) · 10.5 KB
/
QuantLib_vc12.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibAdjoint", "QuantLib.vcxproj", "{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibTests", "test-suite\testsuite.vcxproj", "{A613045C-34AF-4706-AA3C-730C92524F74}"
ProjectSection(ProjectDependencies) = postProject
{05FCBA2D-EBAF-4265-94E6-CB33526C758F} = {05FCBA2D-EBAF-4265-94E6-CB33526C758F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibAdjointTests", "test-suite-adjoint\testsuiteadjoint.vcxproj", "{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}"
ProjectSection(ProjectDependencies) = postProject
{05FCBA2D-EBAF-4265-94E6-CB33526C758F} = {05FCBA2D-EBAF-4265-94E6-CB33526C758F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Boost", "dependencies\cpp\boost\Boost_vc12.vcxproj", "{05FCBA2D-EBAF-4265-94E6-CB33526C758F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (static runtime)|Mixed Platforms = Debug (static runtime)|Mixed Platforms
Debug (static runtime)|Win32 = Debug (static runtime)|Win32
Debug (static runtime)|x64 = Debug (static runtime)|x64
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release (static runtime)|Mixed Platforms = Release (static runtime)|Mixed Platforms
Release (static runtime)|Win32 = Release (static runtime)|Win32
Release (static runtime)|x64 = Release (static runtime)|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug (static runtime)|Mixed Platforms.ActiveCfg = Debug (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug (static runtime)|Mixed Platforms.Build.0 = Debug (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug (static runtime)|Win32.ActiveCfg = Debug (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug (static runtime)|Win32.Build.0 = Debug (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug (static runtime)|x64.ActiveCfg = Debug (static runtime)|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug (static runtime)|x64.Build.0 = Debug (static runtime)|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug|Mixed Platforms.Build.0 = Debug|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug|Win32.ActiveCfg = Debug|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug|Win32.Build.0 = Debug|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug|x64.ActiveCfg = Debug|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Debug|x64.Build.0 = Debug|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release (static runtime)|Mixed Platforms.ActiveCfg = Release (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release (static runtime)|Mixed Platforms.Build.0 = Release (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release (static runtime)|Win32.ActiveCfg = Release (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release (static runtime)|Win32.Build.0 = Release (static runtime)|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release (static runtime)|x64.ActiveCfg = Release (static runtime)|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release (static runtime)|x64.Build.0 = Release (static runtime)|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release|Mixed Platforms.ActiveCfg = Release|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release|Mixed Platforms.Build.0 = Release|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release|Win32.ActiveCfg = Release|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release|Win32.Build.0 = Release|Win32
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release|x64.ActiveCfg = Release|x64
{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}.Release|x64.Build.0 = Release|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug (static runtime)|Mixed Platforms.ActiveCfg = Debug (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug (static runtime)|Mixed Platforms.Build.0 = Debug (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug (static runtime)|Win32.ActiveCfg = Debug (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug (static runtime)|Win32.Build.0 = Debug (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug (static runtime)|x64.ActiveCfg = Debug (static runtime)|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug (static runtime)|x64.Build.0 = Debug (static runtime)|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug|Mixed Platforms.Build.0 = Debug|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug|Win32.ActiveCfg = Debug|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug|Win32.Build.0 = Debug|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug|x64.ActiveCfg = Debug|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Debug|x64.Build.0 = Debug|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Release (static runtime)|Mixed Platforms.ActiveCfg = Release (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Release (static runtime)|Mixed Platforms.Build.0 = Release (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Release (static runtime)|Win32.ActiveCfg = Release (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Release (static runtime)|Win32.Build.0 = Release (static runtime)|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Release (static runtime)|x64.ActiveCfg = Release (static runtime)|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Release (static runtime)|x64.Build.0 = Release (static runtime)|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Release|Mixed Platforms.ActiveCfg = Release|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Release|Mixed Platforms.Build.0 = Release|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Release|Win32.ActiveCfg = Release|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Release|Win32.Build.0 = Release|Win32
{A613045C-34AF-4706-AA3C-730C92524F74}.Release|x64.ActiveCfg = Release|x64
{A613045C-34AF-4706-AA3C-730C92524F74}.Release|x64.Build.0 = Release|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug (static runtime)|Mixed Platforms.ActiveCfg = Debug (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug (static runtime)|Mixed Platforms.Build.0 = Debug (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug (static runtime)|Win32.ActiveCfg = Debug (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug (static runtime)|Win32.Build.0 = Debug (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug (static runtime)|x64.ActiveCfg = Debug (static runtime)|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug (static runtime)|x64.Build.0 = Debug (static runtime)|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug|Mixed Platforms.Build.0 = Debug|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug|Win32.ActiveCfg = Debug|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug|Win32.Build.0 = Debug|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug|x64.ActiveCfg = Debug|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Debug|x64.Build.0 = Debug|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release (static runtime)|Mixed Platforms.ActiveCfg = Release (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release (static runtime)|Mixed Platforms.Build.0 = Release (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release (static runtime)|Win32.ActiveCfg = Release (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release (static runtime)|Win32.Build.0 = Release (static runtime)|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release (static runtime)|x64.ActiveCfg = Release (static runtime)|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release (static runtime)|x64.Build.0 = Release (static runtime)|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release|Mixed Platforms.ActiveCfg = Release|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release|Mixed Platforms.Build.0 = Release|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release|Win32.ActiveCfg = Release|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release|Win32.Build.0 = Release|Win32
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release|x64.ActiveCfg = Release|x64
{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}.Release|x64.Build.0 = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug (static runtime)|Mixed Platforms.ActiveCfg = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug (static runtime)|Mixed Platforms.Build.0 = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug (static runtime)|Win32.ActiveCfg = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug (static runtime)|x64.ActiveCfg = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug (static runtime)|x64.Build.0 = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug|Mixed Platforms.Build.0 = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug|Win32.ActiveCfg = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug|x64.ActiveCfg = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Debug|x64.Build.0 = Debug|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release (static runtime)|Mixed Platforms.ActiveCfg = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release (static runtime)|Mixed Platforms.Build.0 = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release (static runtime)|Win32.ActiveCfg = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release (static runtime)|x64.ActiveCfg = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release (static runtime)|x64.Build.0 = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release|Mixed Platforms.ActiveCfg = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release|Mixed Platforms.Build.0 = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release|Win32.ActiveCfg = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release|x64.ActiveCfg = Release|x64
{05FCBA2D-EBAF-4265-94E6-CB33526C758F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal