-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathH264Net.sln
More file actions
65 lines (65 loc) · 3.96 KB
/
H264Net.sln
File metadata and controls
65 lines (65 loc) · 3.96 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "H264NetTests", "H264NetTests\H264NetTests.csproj", "{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "H264Net", "H264Net\H264Net.csproj", "{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "H264NetExample", "H264NetExample\H264NetExample.csproj", "{CCCA683A-2048-4E49-9CEA-BBB3AF602495}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Debug|x64.ActiveCfg = Debug|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Debug|x64.Build.0 = Debug|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Debug|x86.ActiveCfg = Debug|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Debug|x86.Build.0 = Debug|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Release|Any CPU.Build.0 = Release|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Release|x64.ActiveCfg = Release|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Release|x64.Build.0 = Release|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Release|x86.ActiveCfg = Release|Any CPU
{B05B0E60-BF25-4454-9FF3-1E4A13A7C668}.Release|x86.Build.0 = Release|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Debug|x64.ActiveCfg = Debug|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Debug|x64.Build.0 = Debug|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Debug|x86.ActiveCfg = Debug|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Debug|x86.Build.0 = Debug|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Release|Any CPU.Build.0 = Release|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Release|x64.ActiveCfg = Release|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Release|x64.Build.0 = Release|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Release|x86.ActiveCfg = Release|Any CPU
{F1E2B771-6B6F-4869-AB5B-89AB52E3B661}.Release|x86.Build.0 = Release|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Debug|x64.ActiveCfg = Debug|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Debug|x64.Build.0 = Debug|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Debug|x86.ActiveCfg = Debug|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Debug|x86.Build.0 = Debug|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Release|Any CPU.Build.0 = Release|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Release|x64.ActiveCfg = Release|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Release|x64.Build.0 = Release|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Release|x86.ActiveCfg = Release|Any CPU
{CCCA683A-2048-4E49-9CEA-BBB3AF602495}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEBF5578-0EF8-48E7-9F8F-E1807F31C08E}
EndGlobalSection
EndGlobal