-
Notifications
You must be signed in to change notification settings - Fork 7
/
RtspCapture.sln
37 lines (37 loc) · 1.97 KB
/
RtspCapture.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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RtspCapture", "RtspCapture\RtspCapture.csproj", "{5DC5AECB-3072-4B82-93EF-CE0990B21004}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RtspClientSharp", "RtspClientSharp\RtspClientSharp.csproj", "{1E3DCB5C-FA9D-4A6B-AADC-0FF971989A74}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libffmpeghelper", "libffmpeghelper\libffmpeghelper.vcxproj", "{3C96BD24-3212-4CD8-86E3-63D1E3E38155}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DC5AECB-3072-4B82-93EF-CE0990B21004}.Debug|x86.ActiveCfg = Debug|Any CPU
{5DC5AECB-3072-4B82-93EF-CE0990B21004}.Debug|x86.Build.0 = Debug|Any CPU
{5DC5AECB-3072-4B82-93EF-CE0990B21004}.Release|x86.ActiveCfg = Release|Any CPU
{5DC5AECB-3072-4B82-93EF-CE0990B21004}.Release|x86.Build.0 = Release|Any CPU
{1E3DCB5C-FA9D-4A6B-AADC-0FF971989A74}.Debug|x86.ActiveCfg = Debug|Any CPU
{1E3DCB5C-FA9D-4A6B-AADC-0FF971989A74}.Debug|x86.Build.0 = Debug|Any CPU
{1E3DCB5C-FA9D-4A6B-AADC-0FF971989A74}.Release|x86.ActiveCfg = Release|Any CPU
{1E3DCB5C-FA9D-4A6B-AADC-0FF971989A74}.Release|x86.Build.0 = Release|Any CPU
{3C96BD24-3212-4CD8-86E3-63D1E3E38155}.Debug|x86.ActiveCfg = Debug|Win32
{3C96BD24-3212-4CD8-86E3-63D1E3E38155}.Debug|x86.Build.0 = Debug|Win32
{3C96BD24-3212-4CD8-86E3-63D1E3E38155}.Release|x86.ActiveCfg = Release|Win32
{3C96BD24-3212-4CD8-86E3-63D1E3E38155}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10B18DF5-A803-458D-888F-EA53666AAD2B}
EndGlobalSection
EndGlobal