Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions BLEServer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Debug
Release
.vs
.vscode
*.suo
*.user
*.userosscache
*.sln.docstates

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
28 changes: 28 additions & 0 deletions BLEServer/BLEServer.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BLEServer", "BLEServer\BLEServer.vcxproj", "{D415077E-CC9E-4C6B-919B-80F4F467307E}"
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
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Debug|x64.ActiveCfg = Debug|x64
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Debug|x64.Build.0 = Debug|x64
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Debug|x86.ActiveCfg = Debug|Win32
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Debug|x86.Build.0 = Debug|Win32
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Release|x64.ActiveCfg = Release|x64
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Release|x64.Build.0 = Release|x64
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Release|x86.ActiveCfg = Release|Win32
{D415077E-CC9E-4C6B-919B-80F4F467307E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading