-
Notifications
You must be signed in to change notification settings - Fork 0
/
Options-Pricing-Tool.sln
67 lines (67 loc) · 4 KB
/
Options-Pricing-Tool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Options-Pricing-Lib-Test", "Options-Pricing-Tool\Options-Pricing-Tool.vcxproj", "{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}"
ProjectSection(ProjectDependencies) = postProject
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C} = {C9BB69AD-1AAD-4A49-A472-89C77A24B22C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Options-Pricing-Lib", "Options-Pricing-Library\Options-Pricing-Library.vcxproj", "{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Options-Pricing-App", "Options-Pricing-App\Options-Pricing-App.vcxproj", "{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}"
ProjectSection(ProjectDependencies) = postProject
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C} = {C9BB69AD-1AAD-4A49-A472-89C77A24B22C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Options-Pricing-Cuda", "Options-Pricing-Cuda\Options-Pricing-Cuda.vcxproj", "{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}"
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
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Debug|x64.ActiveCfg = Debug|x64
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Debug|x64.Build.0 = Debug|x64
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Debug|x86.ActiveCfg = Debug|Win32
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Debug|x86.Build.0 = Debug|Win32
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Release|x64.ActiveCfg = Release|x64
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Release|x64.Build.0 = Release|x64
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Release|x86.ActiveCfg = Release|Win32
{3A7A0E51-8110-4B8B-8CAF-8B9B683B1EB1}.Release|x86.Build.0 = Release|Win32
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Debug|x64.ActiveCfg = Debug|x64
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Debug|x64.Build.0 = Debug|x64
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Debug|x86.ActiveCfg = Debug|Win32
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Debug|x86.Build.0 = Debug|Win32
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Release|x64.ActiveCfg = Release|x64
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Release|x64.Build.0 = Release|x64
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Release|x86.ActiveCfg = Release|Win32
{C9BB69AD-1AAD-4A49-A472-89C77A24B22C}.Release|x86.Build.0 = Release|Win32
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Debug|x64.ActiveCfg = Debug|x64
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Debug|x64.Build.0 = Debug|x64
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Debug|x86.ActiveCfg = Debug|Win32
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Debug|x86.Build.0 = Debug|Win32
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Release|x64.ActiveCfg = Release|x64
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Release|x64.Build.0 = Release|x64
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Release|x86.ActiveCfg = Release|Win32
{EBEC6B81-2095-4109-A1C7-3CA0D3693D7C}.Release|x86.Build.0 = Release|Win32
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Debug|x64.ActiveCfg = Debug|x64
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Debug|x64.Build.0 = Debug|x64
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Debug|x86.ActiveCfg = Debug|x64
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Debug|x86.Build.0 = Debug|x64
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Release|x64.ActiveCfg = Release|x64
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Release|x64.Build.0 = Release|x64
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Release|x86.ActiveCfg = Release|x64
{282D91FC-D2F4-4D9D-8EE8-829D10B6BB15}.Release|x86.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B879342-B934-4AD6-9E7D-7D6B1474AC33}
EndGlobalSection
EndGlobal