-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBroadcast.sln
54 lines (54 loc) · 3.32 KB
/
Broadcast.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BroadcastServer", "BroadcastServer\BroadcastServer.csproj", "{10AF0F1B-292B-46A8-849F-F01512F07BEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BroadcastShared", "BroadcastShared\BroadcastShared.csproj", "{E89F3260-4883-409C-9406-0D40D8BF3B09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BroadcastClient", "BroadcastClient\BroadcastClient.csproj", "{055CEEFF-D214-44AD-B42F-2EC4A16A05ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BroadcastTester", "BroadcastTester\BroadcastTester.csproj", "{73A3F722-B492-4226-ACBE-45D7E525BB08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C965B5AD-84D5-4F3C-A4C4-7F139431FEAA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BroadcastClientGUI", "BroadcastClientGUI\BroadcastClientGUI.csproj", "{436A76AB-6926-487B-BF28-24E1BB8383CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10AF0F1B-292B-46A8-849F-F01512F07BEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10AF0F1B-292B-46A8-849F-F01512F07BEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10AF0F1B-292B-46A8-849F-F01512F07BEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10AF0F1B-292B-46A8-849F-F01512F07BEE}.Release|Any CPU.Build.0 = Release|Any CPU
{E89F3260-4883-409C-9406-0D40D8BF3B09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E89F3260-4883-409C-9406-0D40D8BF3B09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E89F3260-4883-409C-9406-0D40D8BF3B09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E89F3260-4883-409C-9406-0D40D8BF3B09}.Release|Any CPU.Build.0 = Release|Any CPU
{055CEEFF-D214-44AD-B42F-2EC4A16A05ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{055CEEFF-D214-44AD-B42F-2EC4A16A05ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055CEEFF-D214-44AD-B42F-2EC4A16A05ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055CEEFF-D214-44AD-B42F-2EC4A16A05ED}.Release|Any CPU.Build.0 = Release|Any CPU
{73A3F722-B492-4226-ACBE-45D7E525BB08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A3F722-B492-4226-ACBE-45D7E525BB08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A3F722-B492-4226-ACBE-45D7E525BB08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A3F722-B492-4226-ACBE-45D7E525BB08}.Release|Any CPU.Build.0 = Release|Any CPU
{436A76AB-6926-487B-BF28-24E1BB8383CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{436A76AB-6926-487B-BF28-24E1BB8383CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{436A76AB-6926-487B-BF28-24E1BB8383CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{436A76AB-6926-487B-BF28-24E1BB8383CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F0CABA5-9916-4EE8-9E3A-3ECBD480B93C}
EndGlobalSection
EndGlobal