forked from CIS565-Fall-2013/Performance-Lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CUDA_Exercise.sln
38 lines (38 loc) · 2.07 KB
/
CUDA_Exercise.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cudaBenchmark", "VS2012\cudaBenchmark.vcxproj", "{16DC65C8-4100-4AB8-BCB4-D697BD2171C4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reduction_Exercise", "VS2012\Reduction_Exercise.vcxproj", "{00F4D3C8-4EC6-4751-A820-215EA54AC250}"
ProjectSection(ProjectDependencies) = postProject
{16DC65C8-4100-4AB8-BCB4-D697BD2171C4} = {16DC65C8-4100-4AB8-BCB4-D697BD2171C4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Transpose_Exercise", "VS2012\Transpose_Exercise.vcxproj", "{CE5973BE-3CE8-4D21-9258-DEA5A94073F9}"
ProjectSection(ProjectDependencies) = postProject
{16DC65C8-4100-4AB8-BCB4-D697BD2171C4} = {16DC65C8-4100-4AB8-BCB4-D697BD2171C4}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16DC65C8-4100-4AB8-BCB4-D697BD2171C4}.Debug|x64.ActiveCfg = Debug|x64
{16DC65C8-4100-4AB8-BCB4-D697BD2171C4}.Debug|x64.Build.0 = Debug|x64
{16DC65C8-4100-4AB8-BCB4-D697BD2171C4}.Release|x64.ActiveCfg = Release|x64
{16DC65C8-4100-4AB8-BCB4-D697BD2171C4}.Release|x64.Build.0 = Release|x64
{00F4D3C8-4EC6-4751-A820-215EA54AC250}.Debug|x64.ActiveCfg = Debug|x64
{00F4D3C8-4EC6-4751-A820-215EA54AC250}.Debug|x64.Build.0 = Debug|x64
{00F4D3C8-4EC6-4751-A820-215EA54AC250}.Release|x64.ActiveCfg = Release|x64
{00F4D3C8-4EC6-4751-A820-215EA54AC250}.Release|x64.Build.0 = Release|x64
{CE5973BE-3CE8-4D21-9258-DEA5A94073F9}.Debug|x64.ActiveCfg = Debug|x64
{CE5973BE-3CE8-4D21-9258-DEA5A94073F9}.Debug|x64.Build.0 = Debug|x64
{CE5973BE-3CE8-4D21-9258-DEA5A94073F9}.Release|x64.ActiveCfg = Release|x64
{CE5973BE-3CE8-4D21-9258-DEA5A94073F9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal