-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathWowzaClientSample.sln
55 lines (54 loc) · 3.8 KB
/
WowzaClientSample.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
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WowzaClientSample.Android", "WowzaClientSample.Android\WowzaClientSample.Android.csproj", "{02061D51-982F-4DFC-8BC0-36ACD0B755C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WowzaClientSample.iOS", "WowzaClientSample.iOS\WowzaClientSample.iOS.csproj", "{46D8F4E2-CA60-47F5-BF7C-80904E719272}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WowzaClientSample", "WowzaClientSample\WowzaClientSample.shproj", "{5614B438-77DD-417A-AA66-A700B1CFAA58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Release|Any CPU.Build.0 = Release|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Debug|iPhone.Build.0 = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Release|iPhone.ActiveCfg = Release|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Release|iPhone.Build.0 = Release|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{02061D51-982F-4DFC-8BC0-36ACD0B755C2}.AppStore|iPhone.Build.0 = Debug|Any CPU
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Debug|iPhone.ActiveCfg = Debug|iPhone
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Debug|iPhone.Build.0 = Debug|iPhone
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Release|iPhone.ActiveCfg = Release|iPhone
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Release|iPhone.Build.0 = Release|iPhone
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{46D8F4E2-CA60-47F5-BF7C-80904E719272}.AppStore|iPhone.Build.0 = AppStore|iPhone
EndGlobalSection
EndGlobal