-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMiBand2DLL.sln
35 lines (35 loc) · 1.86 KB
/
MiBand2DLL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{787BF309-EDA9-4C6F-A958-4420632851FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiBand2DLL", "MiBand2DLL\MiBand2DLL.csproj", "{9AB3704C-0E7F-4DD8-A133-EFD658CCEF3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundServer", "BackgroundServer\BackgroundServer.csproj", "{0129D174-BED2-4810-A706-75651E01D2F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{787BF309-EDA9-4C6F-A958-4420632851FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{787BF309-EDA9-4C6F-A958-4420632851FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{787BF309-EDA9-4C6F-A958-4420632851FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{787BF309-EDA9-4C6F-A958-4420632851FA}.Release|Any CPU.Build.0 = Release|Any CPU
{9AB3704C-0E7F-4DD8-A133-EFD658CCEF3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AB3704C-0E7F-4DD8-A133-EFD658CCEF3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AB3704C-0E7F-4DD8-A133-EFD658CCEF3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0129D174-BED2-4810-A706-75651E01D2F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0129D174-BED2-4810-A706-75651E01D2F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0129D174-BED2-4810-A706-75651E01D2F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0056871E-1DBF-49B8-9513-60C3194AD47C}
EndGlobalSection
EndGlobal