-
Notifications
You must be signed in to change notification settings - Fork 0
/
RemoteWebcam.sln
43 lines (43 loc) · 2.01 KB
/
RemoteWebcam.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 Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3EFD0D1D-2A95-49D3-A330-74C33D993ADE}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.txt = CHANGELOG.txt
CMakeLists.txt = CMakeLists.txt
.github\workflows\github-actions.yml = .github\workflows\github-actions.yml
Makefile = Makefile
mjpeg.html = mjpeg.html
mjpeg.py = mjpeg.py
ReadMe.txt = ReadMe.txt
TODO.txt = TODO.txt
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteWebcamCli", "RemoteWebcamCli\RemoteWebcamCli.vcxproj", "{1EECE22D-82AE-4112-831A-A7CC68F6E39F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteWebcamMultiSrv", "RemoteWebcamMultiSrv\RemoteWebcamMultiSrv.vcxproj", "{CC16AD72-661C-48DC-9FA2-4DD265640B2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Debug|Win32.ActiveCfg = Debug|Win32
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Debug|Win32.Build.0 = Debug|Win32
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Release|Win32.ActiveCfg = Release|Win32
{1EECE22D-82AE-4112-831A-A7CC68F6E39F}.Release|Win32.Build.0 = Release|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Debug|Win32.ActiveCfg = Debug|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Debug|Win32.Build.0 = Debug|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Release|Win32.ActiveCfg = Release|Win32
{CC16AD72-661C-48DC-9FA2-4DD265640B2C}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C98D53B-FE88-4D21-B48B-A390BB2494B3}
EndGlobalSection
EndGlobal