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/SensorClientAppW.csproj | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 SensorClientAppW/SensorClientAppW.csproj (limited to 'SensorClientAppW/SensorClientAppW.csproj') diff --git a/SensorClientAppW/SensorClientAppW.csproj b/SensorClientAppW/SensorClientAppW.csproj new file mode 100644 index 0000000..b3b67ff --- /dev/null +++ b/SensorClientAppW/SensorClientAppW.csproj @@ -0,0 +1,35 @@ + + + + Exe + net5.0-windows + true + true + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + \ No newline at end of file -- cgit v1.2.3