forked from ppizarror/FNELEM-GPU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FNELEM-GPU.sln
39 lines (39 loc) · 1.98 KB
/
FNELEM-GPU.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FNELEM-GPU", "FNELEM-GPU.vcxproj", "{7BFAF3F5-104B-4901-8044-4DDDDFC98A55}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "T3-CC7515-OPENCL", "..\tareas-CC7515\tarea-03\opencl\T3-CC7515-OPENCL.vcxproj", "{393CFEE4-D610-4966-8727-5F970F50FB21}"
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
{7BFAF3F5-104B-4901-8044-4DDDDFC98A55}.Debug|x64.ActiveCfg = Debug|x64
{7BFAF3F5-104B-4901-8044-4DDDDFC98A55}.Debug|x64.Build.0 = Debug|x64
{7BFAF3F5-104B-4901-8044-4DDDDFC98A55}.Debug|x86.ActiveCfg = Debug|x64
{7BFAF3F5-104B-4901-8044-4DDDDFC98A55}.Release|x64.ActiveCfg = Release|x64
{7BFAF3F5-104B-4901-8044-4DDDDFC98A55}.Release|x64.Build.0 = Release|x64
{7BFAF3F5-104B-4901-8044-4DDDDFC98A55}.Release|x86.ActiveCfg = Release|x64
{393CFEE4-D610-4966-8727-5F970F50FB21}.Debug|x64.ActiveCfg = Debug|x64
{393CFEE4-D610-4966-8727-5F970F50FB21}.Debug|x64.Build.0 = Debug|x64
{393CFEE4-D610-4966-8727-5F970F50FB21}.Debug|x86.ActiveCfg = Debug|Win32
{393CFEE4-D610-4966-8727-5F970F50FB21}.Debug|x86.Build.0 = Debug|Win32
{393CFEE4-D610-4966-8727-5F970F50FB21}.Release|x64.ActiveCfg = Release|x64
{393CFEE4-D610-4966-8727-5F970F50FB21}.Release|x64.Build.0 = Release|x64
{393CFEE4-D610-4966-8727-5F970F50FB21}.Release|x86.ActiveCfg = Release|Win32
{393CFEE4-D610-4966-8727-5F970F50FB21}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD095971-E39B-469A-8CA2-9B77864CA8CC}
EndGlobalSection
EndGlobal