-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOpenH264DotNet.sln
46 lines (46 loc) · 2.62 KB
/
OpenH264DotNet.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
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}") = "src", "src", "{D5683BFF-900C-4B77-9C42-0EFB266CDA2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{91ECD02C-8D92-483D-BE7A-CADCB0A561EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenH264DotNet", "src\OpenH264DotNet\OpenH264DotNet.csproj", "{0DEA2C3F-AF3D-451C-9048-FE3F1FD8B4FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenH264DotNet.Tests", "test\OpenH264DotNet.Tests\OpenH264DotNet.Tests.csproj", "{B27DDFE0-549B-45C6-A21D-BACF4EA63568}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{DB7236BA-653F-4DD5-8FED-5A86264E4230}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RtspDecoder", "examples\RtspDecoder\RtspDecoder.csproj", "{D69788D2-0F1B-44EE-B42F-1617864E6273}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DEA2C3F-AF3D-451C-9048-FE3F1FD8B4FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DEA2C3F-AF3D-451C-9048-FE3F1FD8B4FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DEA2C3F-AF3D-451C-9048-FE3F1FD8B4FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DEA2C3F-AF3D-451C-9048-FE3F1FD8B4FD}.Release|Any CPU.Build.0 = Release|Any CPU
{B27DDFE0-549B-45C6-A21D-BACF4EA63568}.Debug|Any CPU.ActiveCfg = Debug|x64
{B27DDFE0-549B-45C6-A21D-BACF4EA63568}.Release|Any CPU.ActiveCfg = Release|x86
{D69788D2-0F1B-44EE-B42F-1617864E6273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D69788D2-0F1B-44EE-B42F-1617864E6273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D69788D2-0F1B-44EE-B42F-1617864E6273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D69788D2-0F1B-44EE-B42F-1617864E6273}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0DEA2C3F-AF3D-451C-9048-FE3F1FD8B4FD} = {D5683BFF-900C-4B77-9C42-0EFB266CDA2A}
{B27DDFE0-549B-45C6-A21D-BACF4EA63568} = {91ECD02C-8D92-483D-BE7A-CADCB0A561EF}
{D69788D2-0F1B-44EE-B42F-1617864E6273} = {DB7236BA-653F-4DD5-8FED-5A86264E4230}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6DC13207-2033-494D-9666-7D54268D9E32}
EndGlobalSection
EndGlobal