Skip to content

Commit

Permalink
update k-NN monitoring program
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonse Jo committed Nov 30, 2017
1 parent bf9218c commit 2049acb
Show file tree
Hide file tree
Showing 35 changed files with 1,518 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartCane_Monitoring", "SmartCane_Monitoring\SmartCane_Monitoring.csproj", "{7B3019F8-AA04-4263-B396-2EC263BE2BE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2049acb

Please sign in to comment.