This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDeviceDetection.sln
43 lines (43 loc) · 2.47 KB
/
DeviceDetection.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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "device_detection", "device_detection\device_detection.vcxproj", "{95AB6F55-0C84-4391-835F-D78AB504FF21}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "device_detection_cpu", "device_detection_cpu\device_detection_cpu.vcxproj", "{23C94F99-F466-4CBE-90B7-71B450DD7BF1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "device_detection_cuda_nvml", "device_detection_cuda_nvml\device_detection_cuda_nvml.vcxproj", "{C10779CB-6AE5-4AA4-8986-97B3599790F7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "device_detection_opencl", "device_detection_opencl\device_detection_opencl.vcxproj", "{F4D88D6A-2321-4431-AFD1-8B6A1760358B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4D88D6A-2321-4431-AFD1-8B6A1760358B}.Debug|x64.ActiveCfg = Debug|x64
{F4D88D6A-2321-4431-AFD1-8B6A1760358B}.Debug|x64.Build.0 = Debug|x64
{F4D88D6A-2321-4431-AFD1-8B6A1760358B}.Release|x64.ActiveCfg = Release|x64
{F4D88D6A-2321-4431-AFD1-8B6A1760358B}.Release|x64.Build.0 = Release|x64
{C10779CB-6AE5-4AA4-8986-97B3599790F7}.Debug|x64.ActiveCfg = Debug|x64
{C10779CB-6AE5-4AA4-8986-97B3599790F7}.Debug|x64.Build.0 = Debug|x64
{C10779CB-6AE5-4AA4-8986-97B3599790F7}.Release|x64.ActiveCfg = Release|x64
{C10779CB-6AE5-4AA4-8986-97B3599790F7}.Release|x64.Build.0 = Release|x64
{23C94F99-F466-4CBE-90B7-71B450DD7BF1}.Debug|x64.ActiveCfg = Debug|x64
{23C94F99-F466-4CBE-90B7-71B450DD7BF1}.Debug|x64.Build.0 = Debug|x64
{23C94F99-F466-4CBE-90B7-71B450DD7BF1}.Release|x64.ActiveCfg = Release|x64
{23C94F99-F466-4CBE-90B7-71B450DD7BF1}.Release|x64.Build.0 = Release|x64
{95AB6F55-0C84-4391-835F-D78AB504FF21}.Debug|x64.ActiveCfg = Debug|x64
{95AB6F55-0C84-4391-835F-D78AB504FF21}.Debug|x64.Build.0 = Debug|x64
{95AB6F55-0C84-4391-835F-D78AB504FF21}.Release|x64.ActiveCfg = Release|x64
{95AB6F55-0C84-4391-835F-D78AB504FF21}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CBDE841-29EC-4006-B7F2-34789A7E02FE}
EndGlobalSection
EndGlobal