This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathVlcBroadcast.sln
37 lines (37 loc) · 2.02 KB
/
VlcBroadcast.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VlcBroadcast", "VlcBroadcast\VlcBroadcast.csproj", "{A05B01F4-C54C-4FB6-93AF-C2C7B1328B2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleServer", "ConsoleServer\ConsoleServer.csproj", "{847454E2-A311-4BC5-8E07-69FB6B531480}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VlcClient", "VlcClient\VlcClient.csproj", "{831CEB01-A12E-4B8B-B68B-8E41C3593218}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A05B01F4-C54C-4FB6-93AF-C2C7B1328B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A05B01F4-C54C-4FB6-93AF-C2C7B1328B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A05B01F4-C54C-4FB6-93AF-C2C7B1328B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A05B01F4-C54C-4FB6-93AF-C2C7B1328B2C}.Release|Any CPU.Build.0 = Release|Any CPU
{847454E2-A311-4BC5-8E07-69FB6B531480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{847454E2-A311-4BC5-8E07-69FB6B531480}.Debug|Any CPU.Build.0 = Debug|Any CPU
{847454E2-A311-4BC5-8E07-69FB6B531480}.Release|Any CPU.ActiveCfg = Release|Any CPU
{847454E2-A311-4BC5-8E07-69FB6B531480}.Release|Any CPU.Build.0 = Release|Any CPU
{831CEB01-A12E-4B8B-B68B-8E41C3593218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{831CEB01-A12E-4B8B-B68B-8E41C3593218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{831CEB01-A12E-4B8B-B68B-8E41C3593218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{831CEB01-A12E-4B8B-B68B-8E41C3593218}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {866BF675-BAB0-4D8A-8543-834991D503F0}
EndGlobalSection
EndGlobal