mirror of
https://github.com/iminet/dev.git
synced 2025-07-27 23:55:54 +02:00
Adding SmartThings samples
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("SmartThings")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SmartThings")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SmartThings")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
b68e8acde5b615b35a2a857fc2aa1d791aab4750
|
@@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SmartThings
|
||||
build_property.ProjectDir = C:\Users\Imi\Downloads\SmartThings\
|
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
csharp/SmartThings/obj/Debug/net6.0/SmartThings.assets.cache
Normal file
BIN
csharp/SmartThings/obj/Debug/net6.0/SmartThings.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
292844816067845a7acc33dd8903d6d2acf092c0
|
@@ -0,0 +1,21 @@
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.exe
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.deps.json
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.runtimeconfig.json
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\ref\SmartThings.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.pdb
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\JsonSubTypes.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\Polly.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\RestSharp.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThingsNet.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.csproj.AssemblyReference.cache
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.AssemblyInfoInputs.cache
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.AssemblyInfo.cs
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.csproj.CoreCompileInputs.cache
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.csproj.CopyComplete
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\ref\SmartThings.dll
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.pdb
|
||||
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.genruntimeconfig.cache
|
BIN
csharp/SmartThings/obj/Debug/net6.0/SmartThings.dll
Normal file
BIN
csharp/SmartThings/obj/Debug/net6.0/SmartThings.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
85be4d135fa791874eda73c0a20cae485cb75e84
|
BIN
csharp/SmartThings/obj/Debug/net6.0/SmartThings.pdb
Normal file
BIN
csharp/SmartThings/obj/Debug/net6.0/SmartThings.pdb
Normal file
Binary file not shown.
BIN
csharp/SmartThings/obj/Debug/net6.0/apphost.exe
Normal file
BIN
csharp/SmartThings/obj/Debug/net6.0/apphost.exe
Normal file
Binary file not shown.
BIN
csharp/SmartThings/obj/Debug/net6.0/ref/SmartThings.dll
Normal file
BIN
csharp/SmartThings/obj/Debug/net6.0/ref/SmartThings.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user