forked from iimachines/webrtc-dotnet-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebrtc-dotnet-core.sln
More file actions
82 lines (82 loc) · 5.37 KB
/
webrtc-dotnet-core.sln
File metadata and controls
82 lines (82 loc) · 5.37 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webrtc-native", "webrtc-native\webrtc-native.vcxproj", "{31CC4ECC-E4A0-448B-8969-3C08C951A461}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc-dotnet", "webrtc-dotnet\webrtc-dotnet.csproj", "{21F815B4-9154-4472-B03C-E1C2D1F98A26}"
ProjectSection(ProjectDependencies) = postProject
{31CC4ECC-E4A0-448B-8969-3C08C951A461} = {31CC4ECC-E4A0-448B-8969-3C08C951A461}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc-dotnet-web-demo", "webrtc-dotnet-web-demo\webrtc-dotnet-web-demo.csproj", "{B3FFA253-FE93-48C6-8506-CF296BD04835}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc-dotnet-console-demo", "webrtc-dotnet-console-demo\webrtc-dotnet-console-demo.csproj", "{12ECC036-0488-4A87-B5AC-958163D7AB22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9481380-4A26-4FF2-A7A5-169E5A8CA980}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc-dotnet-tests", "webrtc-dotnet-tests\webrtc-dotnet-tests.csproj", "{A9DE998A-F5B8-4EBA-8D2F-03B1D5F641DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc-dotnet-graphics-d3d11", "webrtc-dotnet-graphics\webrtc-dotnet-graphics-d3d11.csproj", "{AC928C86-F000-43CA-8A3C-2BF243379534}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webrtc-native-nvenc", "webrtc-native-nvenc\webrtc-native-nvenc.vcxproj", "{4645FFF5-9866-4CD4-B432-8BAC320E560E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc-dotnet-signalling", "webrtc-dotnet-signalling\webrtc-dotnet-signalling.csproj", "{6B365CEF-CAD2-43D3-A690-8BC61A640D5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "webrtc-dotnet-leak-test", "webrtc-dotnet-leak-test\webrtc-dotnet-leak-test.csproj", "{6C5204D6-12EE-4DD3-90C8-0894E359744B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31CC4ECC-E4A0-448B-8969-3C08C951A461}.Debug|x64.ActiveCfg = Debug|x64
{31CC4ECC-E4A0-448B-8969-3C08C951A461}.Debug|x64.Build.0 = Debug|x64
{31CC4ECC-E4A0-448B-8969-3C08C951A461}.Release|x64.ActiveCfg = Release|x64
{31CC4ECC-E4A0-448B-8969-3C08C951A461}.Release|x64.Build.0 = Release|x64
{21F815B4-9154-4472-B03C-E1C2D1F98A26}.Debug|x64.ActiveCfg = Debug|Any CPU
{21F815B4-9154-4472-B03C-E1C2D1F98A26}.Debug|x64.Build.0 = Debug|Any CPU
{21F815B4-9154-4472-B03C-E1C2D1F98A26}.Release|x64.ActiveCfg = Release|Any CPU
{21F815B4-9154-4472-B03C-E1C2D1F98A26}.Release|x64.Build.0 = Release|Any CPU
{B3FFA253-FE93-48C6-8506-CF296BD04835}.Debug|x64.ActiveCfg = Debug|Any CPU
{B3FFA253-FE93-48C6-8506-CF296BD04835}.Debug|x64.Build.0 = Debug|Any CPU
{B3FFA253-FE93-48C6-8506-CF296BD04835}.Release|x64.ActiveCfg = Release|Any CPU
{B3FFA253-FE93-48C6-8506-CF296BD04835}.Release|x64.Build.0 = Release|Any CPU
{12ECC036-0488-4A87-B5AC-958163D7AB22}.Debug|x64.ActiveCfg = Debug|Any CPU
{12ECC036-0488-4A87-B5AC-958163D7AB22}.Debug|x64.Build.0 = Debug|Any CPU
{12ECC036-0488-4A87-B5AC-958163D7AB22}.Release|x64.ActiveCfg = Release|Any CPU
{12ECC036-0488-4A87-B5AC-958163D7AB22}.Release|x64.Build.0 = Release|Any CPU
{A9DE998A-F5B8-4EBA-8D2F-03B1D5F641DA}.Debug|x64.ActiveCfg = Debug|Any CPU
{A9DE998A-F5B8-4EBA-8D2F-03B1D5F641DA}.Debug|x64.Build.0 = Debug|Any CPU
{A9DE998A-F5B8-4EBA-8D2F-03B1D5F641DA}.Release|x64.ActiveCfg = Release|Any CPU
{A9DE998A-F5B8-4EBA-8D2F-03B1D5F641DA}.Release|x64.Build.0 = Release|Any CPU
{AC928C86-F000-43CA-8A3C-2BF243379534}.Debug|x64.ActiveCfg = Debug|Any CPU
{AC928C86-F000-43CA-8A3C-2BF243379534}.Debug|x64.Build.0 = Debug|Any CPU
{AC928C86-F000-43CA-8A3C-2BF243379534}.Release|x64.ActiveCfg = Release|Any CPU
{AC928C86-F000-43CA-8A3C-2BF243379534}.Release|x64.Build.0 = Release|Any CPU
{4645FFF5-9866-4CD4-B432-8BAC320E560E}.Debug|x64.ActiveCfg = Debug|x64
{4645FFF5-9866-4CD4-B432-8BAC320E560E}.Debug|x64.Build.0 = Debug|x64
{4645FFF5-9866-4CD4-B432-8BAC320E560E}.Release|x64.ActiveCfg = Release|x64
{4645FFF5-9866-4CD4-B432-8BAC320E560E}.Release|x64.Build.0 = Release|x64
{6B365CEF-CAD2-43D3-A690-8BC61A640D5B}.Debug|x64.ActiveCfg = Debug|Any CPU
{6B365CEF-CAD2-43D3-A690-8BC61A640D5B}.Debug|x64.Build.0 = Debug|Any CPU
{6B365CEF-CAD2-43D3-A690-8BC61A640D5B}.Release|x64.ActiveCfg = Release|Any CPU
{6B365CEF-CAD2-43D3-A690-8BC61A640D5B}.Release|x64.Build.0 = Release|Any CPU
{6C5204D6-12EE-4DD3-90C8-0894E359744B}.Debug|x64.ActiveCfg = Debug|x64
{6C5204D6-12EE-4DD3-90C8-0894E359744B}.Debug|x64.Build.0 = Debug|x64
{6C5204D6-12EE-4DD3-90C8-0894E359744B}.Release|x64.ActiveCfg = Release|x64
{6C5204D6-12EE-4DD3-90C8-0894E359744B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51174990-FC99-4732-8EDE-9081955C38C9}
EndGlobalSection
EndGlobal