-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjstd_vc2015.sln
More file actions
93 lines (93 loc) · 5.71 KB
/
jstd_vc2015.sln
File metadata and controls
93 lines (93 loc) · 5.71 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{95E5E543-B506-4BC2-8F41-B09DBD193C64}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "benchmark", "projects\vc2015\test\benchmark\benchmark.vcxproj", "{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}"
ProjectSection(ProjectDependencies) = postProject
{07E99171-E39D-46E3-8C12-1B15A2163C82} = {07E99171-E39D-46E3-8C12-1B15A2163C82}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dict_test", "projects\vc2015\test\dict_test\dict_test.vcxproj", "{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}"
ProjectSection(ProjectDependencies) = postProject
{07E99171-E39D-46E3-8C12-1B15A2163C82} = {07E99171-E39D-46E3-8C12-1B15A2163C82}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time_hash_map", "projects\vc2015\test\time_hash_map\time_hash_map.vcxproj", "{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}"
ProjectSection(ProjectDependencies) = postProject
{07E99171-E39D-46E3-8C12-1B15A2163C82} = {07E99171-E39D-46E3-8C12-1B15A2163C82}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "main", "main", "{FC451103-6403-46DF-939E-4050DFE4102F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjstd", "projects\vc2015\main\libjstd\libjstd.vcxproj", "{07E99171-E39D-46E3-8C12-1B15A2163C82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "unittest", "unittest", "{7381E8A3-9D00-451D-BA33-822A130D62C4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cardinal_bench", "projects\vc2015\test\cardinal_bench\cardinal_bench.vcxproj", "{D2B9558F-26DC-4258-B8D5-A8A310EF863A}"
ProjectSection(ProjectDependencies) = postProject
{07E99171-E39D-46E3-8C12-1B15A2163C82} = {07E99171-E39D-46E3-8C12-1B15A2163C82}
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
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Debug|x64.ActiveCfg = Debug|x64
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Debug|x64.Build.0 = Debug|x64
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Debug|x86.ActiveCfg = Debug|Win32
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Debug|x86.Build.0 = Debug|Win32
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Release|x64.ActiveCfg = Release|x64
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Release|x64.Build.0 = Release|x64
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Release|x86.ActiveCfg = Release|Win32
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B}.Release|x86.Build.0 = Release|Win32
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Debug|x64.ActiveCfg = Debug|x64
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Debug|x64.Build.0 = Debug|x64
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Debug|x86.ActiveCfg = Debug|Win32
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Debug|x86.Build.0 = Debug|Win32
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Release|x64.ActiveCfg = Release|x64
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Release|x64.Build.0 = Release|x64
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Release|x86.ActiveCfg = Release|Win32
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B}.Release|x86.Build.0 = Release|Win32
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Debug|x64.ActiveCfg = Debug|x64
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Debug|x64.Build.0 = Debug|x64
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Debug|x86.ActiveCfg = Debug|Win32
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Debug|x86.Build.0 = Debug|Win32
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Release|x64.ActiveCfg = Release|x64
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Release|x64.Build.0 = Release|x64
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Release|x86.ActiveCfg = Release|Win32
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4}.Release|x86.Build.0 = Release|Win32
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Debug|x64.ActiveCfg = Debug|x64
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Debug|x64.Build.0 = Debug|x64
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Debug|x86.ActiveCfg = Debug|Win32
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Debug|x86.Build.0 = Debug|Win32
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Release|x64.ActiveCfg = Release|x64
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Release|x64.Build.0 = Release|x64
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Release|x86.ActiveCfg = Release|Win32
{07E99171-E39D-46E3-8C12-1B15A2163C82}.Release|x86.Build.0 = Release|Win32
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Debug|x64.ActiveCfg = Debug|x64
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Debug|x64.Build.0 = Debug|x64
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Debug|x86.ActiveCfg = Debug|Win32
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Debug|x86.Build.0 = Debug|Win32
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Release|x64.ActiveCfg = Release|x64
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Release|x64.Build.0 = Release|x64
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Release|x86.ActiveCfg = Release|Win32
{D2B9558F-26DC-4258-B8D5-A8A310EF863A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B33838C-A3DE-43BF-8E0B-2BE8CF99FF9B} = {95E5E543-B506-4BC2-8F41-B09DBD193C64}
{A6724B5A-79D2-43B7-91C4-24A2295BAE7B} = {95E5E543-B506-4BC2-8F41-B09DBD193C64}
{AA31E8EF-7D23-48BD-B7C6-D0719E8E97F4} = {95E5E543-B506-4BC2-8F41-B09DBD193C64}
{07E99171-E39D-46E3-8C12-1B15A2163C82} = {FC451103-6403-46DF-939E-4050DFE4102F}
{D2B9558F-26DC-4258-B8D5-A8A310EF863A} = {95E5E543-B506-4BC2-8F41-B09DBD193C64}
EndGlobalSection
EndGlobal