-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebrtcMeetupCpp.sln
31 lines (31 loc) · 1.49 KB
/
WebrtcMeetupCpp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebrtcConsole", "WebrtcConsole\WebrtcConsole.vcxproj", "{30C2262C-3A6D-4ED2-AA39-AFAF8DF6E2FB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebrtcSnippets", "WebrtcSnippets\WebrtcSnippets.vcxproj", "{330860C4-DA86-48C4-A9D0-6278BE84F5E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30C2262C-3A6D-4ED2-AA39-AFAF8DF6E2FB}.Debug|x64.ActiveCfg = Debug|x64
{30C2262C-3A6D-4ED2-AA39-AFAF8DF6E2FB}.Debug|x64.Build.0 = Debug|x64
{30C2262C-3A6D-4ED2-AA39-AFAF8DF6E2FB}.Release|x64.ActiveCfg = Release|x64
{30C2262C-3A6D-4ED2-AA39-AFAF8DF6E2FB}.Release|x64.Build.0 = Release|x64
{330860C4-DA86-48C4-A9D0-6278BE84F5E3}.Debug|x64.ActiveCfg = Debug|x64
{330860C4-DA86-48C4-A9D0-6278BE84F5E3}.Debug|x64.Build.0 = Debug|x64
{330860C4-DA86-48C4-A9D0-6278BE84F5E3}.Release|x64.ActiveCfg = Release|x64
{330860C4-DA86-48C4-A9D0-6278BE84F5E3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84EBA983-6F44-4426-A022-2329FBEC58B2}
EndGlobalSection
EndGlobal