-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtunein.sln
55 lines (55 loc) · 3.31 KB
/
tunein.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 Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "tunein-client", "tunein-client\tunein-client.esproj", "{5C49AF57-1470-40D4-A59A-AF173E65E80B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Backend", "Backend\Backend.csproj", "{8D737873-2A11-473C-B758-A8F973E045B2}"
ProjectSection(ProjectDependencies) = postProject
{31FFCF1B-A764-4103-ABDE-EF61C80A69B6} = {31FFCF1B-A764-4103-ABDE-EF61C80A69B6}
{DC335587-40F6-4633-9414-836CC6E8D7C2} = {DC335587-40F6-4633-9414-836CC6E8D7C2}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{DC335587-40F6-4633-9414-836CC6E8D7C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{31FFCF1B-A764-4103-ABDE-EF61C80A69B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{B15598E6-F1BC-44E9-ADCD-49C4C619479F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C49AF57-1470-40D4-A59A-AF173E65E80B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C49AF57-1470-40D4-A59A-AF173E65E80B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C49AF57-1470-40D4-A59A-AF173E65E80B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5C49AF57-1470-40D4-A59A-AF173E65E80B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C49AF57-1470-40D4-A59A-AF173E65E80B}.Release|Any CPU.Build.0 = Release|Any CPU
{5C49AF57-1470-40D4-A59A-AF173E65E80B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8D737873-2A11-473C-B758-A8F973E045B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D737873-2A11-473C-B758-A8F973E045B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D737873-2A11-473C-B758-A8F973E045B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D737873-2A11-473C-B758-A8F973E045B2}.Release|Any CPU.Build.0 = Release|Any CPU
{DC335587-40F6-4633-9414-836CC6E8D7C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC335587-40F6-4633-9414-836CC6E8D7C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC335587-40F6-4633-9414-836CC6E8D7C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC335587-40F6-4633-9414-836CC6E8D7C2}.Release|Any CPU.Build.0 = Release|Any CPU
{31FFCF1B-A764-4103-ABDE-EF61C80A69B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31FFCF1B-A764-4103-ABDE-EF61C80A69B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31FFCF1B-A764-4103-ABDE-EF61C80A69B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31FFCF1B-A764-4103-ABDE-EF61C80A69B6}.Release|Any CPU.Build.0 = Release|Any CPU
{B15598E6-F1BC-44E9-ADCD-49C4C619479F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B15598E6-F1BC-44E9-ADCD-49C4C619479F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B15598E6-F1BC-44E9-ADCD-49C4C619479F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B15598E6-F1BC-44E9-ADCD-49C4C619479F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90EC6606-270B-4F1A-93D5-D4287AA8F6F0}
EndGlobalSection
EndGlobal