diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2dcb309
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,267 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+
+###################
+# compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.pdb
+*.dll.config
+*.cache
+*.suo
+# Include dlls if they’re in the NuGet packages directory
+!/packages/*/lib/*.dll
+# Include dlls if they're in the CommonReferences directory
+!*CommonReferences/*.dll
+####################
+# VS Upgrade stuff #
+####################
+_UpgradeReport_Files/
+###############
+# Directories #
+###############
+bin/
+obj/
+TestResults/
+###################
+# Web publish log #
+###################
+*.Publish.xml
+#############
+# Resharper #
+#############
+/_ReSharper.*
+*.ReSharper.*
+############
+# Packages #
+############
+# it’s better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+######################
+# Logs and databases #
+######################
+*.log
+*.sqlite
+# OS generated files #
+######################
+.DS_Store?
+ehthumbs.db
+Icon?
+Thumbs.db
+
+
+# User-specific files
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+build/
+bld/
+[Bb]in/
+[Oo]bj/
+
+# Visual Studo 2015 cache/options directory
+.vs/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUNIT
+*.VisualState.xml
+TestResult.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# DNX
+project.lock.json
+artifacts/
+
+*_i.c
+*_p.c
+*_i.h
+*.ilk
+*.meta
+*.obj
+*.pch
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opensdf
+*.sdf
+*.cachefile
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# TODO: Comment the next line if you want to checkin your web deploy settings
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/packages/*
+# except build/, which is used as an MSBuild target.
+!**/packages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/packages/repositories.config
+
+# Windows Azure Build Output
+csx/
+*.build.csdef
+
+# Windows Store app package directory
+AppPackages/
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
+
+# Others
+ClientBin/
+[Ss]tyle[Cc]op.*
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.pfx
+*.publishsettings
+node_modules/
+bower_components/
+orleans.codegen.cs
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+
+# SQL Server files
+*.mdf
+*.ldf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+
+# Custom
+.idea/
diff --git a/.idea/.idea.Matrix App/.idea/.gitignore b/.idea/.idea.Matrix App/.idea/.gitignore
deleted file mode 100644
index b01bd95..0000000
--- a/.idea/.idea.Matrix App/.idea/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Rider ignored files
-/contentModel.xml
-/projectSettingsUpdater.xml
-/.idea.Matrix App.iml
-/modules.xml
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-# Editor-based HTTP Client requests
-/httpRequests/
diff --git a/.idea/.idea.Matrix App/.idea/.name b/.idea/.idea.Matrix App/.idea/.name
deleted file mode 100644
index ed9a69b..0000000
--- a/.idea/.idea.Matrix App/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-Matrix App
\ No newline at end of file
diff --git a/.idea/.idea.Matrix App/.idea/encodings.xml b/.idea/.idea.Matrix App/.idea/encodings.xml
deleted file mode 100644
index df87cf9..0000000
--- a/.idea/.idea.Matrix App/.idea/encodings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Matrix App/.idea/indexLayout.xml b/.idea/.idea.Matrix App/.idea/indexLayout.xml
deleted file mode 100644
index 7b08163..0000000
--- a/.idea/.idea.Matrix App/.idea/indexLayout.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Matrix App/.idea/vcs.xml b/.idea/.idea.Matrix App/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/.idea.Matrix App/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.vs/Matrix App/DesignTimeBuild/.dtbcache.v2 b/.vs/Matrix App/DesignTimeBuild/.dtbcache.v2
deleted file mode 100644
index 8b6b1bc..0000000
Binary files a/.vs/Matrix App/DesignTimeBuild/.dtbcache.v2 and /dev/null differ
diff --git a/.vs/Matrix App/v16/.suo b/.vs/Matrix App/v16/.suo
deleted file mode 100644
index 2ce580e..0000000
Binary files a/.vs/Matrix App/v16/.suo and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.deps.json b/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.deps.json
deleted file mode 100644
index 8eccd65..0000000
--- a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.deps.json
+++ /dev/null
@@ -1,278 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v3.1",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v3.1": {
- "Matrix App/1.0.0": {
- "dependencies": {
- "System.IO.Ports": "6.0.0-preview.5.21301.5",
- "System.Management": "5.0.0"
- },
- "runtime": {
- "Matrix App.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/5.0.0": {},
- "Microsoft.Win32.Registry/6.0.0-preview.5.21301.5": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0-preview.5.21301.5",
- "System.Security.Principal.Windows": "6.0.0-preview.5.21301.5"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- }
- },
- "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "runtimeTargets": {
- "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
- "rid": "linux-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "runtimeTargets": {
- "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
- "rid": "linux-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "runtimeTargets": {
- "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
- "rid": "linux-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "dependencies": {
- "runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5",
- "runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5",
- "runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5",
- "runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5"
- }
- },
- "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "runtimeTargets": {
- "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
- "rid": "osx-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "System.CodeDom/5.0.0": {
- "runtime": {
- "lib/netstandard2.0/System.CodeDom.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "System.IO.Ports/6.0.0-preview.5.21301.5": {
- "dependencies": {
- "Microsoft.Win32.Registry": "6.0.0-preview.5.21301.5",
- "runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5"
- },
- "runtime": {
- "lib/netstandard2.0/System.IO.Ports.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- },
- "runtimeTargets": {
- "runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll": {
- "rid": "linux",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- },
- "runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll": {
- "rid": "osx",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- },
- "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- }
- },
- "System.Management/5.0.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.Win32.Registry": "6.0.0-preview.5.21301.5",
- "System.CodeDom": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Management.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "System.Security.AccessControl/6.0.0-preview.5.21301.5": {
- "dependencies": {
- "System.Security.Principal.Windows": "6.0.0-preview.5.21301.5"
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- }
- },
- "System.Security.Principal.Windows/6.0.0-preview.5.21301.5": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- },
- "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.30105"
- }
- }
- }
- }
- },
- "libraries": {
- "Matrix App/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.NETCore.Platforms/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
- "path": "microsoft.netcore.platforms/5.0.0",
- "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qYLtJIAEJJmY2vXxlVO8x4uXfgq7DFOHjpmnHlLm7kmAvyNFckYY/Dx5CZythBXvI2/7sratbIGKqSTysfgZ8A==",
- "path": "microsoft.win32.registry/6.0.0-preview.5.21301.5",
- "hashPath": "microsoft.win32.registry.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VlGxrS0KZuoXA2zP/4JtcsnAUr66ivzLj2TdwXcaQ2vKTFOq9wCz7xYh08KvZVWXJKthpzhS+lWtdw/9vbVlgg==",
- "path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fN2ienMgX5Gl8rmmmTkCxEBeN+KMEwHkTIE+4bHIH0sgPZJqrGV7o7sjjivZlv95L64cF+a4UVlxGqiMVEN6Nw==",
- "path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wLbxixueLlN1bT3tHi4bnXhyp2tuyJ92TBBBwW01YS4isxkLr8o4f2AGw8YbsF4y2Fgx8RRQiipkG1EFrZ7AKg==",
- "path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9Int9JpQ3quVnY3nsUFmrcanozIrEMFAydF+v8KmDwh0CtPb2AZLyyRtNEC3Z1WmoF8qf+T7jWwuPlrfl338dw==",
- "path": "runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "hashPath": "runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IhXEnQFgPxM/pUkEJkFBkr6XBkWFiuMGLlyl5BDG7LkJuGX4jAxJwL6n9Pue88ZyV45c0ajvuZOBnZJap+uIKA==",
- "path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "System.CodeDom/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==",
- "path": "system.codedom/5.0.0",
- "hashPath": "system.codedom.5.0.0.nupkg.sha512"
- },
- "System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9jguTG3uxGLvERVKV6w8ctcaYktBv8ssZgl6xm1hI89BBIaU6WwC2SQt9ur+TT8UMxdu9ZG+QQMbCJKEKv9dnQ==",
- "path": "system.io.ports/6.0.0-preview.5.21301.5",
- "hashPath": "system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "System.Management/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==",
- "path": "system.management/5.0.0",
- "hashPath": "system.management.5.0.0.nupkg.sha512"
- },
- "System.Security.AccessControl/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EA9ul7nGN8oggMvloILnR+wnrbgLNZZQBYHq5nEq/ixwnKLV3M3Tbd1Jbj8oGck3XMj0owq81e4Jxp3s0IMICw==",
- "path": "system.security.accesscontrol/6.0.0-preview.5.21301.5",
- "hashPath": "system.security.accesscontrol.6.0.0-preview.5.21301.5.nupkg.sha512"
- },
- "System.Security.Principal.Windows/6.0.0-preview.5.21301.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ywwCqFAaRVbgqqORqYg8jdaX6NUEpzbuhxyUhAs+7mZ8AFAO4PzFYrZ5JPkYejXwougDldtbi0zOkk1lLzugLw==",
- "path": "system.security.principal.windows/6.0.0-preview.5.21301.5",
- "hashPath": "system.security.principal.windows.6.0.0-preview.5.21301.5.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.dll b/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.dll
deleted file mode 100644
index 6c13984..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.exe b/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.exe
deleted file mode 100644
index cccc9a8..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.exe and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.pdb b/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.pdb
deleted file mode 100644
index 936ff43..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.pdb and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.runtimeconfig.dev.json b/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.runtimeconfig.dev.json
deleted file mode 100644
index 2d6cdd4..0000000
--- a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.runtimeconfig.dev.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "runtimeOptions": {
- "additionalProbingPaths": [
- "C:\\Users\\SvenV\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\SvenV\\.nuget\\packages"
- ]
- }
-}
\ No newline at end of file
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.runtimeconfig.json b/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.runtimeconfig.json
deleted file mode 100644
index 4932b40..0000000
--- a/Matrix App/bin/Debug/netcoreapp3.1/Matrix App.runtimeconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "netcoreapp3.1",
- "framework": {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "3.1.0"
- }
- }
-}
\ No newline at end of file
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/Microsoft.Win32.Registry.dll b/Matrix App/bin/Debug/netcoreapp3.1/Microsoft.Win32.Registry.dll
deleted file mode 100644
index 58dd575..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/Microsoft.Win32.Registry.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/System.CodeDom.dll b/Matrix App/bin/Debug/netcoreapp3.1/System.CodeDom.dll
deleted file mode 100644
index 873495d..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/System.CodeDom.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/System.IO.Ports.dll b/Matrix App/bin/Debug/netcoreapp3.1/System.IO.Ports.dll
deleted file mode 100644
index ec97c17..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/System.IO.Ports.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/System.Management.dll b/Matrix App/bin/Debug/netcoreapp3.1/System.Management.dll
deleted file mode 100644
index c3a0320..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/System.Management.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/System.Security.AccessControl.dll b/Matrix App/bin/Debug/netcoreapp3.1/System.Security.AccessControl.dll
deleted file mode 100644
index fc2b204..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/System.Security.AccessControl.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/System.Security.Principal.Windows.dll b/Matrix App/bin/Debug/netcoreapp3.1/System.Security.Principal.Windows.dll
deleted file mode 100644
index f00fa14..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/System.Security.Principal.Windows.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll b/Matrix App/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll
deleted file mode 100644
index be6dbef..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Management.dll b/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Management.dll
deleted file mode 100644
index a3a1f45..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Management.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll b/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll
deleted file mode 100644
index f901c0b..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll b/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll
deleted file mode 100644
index 732878a..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll and /dev/null differ
diff --git a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll b/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll
deleted file mode 100644
index 6ccae84..0000000
Binary files a/Matrix App/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/Matrix App/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
deleted file mode 100644
index ad8dfe1..0000000
--- a/Matrix App/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.AssemblyInfo.cs b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.AssemblyInfo.cs
deleted file mode 100644
index bd66318..0000000
--- a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Matrix App")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Matrix App")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Matrix App")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.AssemblyInfoInputs.cache b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.AssemblyInfoInputs.cache
deleted file mode 100644
index 97fb38c..0000000
--- a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7348d459219f51503fefb1d3303eca04dc08c66f
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.GeneratedMSBuildEditorConfig.editorconfig b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 65e3f0f..0000000
--- a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-is_global = true
-build_property.TargetFramework = netcoreapp3.1
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.PublishSingleFile =
-build_property.IncludeAllContentForSelfExtract =
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.assets.cache b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.assets.cache
deleted file mode 100644
index 2e05194..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.assets.cache and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.CopyComplete b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.CoreCompileInputs.cache b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.CoreCompileInputs.cache
deleted file mode 100644
index d003340..0000000
--- a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2fd371e536027e5b611b0b4082d7a8540ace9153
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.FileListAbsolute.txt b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.FileListAbsolute.txt
deleted file mode 100644
index 89ee9bd..0000000
--- a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\Matrix App.exe
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\Matrix App.deps.json
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\Matrix App.runtimeconfig.json
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\Matrix App.runtimeconfig.dev.json
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\Matrix App.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\Matrix App.pdb
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\Microsoft.Win32.Registry.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\System.CodeDom.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\System.IO.Ports.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\System.Management.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\System.Security.AccessControl.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\System.Security.Principal.Windows.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\Microsoft.Win32.Registry.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\linux\lib\netstandard2.0\System.IO.Ports.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\osx\lib\netstandard2.0\System.IO.Ports.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\System.IO.Ports.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Management.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\System.Security.AccessControl.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Security.Principal.Windows.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Security.Principal.Windows.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.csprojAssemblyReference.cache
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix_App.ColorWheel.resources
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix_App.Matrix.resources
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix_App.MatrixDesignerMain.resources
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix_App.Properties.Resources.resources
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.csproj.GenerateResource.cache
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.GeneratedMSBuildEditorConfig.editorconfig
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.AssemblyInfoInputs.cache
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.AssemblyInfo.cs
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.csproj.CoreCompileInputs.cache
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.csproj.CopyComplete
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.dll
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.pdb
-F:\Content\Schule\BBS-T1-Ludwigshafen\Klasse 12\Info Lk\bulli\Neopixel\App\Matrix_App_V3.5.3\Matrix App\obj\Debug\netcoreapp3.1\Matrix App.genruntimeconfig.cache
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.GenerateResource.cache b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.GenerateResource.cache
deleted file mode 100644
index ea00c76..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csproj.GenerateResource.cache and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csprojAssemblyReference.cache b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csprojAssemblyReference.cache
deleted file mode 100644
index 582c101..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.csprojAssemblyReference.cache and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.dll b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.dll
deleted file mode 100644
index 6c13984..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.dll and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.genruntimeconfig.cache b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.genruntimeconfig.cache
deleted file mode 100644
index 1b224bb..0000000
--- a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-515eead76ebf0b414116e9f97a694849e0a06bf3
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.pdb b/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.pdb
deleted file mode 100644
index 936ff43..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix App.pdb and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.ColorWheel.resources b/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.ColorWheel.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.ColorWheel.resources and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.Matrix.resources b/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.Matrix.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.Matrix.resources and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.MatrixDesignerMain.resources b/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.MatrixDesignerMain.resources
deleted file mode 100644
index e8287dc..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.MatrixDesignerMain.resources and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.Properties.Resources.resources b/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.Properties.Resources.resources
deleted file mode 100644
index 6388a3f..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/Matrix_App.Properties.Resources.resources and /dev/null differ
diff --git a/Matrix App/obj/Debug/netcoreapp3.1/apphost.exe b/Matrix App/obj/Debug/netcoreapp3.1/apphost.exe
deleted file mode 100644
index cccc9a8..0000000
Binary files a/Matrix App/obj/Debug/netcoreapp3.1/apphost.exe and /dev/null differ
diff --git a/Matrix App/obj/Matrix App.csproj.nuget.dgspec.json b/Matrix App/obj/Matrix App.csproj.nuget.dgspec.json
deleted file mode 100644
index 7d5a2b8..0000000
--- a/Matrix App/obj/Matrix App.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "format": 1,
- "restore": {
- "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj": {}
- },
- "projects": {
- "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj",
- "projectName": "Matrix App",
- "projectPath": "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj",
- "packagesPath": "C:\\Users\\SvenV\\.nuget\\packages\\",
- "outputPath": "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\SvenV\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netcoreapp3.1"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "dependencies": {
- "System.IO.Ports": {
- "target": "Package",
- "version": "[6.0.0-preview.5.21301.5, )"
- },
- "System.Management": {
- "target": "Package",
- "version": "[5.0.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "downloadDependencies": [
- {
- "name": "Microsoft.NETCore.App.Host.win-x64",
- "version": "[3.1.15, 3.1.15]"
- }
- ],
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WindowsForms": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Matrix App/obj/Matrix App.csproj.nuget.g.props b/Matrix App/obj/Matrix App.csproj.nuget.g.props
deleted file mode 100644
index 0352101..0000000
--- a/Matrix App/obj/Matrix App.csproj.nuget.g.props
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\SvenV\.nuget\packages\
- PackageReference
- 5.8.0
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/Matrix App/obj/Matrix App.csproj.nuget.g.targets b/Matrix App/obj/Matrix App.csproj.nuget.g.targets
deleted file mode 100644
index 53cfaa1..0000000
--- a/Matrix App/obj/Matrix App.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/Matrix App/obj/project.assets.json b/Matrix App/obj/project.assets.json
deleted file mode 100644
index 41425e3..0000000
--- a/Matrix App/obj/project.assets.json
+++ /dev/null
@@ -1,514 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETCoreApp,Version=v3.1": {
- "Microsoft.NETCore.Platforms/5.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.Win32.Registry/6.0.0-preview.5.21301.5": {
- "type": "package",
- "dependencies": {
- "System.Security.AccessControl": "6.0.0-preview.5.21301.5",
- "System.Security.Principal.Windows": "6.0.0-preview.5.21301.5"
- },
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
- "assetType": "native",
- "rid": "linux-arm"
- }
- }
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
- "assetType": "native",
- "rid": "linux-arm64"
- }
- }
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
- "assetType": "native",
- "rid": "linux-x64"
- }
- }
- },
- "runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "dependencies": {
- "runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5",
- "runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5",
- "runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5",
- "runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5"
- }
- },
- "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
- "assetType": "native",
- "rid": "osx-x64"
- }
- }
- },
- "System.CodeDom/5.0.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.CodeDom.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.CodeDom.dll": {}
- }
- },
- "System.IO.Ports/6.0.0-preview.5.21301.5": {
- "type": "package",
- "dependencies": {
- "Microsoft.Win32.Registry": "6.0.0-preview.5.21301.5",
- "runtime.native.System.IO.Ports": "6.0.0-preview.5.21301.5"
- },
- "compile": {
- "ref/netstandard2.0/System.IO.Ports.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.IO.Ports.dll": {}
- },
- "runtimeTargets": {
- "runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll": {
- "assetType": "runtime",
- "rid": "linux"
- },
- "runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll": {
- "assetType": "runtime",
- "rid": "osx"
- },
- "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Management/5.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.Win32.Registry": "5.0.0",
- "System.CodeDom": "5.0.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Management.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Management.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.AccessControl/6.0.0-preview.5.21301.5": {
- "type": "package",
- "dependencies": {
- "System.Security.Principal.Windows": "6.0.0-preview.5.21301.5"
- },
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Principal.Windows/6.0.0-preview.5.21301.5": {
- "type": "package",
- "compile": {
- "ref/netcoreapp3.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- }
- }
- },
- "libraries": {
- "Microsoft.NETCore.Platforms/5.0.0": {
- "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
- "type": "package",
- "path": "microsoft.netcore.platforms/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.5.0.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Win32.Registry/6.0.0-preview.5.21301.5": {
- "sha512": "qYLtJIAEJJmY2vXxlVO8x4uXfgq7DFOHjpmnHlLm7kmAvyNFckYY/Dx5CZythBXvI2/7sratbIGKqSTysfgZ8A==",
- "type": "package",
- "path": "microsoft.win32.registry/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Win32.Registry.dll",
- "lib/net461/Microsoft.Win32.Registry.xml",
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll",
- "lib/netstandard2.0/Microsoft.Win32.Registry.xml",
- "microsoft.win32.registry.6.0.0-preview.5.21301.5.nupkg.sha512",
- "microsoft.win32.registry.nuspec",
- "ref/net461/Microsoft.Win32.Registry.dll",
- "ref/net461/Microsoft.Win32.Registry.xml",
- "ref/netstandard2.0/Microsoft.Win32.Registry.dll",
- "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
- "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml",
- "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml"
- ]
- },
- "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "sha512": "VlGxrS0KZuoXA2zP/4JtcsnAUr66ivzLj2TdwXcaQ2vKTFOq9wCz7xYh08KvZVWXJKthpzhS+lWtdw/9vbVlgg==",
- "type": "package",
- "path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "runtime.linux-arm.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "runtime.linux-arm.runtime.native.system.io.ports.nuspec",
- "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so"
- ]
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "sha512": "fN2ienMgX5Gl8rmmmTkCxEBeN+KMEwHkTIE+4bHIH0sgPZJqrGV7o7sjjivZlv95L64cF+a4UVlxGqiMVEN6Nw==",
- "type": "package",
- "path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "runtime.linux-arm64.runtime.native.system.io.ports.nuspec",
- "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so"
- ]
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "sha512": "wLbxixueLlN1bT3tHi4bnXhyp2tuyJ92TBBBwW01YS4isxkLr8o4f2AGw8YbsF4y2Fgx8RRQiipkG1EFrZ7AKg==",
- "type": "package",
- "path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "runtime.linux-x64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "runtime.linux-x64.runtime.native.system.io.ports.nuspec",
- "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so"
- ]
- },
- "runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "sha512": "9Int9JpQ3quVnY3nsUFmrcanozIrEMFAydF+v8KmDwh0CtPb2AZLyyRtNEC3Z1WmoF8qf+T7jWwuPlrfl338dw==",
- "type": "package",
- "path": "runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "runtime.native.system.io.ports.nuspec"
- ]
- },
- "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0-preview.5.21301.5": {
- "sha512": "IhXEnQFgPxM/pUkEJkFBkr6XBkWFiuMGLlyl5BDG7LkJuGX4jAxJwL6n9Pue88ZyV45c0ajvuZOBnZJap+uIKA==",
- "type": "package",
- "path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "runtime.osx-x64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "runtime.osx-x64.runtime.native.system.io.ports.nuspec",
- "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib"
- ]
- },
- "System.CodeDom/5.0.0": {
- "sha512": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==",
- "type": "package",
- "path": "system.codedom/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.CodeDom.dll",
- "lib/net461/System.CodeDom.xml",
- "lib/netstandard2.0/System.CodeDom.dll",
- "lib/netstandard2.0/System.CodeDom.xml",
- "ref/net461/System.CodeDom.dll",
- "ref/net461/System.CodeDom.xml",
- "ref/netstandard2.0/System.CodeDom.dll",
- "ref/netstandard2.0/System.CodeDom.xml",
- "system.codedom.5.0.0.nupkg.sha512",
- "system.codedom.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.IO.Ports/6.0.0-preview.5.21301.5": {
- "sha512": "9jguTG3uxGLvERVKV6w8ctcaYktBv8ssZgl6xm1hI89BBIaU6WwC2SQt9ur+TT8UMxdu9ZG+QQMbCJKEKv9dnQ==",
- "type": "package",
- "path": "system.io.ports/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.IO.Ports.dll",
- "lib/net461/System.IO.Ports.xml",
- "lib/netstandard2.0/System.IO.Ports.dll",
- "lib/netstandard2.0/System.IO.Ports.xml",
- "ref/net461/System.IO.Ports.dll",
- "ref/net461/System.IO.Ports.xml",
- "ref/netstandard2.0/System.IO.Ports.dll",
- "ref/netstandard2.0/System.IO.Ports.xml",
- "runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll",
- "runtimes/linux/lib/netstandard2.0/System.IO.Ports.xml",
- "runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll",
- "runtimes/osx/lib/netstandard2.0/System.IO.Ports.xml",
- "runtimes/win/lib/net461/System.IO.Ports.dll",
- "runtimes/win/lib/net461/System.IO.Ports.xml",
- "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll",
- "runtimes/win/lib/netstandard2.0/System.IO.Ports.xml",
- "system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "system.io.ports.nuspec"
- ]
- },
- "System.Management/5.0.0": {
- "sha512": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==",
- "type": "package",
- "path": "system.management/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/_._",
- "lib/netstandard2.0/System.Management.dll",
- "lib/netstandard2.0/System.Management.xml",
- "ref/net45/_._",
- "ref/netstandard2.0/System.Management.dll",
- "ref/netstandard2.0/System.Management.xml",
- "runtimes/win/lib/net45/_._",
- "runtimes/win/lib/netcoreapp2.0/System.Management.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Management.xml",
- "system.management.5.0.0.nupkg.sha512",
- "system.management.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.AccessControl/6.0.0-preview.5.21301.5": {
- "sha512": "EA9ul7nGN8oggMvloILnR+wnrbgLNZZQBYHq5nEq/ixwnKLV3M3Tbd1Jbj8oGck3XMj0owq81e4Jxp3s0IMICw==",
- "type": "package",
- "path": "system.security.accesscontrol/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Security.AccessControl.dll",
- "lib/net461/System.Security.AccessControl.xml",
- "lib/netstandard2.0/System.Security.AccessControl.dll",
- "lib/netstandard2.0/System.Security.AccessControl.xml",
- "ref/net461/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.xml",
- "ref/netstandard2.0/System.Security.AccessControl.dll",
- "ref/netstandard2.0/System.Security.AccessControl.xml",
- "runtimes/win/lib/net461/System.Security.AccessControl.dll",
- "runtimes/win/lib/net461/System.Security.AccessControl.xml",
- "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml",
- "system.security.accesscontrol.6.0.0-preview.5.21301.5.nupkg.sha512",
- "system.security.accesscontrol.nuspec"
- ]
- },
- "System.Security.Principal.Windows/6.0.0-preview.5.21301.5": {
- "sha512": "ywwCqFAaRVbgqqORqYg8jdaX6NUEpzbuhxyUhAs+7mZ8AFAO4PzFYrZ5JPkYejXwougDldtbi0zOkk1lLzugLw==",
- "type": "package",
- "path": "system.security.principal.windows/6.0.0-preview.5.21301.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Security.Principal.Windows.dll",
- "lib/net461/System.Security.Principal.Windows.xml",
- "lib/netstandard2.0/System.Security.Principal.Windows.dll",
- "lib/netstandard2.0/System.Security.Principal.Windows.xml",
- "ref/net461/System.Security.Principal.Windows.dll",
- "ref/net461/System.Security.Principal.Windows.xml",
- "ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
- "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
- "ref/netstandard2.0/System.Security.Principal.Windows.dll",
- "ref/netstandard2.0/System.Security.Principal.Windows.xml",
- "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
- "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
- "runtimes/unix/lib/netstandard2.0/System.Security.Principal.Windows.dll",
- "runtimes/unix/lib/netstandard2.0/System.Security.Principal.Windows.xml",
- "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
- "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
- "runtimes/win/lib/netstandard2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netstandard2.0/System.Security.Principal.Windows.xml",
- "system.security.principal.windows.6.0.0-preview.5.21301.5.nupkg.sha512",
- "system.security.principal.windows.nuspec"
- ]
- }
- },
- "projectFileDependencyGroups": {
- ".NETCoreApp,Version=v3.1": [
- "System.IO.Ports >= 6.0.0-preview.5.21301.5",
- "System.Management >= 5.0.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\SvenV\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj",
- "projectName": "Matrix App",
- "projectPath": "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj",
- "packagesPath": "C:\\Users\\SvenV\\.nuget\\packages\\",
- "outputPath": "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\SvenV\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netcoreapp3.1"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "dependencies": {
- "System.IO.Ports": {
- "target": "Package",
- "version": "[6.0.0-preview.5.21301.5, )"
- },
- "System.Management": {
- "target": "Package",
- "version": "[5.0.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "downloadDependencies": [
- {
- "name": "Microsoft.NETCore.App.Host.win-x64",
- "version": "[3.1.15, 3.1.15]"
- }
- ],
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WindowsForms": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Matrix App/obj/project.nuget.cache b/Matrix App/obj/project.nuget.cache
deleted file mode 100644
index 3c6420d..0000000
--- a/Matrix App/obj/project.nuget.cache
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "in5PmRkmB8RpF6FzDZSVW/AkI1iTzIqwg3iCCVYnwoId7ig1EsQtej3lqZkrG6LgW4VgvDBp38hFmkELxxuwhA==",
- "success": true,
- "projectFilePath": "F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\SvenV\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\microsoft.win32.registry\\6.0.0-preview.5.21301.5\\microsoft.win32.registry.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\6.0.0-preview.5.21301.5\\runtime.linux-arm.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\6.0.0-preview.5.21301.5\\runtime.linux-arm64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\6.0.0-preview.5.21301.5\\runtime.linux-x64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\runtime.native.system.io.ports\\6.0.0-preview.5.21301.5\\runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\6.0.0-preview.5.21301.5\\runtime.osx-x64.runtime.native.system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\system.codedom\\5.0.0\\system.codedom.5.0.0.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\system.io.ports\\6.0.0-preview.5.21301.5\\system.io.ports.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\system.management\\5.0.0\\system.management.5.0.0.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\system.security.accesscontrol\\6.0.0-preview.5.21301.5\\system.security.accesscontrol.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\system.security.principal.windows\\6.0.0-preview.5.21301.5\\system.security.principal.windows.6.0.0-preview.5.21301.5.nupkg.sha512",
- "C:\\Users\\SvenV\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\3.1.15\\microsoft.netcore.app.host.win-x64.3.1.15.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file
diff --git a/Matrix App/obj/project.packagespec.json b/Matrix App/obj/project.packagespec.json
deleted file mode 100644
index a1c342b..0000000
--- a/Matrix App/obj/project.packagespec.json
+++ /dev/null
@@ -1 +0,0 @@
-"restore":{"projectUniqueName":"F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj","projectName":"Matrix App","projectPath":"F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\Matrix App.csproj","outputPath":"F:\\Content\\Schule\\BBS-T1-Ludwigshafen\\Klasse 12\\Info Lk\\bulli\\Neopixel\\App\\Matrix_App_V3.5.3\\Matrix App\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["netcoreapp3.1"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"netcoreapp3.1":{"targetAlias":"netcoreapp3.1","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netcoreapp3.1":{"targetAlias":"netcoreapp3.1","dependencies":{"System.IO.Ports":{"target":"Package","version":"[6.0.0-preview.5.21301.5, )"},"System.Management":{"target":"Package","version":"[5.0.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.NETCore.App.Host.win-x64","version":"[3.1.15, 3.1.15]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"},"Microsoft.WindowsDesktop.App.WindowsForms":{"privateAssets":"none"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json"}}
\ No newline at end of file
diff --git a/Matrix App/obj/rider.project.restore.info b/Matrix App/obj/rider.project.restore.info
deleted file mode 100644
index 3de7f8e..0000000
--- a/Matrix App/obj/rider.project.restore.info
+++ /dev/null
@@ -1 +0,0 @@
-16249002820000000
\ No newline at end of file
diff --git a/README.md b/README.md
index 4dda61a..467958f 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,4 @@ Features
Microcontroller
-
Preferrably an Arduino UNO, since this is the prime target device.
-Working production code for Arduino UNO can be found in ./arduino
+Working production code for Arduino UNO can be found in ./Arduino