-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSIMDSort.sln
More file actions
60 lines (60 loc) · 3.6 KB
/
Copy pathSIMDSort.sln
File metadata and controls
60 lines (60 loc) · 3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SIMDSortSimu", "SIMDSortSimu\SIMDSortSimu.csproj", "{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SIMDSortSimuTest", "SIMDSortSimuTest\SIMDSortSimuTest.csproj", "{68E91725-A884-449F-9C4A-8E9D9BEC150A}"
ProjectSection(ProjectDependencies) = postProject
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7} = {EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SIMDSort", "SIMDSort\SIMDSort.vcxproj", "{9F500847-4937-4CE4-AAB6-BE19E6114349}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "SIMDSortSpeedViz", "SIMDSortSpeedViz\SIMDSortSpeedViz.pyproj", "{6A2B4486-4375-477F-BB7E-590474385374}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Debug|x64.ActiveCfg = Debug|Any CPU
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Debug|x64.Build.0 = Debug|Any CPU
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Release|Any CPU.Build.0 = Release|Any CPU
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Release|x64.ActiveCfg = Release|Any CPU
{EE7A9A99-B9F1-4C48-81BB-F5BC5FC410A7}.Release|x64.Build.0 = Release|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Debug|x64.ActiveCfg = Debug|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Debug|x64.Build.0 = Debug|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Release|Any CPU.Build.0 = Release|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Release|x64.ActiveCfg = Release|Any CPU
{68E91725-A884-449F-9C4A-8E9D9BEC150A}.Release|x64.Build.0 = Release|Any CPU
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Debug|Any CPU.ActiveCfg = Debug|x64
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Debug|Any CPU.Build.0 = Debug|x64
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Debug|x64.ActiveCfg = Debug|x64
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Debug|x64.Build.0 = Debug|x64
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Release|Any CPU.ActiveCfg = Release|x64
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Release|Any CPU.Build.0 = Release|x64
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Release|x64.ActiveCfg = Release|x64
{9F500847-4937-4CE4-AAB6-BE19E6114349}.Release|x64.Build.0 = Release|x64
{6A2B4486-4375-477F-BB7E-590474385374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A2B4486-4375-477F-BB7E-590474385374}.Debug|x64.ActiveCfg = Debug|Any CPU
{6A2B4486-4375-477F-BB7E-590474385374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A2B4486-4375-477F-BB7E-590474385374}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A93260EE-2EC4-468A-82F9-700E948A4619}
EndGlobalSection
EndGlobal