-
Notifications
You must be signed in to change notification settings - Fork 109
/
Camera.sln
50 lines (50 loc) · 2.72 KB
/
Camera.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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PS3Driver", "PS3Driver\PS3Driver.vcxproj", "{212672B2-4D87-4DED-9345-D66FB4CBF4AD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AITracker", "AITracker\AITracker.vcxproj", "{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client\Client.vcxproj", "{5B4F6644-3599-41DB-8A3C-4CD888FCC86B}"
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
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Debug|x64.ActiveCfg = Debug|x64
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Debug|x64.Build.0 = Debug|x64
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Debug|x86.ActiveCfg = Debug|Win32
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Debug|x86.Build.0 = Debug|Win32
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Release|x64.ActiveCfg = Release|x64
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Release|x64.Build.0 = Release|x64
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Release|x86.ActiveCfg = Release|Win32
{212672B2-4D87-4DED-9345-D66FB4CBF4AD}.Release|x86.Build.0 = Release|Win32
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Debug|x64.ActiveCfg = Debug|x64
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Debug|x64.Build.0 = Debug|x64
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Debug|x86.ActiveCfg = Debug|Win32
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Debug|x86.Build.0 = Debug|Win32
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Release|x64.ActiveCfg = Release|x64
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Release|x64.Build.0 = Release|x64
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Release|x86.ActiveCfg = Release|Win32
{05AE71B6-F1C8-4F35-A1AE-1225AACD32E8}.Release|x86.Build.0 = Release|Win32
{5B4F6644-3599-41DB-8A3C-4CD888FCC86B}.Debug|x64.ActiveCfg = Debug|x64
{5B4F6644-3599-41DB-8A3C-4CD888FCC86B}.Debug|x64.Build.0 = Debug|x64
{5B4F6644-3599-41DB-8A3C-4CD888FCC86B}.Debug|x86.ActiveCfg = Debug|x64
{5B4F6644-3599-41DB-8A3C-4CD888FCC86B}.Release|x64.ActiveCfg = Release|x64
{5B4F6644-3599-41DB-8A3C-4CD888FCC86B}.Release|x64.Build.0 = Release|x64
{5B4F6644-3599-41DB-8A3C-4CD888FCC86B}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Qt5Version = $(DefaultQtVersion)
SolutionGuid = {8A67DE57-0604-4880-B0CC-9B96E5E3EFCD}
EndGlobalSection
EndGlobal