-
Notifications
You must be signed in to change notification settings - Fork 0
/
CarsTracking.sln
37 lines (37 loc) · 1.95 KB
/
CarsTracking.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.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarsTracking.UI", "CarsTracking.UI\CarsTracking.UI.csproj", "{3827DCFB-0DC4-48BD-8798-11F1CFED42CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoPlayer", "VideoPlayer\VideoPlayer.csproj", "{8B6577DD-F257-41A6-8A20-6D00D3301F74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MotionDetector", "MotionDetector\MotionDetector.csproj", "{413DB2A0-9766-406D-BB41-922F407A9B55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3827DCFB-0DC4-48BD-8798-11F1CFED42CA}.Debug|x86.ActiveCfg = Debug|x86
{3827DCFB-0DC4-48BD-8798-11F1CFED42CA}.Debug|x86.Build.0 = Debug|x86
{3827DCFB-0DC4-48BD-8798-11F1CFED42CA}.Release|x86.ActiveCfg = Release|x86
{3827DCFB-0DC4-48BD-8798-11F1CFED42CA}.Release|x86.Build.0 = Release|x86
{8B6577DD-F257-41A6-8A20-6D00D3301F74}.Debug|x86.ActiveCfg = Debug|x86
{8B6577DD-F257-41A6-8A20-6D00D3301F74}.Debug|x86.Build.0 = Debug|x86
{8B6577DD-F257-41A6-8A20-6D00D3301F74}.Release|x86.ActiveCfg = Release|Any CPU
{8B6577DD-F257-41A6-8A20-6D00D3301F74}.Release|x86.Build.0 = Release|Any CPU
{413DB2A0-9766-406D-BB41-922F407A9B55}.Debug|x86.ActiveCfg = Debug|x86
{413DB2A0-9766-406D-BB41-922F407A9B55}.Debug|x86.Build.0 = Debug|x86
{413DB2A0-9766-406D-BB41-922F407A9B55}.Release|x86.ActiveCfg = Release|Any CPU
{413DB2A0-9766-406D-BB41-922F407A9B55}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {778685AC-C5C8-4E7B-B1FA-9A7A6B399D11}
EndGlobalSection
EndGlobal