-
Notifications
You must be signed in to change notification settings - Fork 240
/
simplest_ffmpeg_streamer.sln
executable file
·26 lines (26 loc) · 1.39 KB
/
simplest_ffmpeg_streamer.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simplest_ffmpeg_streamer", "simplest_ffmpeg_streamer\simplest_ffmpeg_streamer.vcxproj", "{49621BC9-12D1-4225-A43A-47B21B7ADF6D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simplest_ffmpeg_receiver", "simplest_ffmpeg_receiver\simplest_ffmpeg_receiver.vcxproj", "{DDC29134-BDB5-4F10-9CB2-D96F22C4F355}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49621BC9-12D1-4225-A43A-47B21B7ADF6D}.Debug|Win32.ActiveCfg = Debug|Win32
{49621BC9-12D1-4225-A43A-47B21B7ADF6D}.Debug|Win32.Build.0 = Debug|Win32
{49621BC9-12D1-4225-A43A-47B21B7ADF6D}.Release|Win32.ActiveCfg = Release|Win32
{49621BC9-12D1-4225-A43A-47B21B7ADF6D}.Release|Win32.Build.0 = Release|Win32
{DDC29134-BDB5-4F10-9CB2-D96F22C4F355}.Debug|Win32.ActiveCfg = Debug|Win32
{DDC29134-BDB5-4F10-9CB2-D96F22C4F355}.Debug|Win32.Build.0 = Debug|Win32
{DDC29134-BDB5-4F10-9CB2-D96F22C4F355}.Release|Win32.ActiveCfg = Release|Win32
{DDC29134-BDB5-4F10-9CB2-D96F22C4F355}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal