Kawasaki astorino C# API v1.0.0

astorino_c#_API_v1.0.0
└─astorino_c#_API
├─DLL
│ │ astorino_lib.deps.json
│ │ astorino_lib.dll
│ │ astorino_lib.pdb
│ │ System.CodeDom.dll
│ │ System.Reactive.dll
│ │ Zeroconf.dll
│ │
│ └─runtimes
│ ├─linux-arm
│ │ └─native
│ │ libSystem.IO.Ports.Native.so
│ │
│ ├─linux-arm64
│ │ └─native
│ │ libSystem.IO.Ports.Native.so
│ │
│ ├─linux-x64
│ │ └─native
│ │ libSystem.IO.Ports.Native.so
│ │
│ ├─osx-arm64
│ │ └─native
│ │ libSystem.IO.Ports.Native.dylib
│ │
│ ├─osx-x64
│ │ └─native
│ │ libSystem.IO.Ports.Native.dylib
│ │
│ ├─unix
│ │ └─lib
│ │ └─net6.0
│ │ System.IO.Ports.dll
│ │
│ └─win
│ └─lib
│ └─net6.0
│ System.IO.Ports.dll
│ System.Management.dll

├─src
│ astorino.cs

└─VisualStudio_example
└─c#_example
│ c#_example.sln

└─c#_example
│ c#_example.csproj
│ Program.cs

├─bin
└─obj
│ c#_example.csproj.nuget.dgspec.json
│ c#_example.csproj.nuget.g.props
│ c#_example.csproj.nuget.g.targets
│ project.assets.json
│ project.nuget.cache

└─Debug
└─net6.0
│ .NETCoreApp,Version=v6.0.AssemblyAttributes.cs
│ apphost.exe
│ c#_example.AssemblyInfo.cs
│ c#_example.AssemblyInfoInputs.cache
│ c#_example.assets.cache
│ c#_example.csproj.AssemblyReference.cache
│ c#_example.csproj.BuildWithSkipAnalyzers
│ c#_example.csproj.CopyComplete
│ c#_example.csproj.CoreCompileInputs.cache
│ c#_example.csproj.FileListAbsolute.txt
│ c#_example.dll
│ c#_example.GeneratedMSBuildEditorConfig.editorconfig
│ c#_example.genruntimeconfig.cache
│ c#_example.GlobalUsings.g.cs
│ c#_example.pdb

├─ref
│ c#_example.dll

└─refint
c#_example.dll


Copyright Statement: The content of this website is intended for personal learning purposes only. If it infringes upon your copyright, please contact us for removal. Email: [email protected]

Leave a Comment