forked from BigGranu/Webradio_MP2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebradio.sln
37 lines (37 loc) · 2.1 KB
/
Webradio.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 Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Webradio", "Webradio\Webradio.csproj", "{638A8216-5E7A-4CA8-A8B7-A4D25E7DE2B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Webradio.OnlineLibraries", "Webradio.OnlineLibraries\Webradio.OnlineLibraries.csproj", "{F3D6F1FD-1451-4107-8F75-F810698D2C77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Webradio.Stations.Scrapper", "Webradio.Stations.Scrapper\Webradio.Stations.Scrapper.csproj", "{E30307FD-A98C-4E3F-951D-F3A9C1510E40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{638A8216-5E7A-4CA8-A8B7-A4D25E7DE2B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{638A8216-5E7A-4CA8-A8B7-A4D25E7DE2B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{638A8216-5E7A-4CA8-A8B7-A4D25E7DE2B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{638A8216-5E7A-4CA8-A8B7-A4D25E7DE2B4}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D6F1FD-1451-4107-8F75-F810698D2C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D6F1FD-1451-4107-8F75-F810698D2C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D6F1FD-1451-4107-8F75-F810698D2C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D6F1FD-1451-4107-8F75-F810698D2C77}.Release|Any CPU.Build.0 = Release|Any CPU
{E30307FD-A98C-4E3F-951D-F3A9C1510E40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E30307FD-A98C-4E3F-951D-F3A9C1510E40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E30307FD-A98C-4E3F-951D-F3A9C1510E40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30307FD-A98C-4E3F-951D-F3A9C1510E40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E14C2F0-E0BC-49C8-BD07-1E1654E99B8C}
EndGlobalSection
EndGlobal