-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDayCast.sln
52 lines (52 loc) · 2.69 KB
/
DayCast.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DayCastClient", "DayCastClient\DayCastClient.csproj", "{869C8D84-A6E4-4735-A781-34293B51673A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleCast", "GoogleCast\GoogleCast\GoogleCast.csproj", "{34258E3B-A990-4D2D-AF2F-0B63D5657A64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DayCastServer", "DayCastServer\DayCastServer.csproj", "{047E8E9B-ED1E-44F4-9214-3B6F38809195}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{869C8D84-A6E4-4735-A781-34293B51673A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{869C8D84-A6E4-4735-A781-34293B51673A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{869C8D84-A6E4-4735-A781-34293B51673A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{869C8D84-A6E4-4735-A781-34293B51673A}.Release|Any CPU.Build.0 = Release|Any CPU
{34258E3B-A990-4D2D-AF2F-0B63D5657A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34258E3B-A990-4D2D-AF2F-0B63D5657A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34258E3B-A990-4D2D-AF2F-0B63D5657A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34258E3B-A990-4D2D-AF2F-0B63D5657A64}.Release|Any CPU.Build.0 = Release|Any CPU
{047E8E9B-ED1E-44F4-9214-3B6F38809195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{047E8E9B-ED1E-44F4-9214-3B6F38809195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{047E8E9B-ED1E-44F4-9214-3B6F38809195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047E8E9B-ED1E-44F4-9214-3B6F38809195}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B14925F-3442-4D2A-8E61-9BDED9C7874D}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://mattmckenzy.visualstudio.com/
SccLocalPath0 = .
SccProjectUniqueName1 = GoogleCast\\GoogleCast\\GoogleCast.csproj
SccProjectName1 = GoogleCast/GoogleCast
SccLocalPath1 = GoogleCast\\GoogleCast
SccProjectUniqueName2 = DayCastClient\\DayCastClient.csproj
SccProjectName2 = DayCastClient
SccLocalPath2 = DayCastClient
SccProjectUniqueName3 = DayCastServer\\DayCastServer.csproj
SccProjectName3 = DayCastServer
SccLocalPath3 = DayCastServer
EndGlobalSection
EndGlobal