-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathSIMDIntro.sln
37 lines (37 loc) · 2.03 KB
/
SIMDIntro.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SIMDIntro", "SIMDIntro\SIMDIntro.csproj", "{69BD9083-5445-4B1F-89F7-45013663FD1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SIMDBenchmarks", "SIMDBenchmarks\SIMDBenchmarks.csproj", "{E4F8D42D-87A3-457C-A89A-DC7A54CCA069}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchMarkDebug", "BenchMarkDebug\BenchMarkDebug.csproj", "{2B2BC07F-C4EA-463A-8B0A-3EAEA00DE7A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69BD9083-5445-4B1F-89F7-45013663FD1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69BD9083-5445-4B1F-89F7-45013663FD1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69BD9083-5445-4B1F-89F7-45013663FD1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69BD9083-5445-4B1F-89F7-45013663FD1D}.Release|Any CPU.Build.0 = Release|Any CPU
{E4F8D42D-87A3-457C-A89A-DC7A54CCA069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4F8D42D-87A3-457C-A89A-DC7A54CCA069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4F8D42D-87A3-457C-A89A-DC7A54CCA069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4F8D42D-87A3-457C-A89A-DC7A54CCA069}.Release|Any CPU.Build.0 = Release|Any CPU
{2B2BC07F-C4EA-463A-8B0A-3EAEA00DE7A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B2BC07F-C4EA-463A-8B0A-3EAEA00DE7A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B2BC07F-C4EA-463A-8B0A-3EAEA00DE7A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B2BC07F-C4EA-463A-8B0A-3EAEA00DE7A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A55AE6F7-D285-47E4-AAF1-F409C46CC00B}
EndGlobalSection
EndGlobal