-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSimpleBluetoothTimeServer.sln
75 lines (75 loc) · 4.42 KB
/
SimpleBluetoothTimeServer.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Utilities", "Utilities\Utilities.shproj", "{E6B108C1-0E7E-4124-9B33-9B71570DDFAD}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SampleServerXaml", "SmallProjects\SampleServerXaml\SampleServerXaml.shproj", "{AA5D4B4A-78EE-444E-8F0E-CEB00FDC4716}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SmallProjects", "SmallProjects", "{C4C90D53-D7D6-4FE3-A602-908959FCA9F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BluetoothCurrentTimeServer", "SmallProjects\BluetoothCurrentTimeServer\BluetoothCurrentTimeServer.csproj", "{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|Any CPU.ActiveCfg = Debug|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|Any CPU.Build.0 = Debug|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|Any CPU.Deploy.0 = Debug|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|ARM.ActiveCfg = Debug|ARM
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|ARM.Build.0 = Debug|ARM
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|ARM.Deploy.0 = Debug|ARM
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|ARM64.ActiveCfg = Debug|ARM64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|ARM64.Build.0 = Debug|ARM64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|ARM64.Deploy.0 = Debug|ARM64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|x64.ActiveCfg = Debug|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|x64.Build.0 = Debug|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|x64.Deploy.0 = Debug|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|x86.ActiveCfg = Debug|x86
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|x86.Build.0 = Debug|x86
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Debug|x86.Deploy.0 = Debug|x86
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|Any CPU.ActiveCfg = Release|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|Any CPU.Build.0 = Release|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|Any CPU.Deploy.0 = Release|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|ARM.ActiveCfg = Release|ARM
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|ARM.Build.0 = Release|ARM
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|ARM.Deploy.0 = Release|ARM
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|ARM64.ActiveCfg = Release|ARM64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|ARM64.Build.0 = Release|ARM64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|ARM64.Deploy.0 = Release|ARM64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|x64.ActiveCfg = Release|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|x64.Build.0 = Release|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|x64.Deploy.0 = Release|x64
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|x86.ActiveCfg = Release|x86
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|x86.Build.0 = Release|x86
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA5D4B4A-78EE-444E-8F0E-CEB00FDC4716} = {C4C90D53-D7D6-4FE3-A602-908959FCA9F4}
{CC0BF9AF-CFC1-4561-B76A-0835174D1E34} = {C4C90D53-D7D6-4FE3-A602-908959FCA9F4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62DCA7A6-8C59-4330-98B9-0EF91B6BAD39}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SmallProjects\SampleServerXaml\SampleServerXaml.projitems*{aa5d4b4a-78ee-444e-8f0e-ceb00fdc4716}*SharedItemsImports = 13
SmallProjects\SampleServerXaml\SampleServerXaml.projitems*{cc0bf9af-cfc1-4561-b76a-0835174d1e34}*SharedItemsImports = 4
Utilities\Utilities.projitems*{cc0bf9af-cfc1-4561-b76a-0835174d1e34}*SharedItemsImports = 4
Utilities\Utilities.projitems*{e6b108c1-0e7e-4124-9b33-9b71570ddfad}*SharedItemsImports = 13
EndGlobalSection
EndGlobal