From 05a44ebcfce184b1ee89f0c983623ff0e17059a9 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 16 May 2021 15:41:53 +0530 Subject: :tada: Working Sample for Sensor Client --- SensorClientAppW.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 SensorClientAppW.sln (limited to 'SensorClientAppW.sln') diff --git a/SensorClientAppW.sln b/SensorClientAppW.sln new file mode 100644 index 0000000..b8ecc46 --- /dev/null +++ b/SensorClientAppW.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31205.134 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SensorClientAppW", "SensorClientAppW\SensorClientAppW.csproj", "{5CA683DE-9F7D-40EF-8DF8-5D852349201E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5CA683DE-9F7D-40EF-8DF8-5D852349201E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CA683DE-9F7D-40EF-8DF8-5D852349201E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CA683DE-9F7D-40EF-8DF8-5D852349201E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CA683DE-9F7D-40EF-8DF8-5D852349201E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {47707784-2B65-4E01-9ABB-72E3667513D5} + EndGlobalSection +EndGlobal -- cgit v1.2.3