-
Notifications
You must be signed in to change notification settings - Fork 0
/
RadioConverter.sln
37 lines (37 loc) · 2.1 KB
/
RadioConverter.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.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadioConverter.Logic", "RadioConverter.Logic\RadioConverter.Logic.csproj", "{1A4DFC09-58BF-48B6-B518-A554279CA0B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadioConverter.Console", "RadioConverter.Console\RadioConverter.Console.csproj", "{BF2F0A18-1054-4F41-99E2-00C0911ED778}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadioConverter", "RadioConverter\RadioConverter.csproj", "{8DB9D7A0-BE33-46D8-9D1D-11EA5D61F500}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A4DFC09-58BF-48B6-B518-A554279CA0B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A4DFC09-58BF-48B6-B518-A554279CA0B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A4DFC09-58BF-48B6-B518-A554279CA0B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A4DFC09-58BF-48B6-B518-A554279CA0B0}.Release|Any CPU.Build.0 = Release|Any CPU
{BF2F0A18-1054-4F41-99E2-00C0911ED778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF2F0A18-1054-4F41-99E2-00C0911ED778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF2F0A18-1054-4F41-99E2-00C0911ED778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF2F0A18-1054-4F41-99E2-00C0911ED778}.Release|Any CPU.Build.0 = Release|Any CPU
{8DB9D7A0-BE33-46D8-9D1D-11EA5D61F500}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DB9D7A0-BE33-46D8-9D1D-11EA5D61F500}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DB9D7A0-BE33-46D8-9D1D-11EA5D61F500}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DB9D7A0-BE33-46D8-9D1D-11EA5D61F500}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09CB76A8-4C8D-4B5C-8B24-58E3A8B27C2B}
EndGlobalSection
EndGlobal