-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathRTSP DS Filter.sln
85 lines (85 loc) · 5.12 KB
/
RTSP DS Filter.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F7699AC6-9855-46B0-8939-B21A4782A711}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleGrabber", "RTSP Source Filter\Samples\SampleGrabber\SampleGrabber.csproj", "{CB0B2491-179E-4974-840E-845FEB58E411}"
ProjectSection(ProjectDependencies) = postProject
{FEA627F9-A115-4EFB-B489-E28991BC8458} = {FEA627F9-A115-4EFB-B489-E28991BC8458}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RTSPSource", "RTSP Source Filter\PushSource\pushsource.vcxproj", "{39469123-3EB7-45F3-A15B-3854DFD2C2EB}"
ProjectSection(ProjectDependencies) = postProject
{FEA627F9-A115-4EFB-B489-E28991BC8458} = {FEA627F9-A115-4EFB-B489-E28991BC8458}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelpLib", "RTSP Source Filter\HelpLib\HelpLib.csproj", "{FEA627F9-A115-4EFB-B489-E28991BC8458}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB0B2491-179E-4974-840E-845FEB58E411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Debug|Win32.ActiveCfg = Debug|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Debug|x86.ActiveCfg = Debug|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Release|Any CPU.Build.0 = Release|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Release|Win32.ActiveCfg = Release|Any CPU
{CB0B2491-179E-4974-840E-845FEB58E411}.Release|x86.ActiveCfg = Release|Any CPU
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Debug|Any CPU.ActiveCfg = Debug|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Debug|Win32.ActiveCfg = Debug|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Debug|Win32.Build.0 = Debug|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Debug|x86.ActiveCfg = Debug|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Debug|x86.Build.0 = Debug|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Release|Any CPU.ActiveCfg = Release|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Release|Mixed Platforms.Build.0 = Release|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Release|Win32.ActiveCfg = Release|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Release|Win32.Build.0 = Release|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Release|x86.ActiveCfg = Release|Win32
{39469123-3EB7-45F3-A15B-3854DFD2C2EB}.Release|x86.Build.0 = Release|Win32
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Debug|Win32.ActiveCfg = Debug|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Debug|x86.ActiveCfg = Debug|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Release|Any CPU.Build.0 = Release|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Release|Win32.ActiveCfg = Release|Any CPU
{FEA627F9-A115-4EFB-B489-E28991BC8458}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB0B2491-179E-4974-840E-845FEB58E411} = {F7699AC6-9855-46B0-8939-B21A4782A711}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
GlobalSection(RocketSvnScc) = preSolution
Svn-Managed = True
Manager = Rocket SVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SpecExplorer.ActivityCompletionStatus) = preSolution
SpecExplorer.ActivityCompletionStatus =
EndGlobalSection
EndGlobal