-
Notifications
You must be signed in to change notification settings - Fork 2
/
nrf-ble-app.sln
61 lines (61 loc) · 3.74 KB
/
nrf-ble-app.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nrf_ble_library", "nrf_ble_library\nrf_ble_library.vcxproj", "{61B23B12-308C-4FBF-80F0-3734E0480DA3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nrf_ble_sample_console", "nrf_ble_sample_console\nrf_ble_sample_console.vcxproj", "{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NrfBLESampleWinform", "NrfBLESampleWinform\NrfBLESampleWinform.csproj", "{9183D21C-A7A7-451C-B476-462CC21A805F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nrf_ble_sample_glfw", "nrf_ble_sample_glfw\nrf_ble_sample_glfw.vcxproj", "{4DAD2396-3BD5-4991-A161-430C3574D3BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Debug|x64.ActiveCfg = Debug|x64
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Debug|x64.Build.0 = Debug|x64
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Debug|x86.ActiveCfg = Debug|Win32
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Debug|x86.Build.0 = Debug|Win32
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Release|x64.ActiveCfg = Release|x64
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Release|x64.Build.0 = Release|x64
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Release|x86.ActiveCfg = Release|Win32
{61B23B12-308C-4FBF-80F0-3734E0480DA3}.Release|x86.Build.0 = Release|Win32
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Debug|x64.ActiveCfg = Debug|x64
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Debug|x64.Build.0 = Debug|x64
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Debug|x86.ActiveCfg = Debug|Win32
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Debug|x86.Build.0 = Debug|Win32
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Release|x64.ActiveCfg = Release|x64
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Release|x64.Build.0 = Release|x64
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Release|x86.ActiveCfg = Release|Win32
{3EB4C67B-5646-42B0-AEC6-7791C15F9BCF}.Release|x86.Build.0 = Release|Win32
{9183D21C-A7A7-451C-B476-462CC21A805F}.Debug|x64.ActiveCfg = Debug|x64
{9183D21C-A7A7-451C-B476-462CC21A805F}.Debug|x64.Build.0 = Debug|x64
{9183D21C-A7A7-451C-B476-462CC21A805F}.Debug|x86.ActiveCfg = Debug|x86
{9183D21C-A7A7-451C-B476-462CC21A805F}.Debug|x86.Build.0 = Debug|x86
{9183D21C-A7A7-451C-B476-462CC21A805F}.Release|x64.ActiveCfg = Release|x64
{9183D21C-A7A7-451C-B476-462CC21A805F}.Release|x64.Build.0 = Release|x64
{9183D21C-A7A7-451C-B476-462CC21A805F}.Release|x86.ActiveCfg = Release|x86
{9183D21C-A7A7-451C-B476-462CC21A805F}.Release|x86.Build.0 = Release|x86
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Debug|x64.ActiveCfg = Debug|x64
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Debug|x64.Build.0 = Debug|x64
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Debug|x86.ActiveCfg = Debug|Win32
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Debug|x86.Build.0 = Debug|Win32
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Release|x64.ActiveCfg = Release|x64
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Release|x64.Build.0 = Release|x64
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Release|x86.ActiveCfg = Release|Win32
{4DAD2396-3BD5-4991-A161-430C3574D3BC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1805DE0-5E70-4B7A-955B-7F687F036A54}
EndGlobalSection
EndGlobal