-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAndroCtrl.sln
49 lines (49 loc) · 2.85 KB
/
AndroCtrl.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
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}") = "AndroCtrl", "src\AndroCtrl\AndroCtrl.csproj", "{9A6BBBEF-70E0-4122-89B4-38D3BA94FC98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AndroCtrl.MusicSync", "src\AndroCtrl.MusicSync\AndroCtrl.MusicSync.csproj", "{DB0F890A-365F-494A-8B02-A82E978029A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MulticastDNSDiscovery", "src\MulticastDNSDiscovery\MulticastDNSDiscovery.csproj", "{C31F9629-BC20-4721-AC6B-1067B8E32979}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C93016F-76E1-428C-A0E2-53EB967FC3C1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
src\AndroCtrl\version.json = src\AndroCtrl\version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AndroCtrl.Adb", "externals\AndroCtrl.Adb\src\AndroCtrl.Adb.csproj", "{70D643D6-091A-4497-A89A-EFF5627CB76B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A6BBBEF-70E0-4122-89B4-38D3BA94FC98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A6BBBEF-70E0-4122-89B4-38D3BA94FC98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A6BBBEF-70E0-4122-89B4-38D3BA94FC98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A6BBBEF-70E0-4122-89B4-38D3BA94FC98}.Release|Any CPU.Build.0 = Release|Any CPU
{DB0F890A-365F-494A-8B02-A82E978029A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB0F890A-365F-494A-8B02-A82E978029A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB0F890A-365F-494A-8B02-A82E978029A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB0F890A-365F-494A-8B02-A82E978029A2}.Release|Any CPU.Build.0 = Release|Any CPU
{C31F9629-BC20-4721-AC6B-1067B8E32979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C31F9629-BC20-4721-AC6B-1067B8E32979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C31F9629-BC20-4721-AC6B-1067B8E32979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C31F9629-BC20-4721-AC6B-1067B8E32979}.Release|Any CPU.Build.0 = Release|Any CPU
{70D643D6-091A-4497-A89A-EFF5627CB76B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70D643D6-091A-4497-A89A-EFF5627CB76B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70D643D6-091A-4497-A89A-EFF5627CB76B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70D643D6-091A-4497-A89A-EFF5627CB76B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CA58407-EB48-46F3-87EA-1FA8FF6E3A88}
EndGlobalSection
EndGlobal