diff options
author | Indrajith K L | 2021-05-16 15:41:53 +0530 |
---|---|---|
committer | Indrajith K L | 2021-05-16 15:41:53 +0530 |
commit | 05a44ebcfce184b1ee89f0c983623ff0e17059a9 (patch) | |
tree | 62aa25f91dccbe7dc4fbac9c4cd413008f043709 /SensorClientAppW.sln | |
download | SensorClientXMPP-05a44ebcfce184b1ee89f0c983623ff0e17059a9.tar.gz SensorClientXMPP-05a44ebcfce184b1ee89f0c983623ff0e17059a9.tar.bz2 SensorClientXMPP-05a44ebcfce184b1ee89f0c983623ff0e17059a9.zip |
:tada: Working Sample for Sensor Client
Diffstat (limited to 'SensorClientAppW.sln')
-rw-r--r-- | SensorClientAppW.sln | 25 |
1 files changed, 25 insertions, 0 deletions
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 |