-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRadioBot.sln
37 lines (37 loc) · 2.03 KB
/
RadioBot.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 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadioBot", "RadioBot\RadioBot.csproj", "{77936A63-0533-4CE4-B530-292D235B775F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadioBot.Tools", "RadioBot.Tools\RadioBot.Tools.csproj", "{1618172E-85A1-4A71-A539-5665E4994A2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadioBot.Core", "RadioBot.Core\RadioBot.Core.csproj", "{886F816A-05DD-4199-9689-E932C0669A20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77936A63-0533-4CE4-B530-292D235B775F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77936A63-0533-4CE4-B530-292D235B775F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77936A63-0533-4CE4-B530-292D235B775F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77936A63-0533-4CE4-B530-292D235B775F}.Release|Any CPU.Build.0 = Release|Any CPU
{1618172E-85A1-4A71-A539-5665E4994A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1618172E-85A1-4A71-A539-5665E4994A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1618172E-85A1-4A71-A539-5665E4994A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1618172E-85A1-4A71-A539-5665E4994A2D}.Release|Any CPU.Build.0 = Release|Any CPU
{886F816A-05DD-4199-9689-E932C0669A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{886F816A-05DD-4199-9689-E932C0669A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{886F816A-05DD-4199-9689-E932C0669A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{886F816A-05DD-4199-9689-E932C0669A20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F753AAFB-2863-435F-8E29-B57CC072B967}
EndGlobalSection
EndGlobal