Initial commit
This commit is contained in:
commit
8bde43bd49
152 changed files with 5294 additions and 0 deletions
BIN
client/bin/Debug/net7.0/AForge.Imaging.dll
Executable file
BIN
client/bin/Debug/net7.0/AForge.Imaging.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/AForge.Math.dll
Executable file
BIN
client/bin/Debug/net7.0/AForge.Math.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/AForge.Video.DirectShow.dll
Executable file
BIN
client/bin/Debug/net7.0/AForge.Video.DirectShow.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/AForge.Video.dll
Executable file
BIN
client/bin/Debug/net7.0/AForge.Video.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/AForge.dll
Executable file
BIN
client/bin/Debug/net7.0/AForge.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/Emgu.CV.Bitmap.dll
Executable file
BIN
client/bin/Debug/net7.0/Emgu.CV.Bitmap.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/Emgu.CV.dll
Executable file
BIN
client/bin/Debug/net7.0/Emgu.CV.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/FlashCap.Core.dll
Executable file
BIN
client/bin/Debug/net7.0/FlashCap.Core.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/FlashCap.dll
Executable file
BIN
client/bin/Debug/net7.0/FlashCap.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll
Executable file
BIN
client/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/SixLabors.ImageSharp.dll
Executable file
BIN
client/bin/Debug/net7.0/SixLabors.ImageSharp.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/System.Drawing.Common.dll
Executable file
BIN
client/bin/Debug/net7.0/System.Drawing.Common.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/System.Reactive.dll
Executable file
BIN
client/bin/Debug/net7.0/System.Reactive.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/ZXing.Windows.Compatibility.dll
Executable file
BIN
client/bin/Debug/net7.0/ZXing.Windows.Compatibility.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/client
Executable file
BIN
client/bin/Debug/net7.0/client
Executable file
Binary file not shown.
23
client/bin/Debug/net7.0/client.deps.json
Normal file
23
client/bin/Debug/net7.0/client.deps.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {
|
||||
"client/1.0.0": {
|
||||
"runtime": {
|
||||
"client.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"client/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
client/bin/Debug/net7.0/client.dll
Normal file
BIN
client/bin/Debug/net7.0/client.dll
Normal file
Binary file not shown.
BIN
client/bin/Debug/net7.0/client.pdb
Normal file
BIN
client/bin/Debug/net7.0/client.pdb
Normal file
Binary file not shown.
9
client/bin/Debug/net7.0/client.runtimeconfig.json
Normal file
9
client/bin/Debug/net7.0/client.runtimeconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
client/bin/Debug/net7.0/qrreader
Executable file
BIN
client/bin/Debug/net7.0/qrreader
Executable file
Binary file not shown.
781
client/bin/Debug/net7.0/qrreader.deps.json
Normal file
781
client/bin/Debug/net7.0/qrreader.deps.json
Normal file
|
|
@ -0,0 +1,781 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {
|
||||
"qrreader/1.0.0": {
|
||||
"dependencies": {
|
||||
"AForge": "2.2.5",
|
||||
"AForge.Imaging": "2.2.5",
|
||||
"AForge.Math": "2.2.5",
|
||||
"AForge.Video": "2.2.5",
|
||||
"AForge.Video.DirectShow": "2.2.5",
|
||||
"Emgu.CV": "4.6.0.5131",
|
||||
"Emgu.CV.Bitmap": "4.6.0.5131",
|
||||
"Emgu.CV.runtime.windows": "4.6.0.5131",
|
||||
"FlashCap": "1.4.0",
|
||||
"SixLabors.ImageSharp": "2.1.3",
|
||||
"System.Reactive": "5.0.0",
|
||||
"ZXing.Net": "0.16.8",
|
||||
"ZXing.Net.Bindings.Windows.Compatibility": "0.16.10"
|
||||
},
|
||||
"runtime": {
|
||||
"qrreader.dll": {}
|
||||
}
|
||||
},
|
||||
"AForge/2.2.5": {
|
||||
"runtime": {
|
||||
"lib/AForge.dll": {
|
||||
"assemblyVersion": "2.2.5.0",
|
||||
"fileVersion": "2.2.5.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AForge.Imaging/2.2.5": {
|
||||
"dependencies": {
|
||||
"AForge": "2.2.5",
|
||||
"AForge.Math": "2.2.5"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/AForge.Imaging.dll": {
|
||||
"assemblyVersion": "2.2.5.0",
|
||||
"fileVersion": "2.2.5.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AForge.Math/2.2.5": {
|
||||
"dependencies": {
|
||||
"AForge": "2.2.5"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/AForge.Math.dll": {
|
||||
"assemblyVersion": "2.2.5.0",
|
||||
"fileVersion": "2.2.5.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AForge.Video/2.2.5": {
|
||||
"dependencies": {
|
||||
"AForge": "2.2.5"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/AForge.Video.dll": {
|
||||
"assemblyVersion": "2.2.5.0",
|
||||
"fileVersion": "2.2.5.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AForge.Video.DirectShow/2.2.5": {
|
||||
"dependencies": {
|
||||
"AForge.Video": "2.2.5"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/AForge.Video.DirectShow.dll": {
|
||||
"assemblyVersion": "2.2.5.0",
|
||||
"fileVersion": "2.2.5.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Emgu.CV/4.6.0.5131": {
|
||||
"dependencies": {
|
||||
"System.Drawing.Primitives": "4.3.0",
|
||||
"System.Runtime": "4.3.1",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Emgu.CV.dll": {
|
||||
"assemblyVersion": "4.6.0.5131",
|
||||
"fileVersion": "4.6.0.5131"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Emgu.CV.Bitmap/4.6.0.5131": {
|
||||
"dependencies": {
|
||||
"Emgu.CV": "4.6.0.5131",
|
||||
"System.Drawing.Common": "6.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Emgu.CV.Bitmap.dll": {
|
||||
"assemblyVersion": "4.6.0.5131",
|
||||
"fileVersion": "4.6.0.5131"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Emgu.CV.runtime.windows/4.6.0.5131": {
|
||||
"dependencies": {
|
||||
"Emgu.CV": "4.6.0.5131",
|
||||
"Emgu.runtime.windows.msvc.rt.arm64": "19.33.31630",
|
||||
"Emgu.runtime.windows.msvc.rt.x64": "19.33.31630",
|
||||
"Emgu.runtime.windows.msvc.rt.x86": "19.33.31630"
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-arm64/native/cvextern.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/cvextern.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/opencv_videoio_ffmpeg460_64.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/cvextern.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/opencv_videoio_ffmpeg460.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Emgu.runtime.windows.msvc.rt.arm64/19.33.31630": {
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-arm64/native/concrt140.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-arm64/native/msvcp140.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-arm64/native/msvcp140_1.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-arm64/native/msvcp140_2.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-arm64/native/msvcp140_atomic_wait.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-arm64/native/msvcp140_codecvt_ids.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-arm64/native/vcruntime140.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-arm64/native/vcruntime140_1.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Emgu.runtime.windows.msvc.rt.x64/19.33.31630": {
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-x64/native/concrt140.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/msvcp140.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/msvcp140_1.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/msvcp140_2.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/msvcp140_atomic_wait.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/msvcp140_codecvt_ids.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/vcruntime140.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/vcruntime140_1.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Emgu.runtime.windows.msvc.rt.x86/19.33.31630": {
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-x86/native/concrt140.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/msvcp140.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/msvcp140_1.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/msvcp140_2.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/msvcp140_atomic_wait.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/msvcp140_codecvt_ids.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/vcruntime140.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FlashCap/1.4.0": {
|
||||
"dependencies": {
|
||||
"FlashCap.Core": "1.4.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net7.0/FlashCap.dll": {
|
||||
"assemblyVersion": "1.4.0.0",
|
||||
"fileVersion": "2022.11.23.38413"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FlashCap.Core/1.4.0": {
|
||||
"runtime": {
|
||||
"lib/net7.0/FlashCap.Core.dll": {
|
||||
"assemblyVersion": "1.4.0.0",
|
||||
"fileVersion": "2022.11.23.38413"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.NETCore.Platforms/5.0.0": {},
|
||||
"Microsoft.NETCore.Targets/1.1.3": {},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
}
|
||||
},
|
||||
"runtime.native.System/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3"
|
||||
}
|
||||
},
|
||||
"SixLabors.ImageSharp/2.1.3": {
|
||||
"dependencies": {
|
||||
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
|
||||
"System.Text.Encoding.CodePages": "5.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
|
||||
"assemblyVersion": "2.0.0.0",
|
||||
"fileVersion": "2.1.3.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.SystemEvents": "6.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Drawing.Common.dll": {
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"rid": "unix",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
},
|
||||
"runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Drawing.Primitives/4.3.0": {
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.3.1",
|
||||
"System.Runtime.Extensions": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.Globalization/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.IO/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Runtime": "4.3.1",
|
||||
"System.Text.Encoding": "4.3.0",
|
||||
"System.Threading.Tasks": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.Reactive/5.0.0": {
|
||||
"runtime": {
|
||||
"lib/net5.0/System.Reactive.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.0.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Reflection/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.IO": "4.3.0",
|
||||
"System.Reflection.Primitives": "4.3.0",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.Reflection.Extensions/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Reflection": "4.3.0",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.Reflection.Primitives/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.Resources.ResourceManager/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Globalization": "4.3.0",
|
||||
"System.Reflection": "4.3.0",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.Runtime/4.3.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3"
|
||||
}
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe/5.0.0": {},
|
||||
"System.Runtime.Extensions/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.Runtime.Handles/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.Runtime.InteropServices/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Reflection": "4.3.0",
|
||||
"System.Reflection.Primitives": "4.3.0",
|
||||
"System.Runtime": "4.3.1",
|
||||
"System.Runtime.Handles": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.3.0",
|
||||
"System.Reflection.Extensions": "4.3.0",
|
||||
"System.Resources.ResourceManager": "4.3.0",
|
||||
"System.Runtime": "4.3.1",
|
||||
"System.Runtime.InteropServices": "4.3.0",
|
||||
"System.Threading": "4.3.0",
|
||||
"runtime.native.System": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.Text.Encoding/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"System.Text.Encoding.CodePages/5.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0"
|
||||
}
|
||||
},
|
||||
"System.Threading/4.3.0": {
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.3.1",
|
||||
"System.Threading.Tasks": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.Threading.Tasks/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.NETCore.Targets": "1.1.3",
|
||||
"System.Runtime": "4.3.1"
|
||||
}
|
||||
},
|
||||
"ZXing.Net/0.16.8": {
|
||||
"runtime": {
|
||||
"lib/net6.0/zxing.dll": {
|
||||
"assemblyVersion": "0.16.8.0",
|
||||
"fileVersion": "0.16.8.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ZXing.Net.Bindings.Windows.Compatibility/0.16.10": {
|
||||
"dependencies": {
|
||||
"System.Drawing.Common": "6.0.0",
|
||||
"ZXing.Net": "0.16.8"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/ZXing.Windows.Compatibility.dll": {
|
||||
"assemblyVersion": "0.16.10.0",
|
||||
"fileVersion": "0.16.10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"qrreader/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"AForge/2.2.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-clkumhM9DggqIzEXAHgVLeWO4arG5YfoPr7J4jfjJx35AoeEIJSSm49J25bwp/9mXQYLwi7y1Wunc8qgYJsGxg==",
|
||||
"path": "aforge/2.2.5",
|
||||
"hashPath": "aforge.2.2.5.nupkg.sha512"
|
||||
},
|
||||
"AForge.Imaging/2.2.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-n8l7Zdsm89EFW9Uz4uCO3D428Gu4Q56YxixSMJPruen1c30R8R9Mm8AreTdoOi2XjN5id04JwFFlXYTk8pIIfw==",
|
||||
"path": "aforge.imaging/2.2.5",
|
||||
"hashPath": "aforge.imaging.2.2.5.nupkg.sha512"
|
||||
},
|
||||
"AForge.Math/2.2.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-pmT1WobVv13vMxwXhCu8sRunxjiUHyURWS0+dsW/aBPi06xiyYIdCLHI6jph9Axb4QoLIlb85eBI6zd2EAbGIg==",
|
||||
"path": "aforge.math/2.2.5",
|
||||
"hashPath": "aforge.math.2.2.5.nupkg.sha512"
|
||||
},
|
||||
"AForge.Video/2.2.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-XqzcOXtBUagEPRqg/00oayxlCPmxP4284SdM62mVotsNoD03fs19BrzdMBfhUOOYPyd0B/IXH7tEWnSDmc2gxA==",
|
||||
"path": "aforge.video/2.2.5",
|
||||
"hashPath": "aforge.video.2.2.5.nupkg.sha512"
|
||||
},
|
||||
"AForge.Video.DirectShow/2.2.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-pEch6felU/RGAbl0A7yjaQjsGxwiRFU9R+qBqR92wQo++XhzPLeQaZHnAPIBYaG7MfoqtjgCDkK4z3Tra4VQ3w==",
|
||||
"path": "aforge.video.directshow/2.2.5",
|
||||
"hashPath": "aforge.video.directshow.2.2.5.nupkg.sha512"
|
||||
},
|
||||
"Emgu.CV/4.6.0.5131": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-pRtYFTe+IZBoxm79cfkAS2QHnmLiz6upyKJNUnxUyVrOlw+QoLL7lx1siXCruvOVU5wkxCqOCBYDHnDNBSURsQ==",
|
||||
"path": "emgu.cv/4.6.0.5131",
|
||||
"hashPath": "emgu.cv.4.6.0.5131.nupkg.sha512"
|
||||
},
|
||||
"Emgu.CV.Bitmap/4.6.0.5131": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-T+Gm73BlAd+88BpMf8qpWtG5oX/a8/J3GIsYYKJsrcYtj6IWC15vBu8BXeasseZpdDNFfSmOrKJVWDEG1G9ICQ==",
|
||||
"path": "emgu.cv.bitmap/4.6.0.5131",
|
||||
"hashPath": "emgu.cv.bitmap.4.6.0.5131.nupkg.sha512"
|
||||
},
|
||||
"Emgu.CV.runtime.windows/4.6.0.5131": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-YAybhlr28ETP2Uv7j1Wg4cxF5CJfgbOT3FQ9602ZY0kZgJKV3qDaUn6ZdUMalO5HocU9czCxHEwHhQH+645XZQ==",
|
||||
"path": "emgu.cv.runtime.windows/4.6.0.5131",
|
||||
"hashPath": "emgu.cv.runtime.windows.4.6.0.5131.nupkg.sha512"
|
||||
},
|
||||
"Emgu.runtime.windows.msvc.rt.arm64/19.33.31630": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Pbu8A7ghkM9HeKSS012SYvrejpj3Hpo5JKF3NaQ+0klv3cu47gbt2W+RaEhcXZZWelPmvgweXBjSVTef0HfTrw==",
|
||||
"path": "emgu.runtime.windows.msvc.rt.arm64/19.33.31630",
|
||||
"hashPath": "emgu.runtime.windows.msvc.rt.arm64.19.33.31630.nupkg.sha512"
|
||||
},
|
||||
"Emgu.runtime.windows.msvc.rt.x64/19.33.31630": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-sBIDz7mLJgYKgmut7WNwuCG5/+VTwsf+Oubd430QfdF4bgJPJoUCQ7P9OKvTvqQo1t95DpgdyjxNloDVCGUIFQ==",
|
||||
"path": "emgu.runtime.windows.msvc.rt.x64/19.33.31630",
|
||||
"hashPath": "emgu.runtime.windows.msvc.rt.x64.19.33.31630.nupkg.sha512"
|
||||
},
|
||||
"Emgu.runtime.windows.msvc.rt.x86/19.33.31630": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Jwqm4yrJRDWs4rUmcpwUVvDuISRgp6WJvCX/n1rTy52GjnWKvzTYOPvhKiAH2alB/bBGbNhyP5UvmhUeN3dOXw==",
|
||||
"path": "emgu.runtime.windows.msvc.rt.x86/19.33.31630",
|
||||
"hashPath": "emgu.runtime.windows.msvc.rt.x86.19.33.31630.nupkg.sha512"
|
||||
},
|
||||
"FlashCap/1.4.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ixxoab11r00EMfGjeC/KCGfr8H38Q2FC4LTuR+IZPNTuuMDdkKxUcd0hd3i7UI82xqwNiTbsb0c4c4v0bSce3Q==",
|
||||
"path": "flashcap/1.4.0",
|
||||
"hashPath": "flashcap.1.4.0.nupkg.sha512"
|
||||
},
|
||||
"FlashCap.Core/1.4.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-smsAvwFIYUo7zUwfFUHLtjy1RmFUIZgjpUs5ANnH1WQ2BtXfmWl8QexsE1aK5okQHhyF7JhJuW3CBatXixT02w==",
|
||||
"path": "flashcap.core/1.4.0",
|
||||
"hashPath": "flashcap.core.1.4.0.nupkg.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.NETCore.Targets/1.1.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==",
|
||||
"path": "microsoft.netcore.targets/1.1.3",
|
||||
"hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
|
||||
"path": "microsoft.win32.systemevents/6.0.0",
|
||||
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"runtime.native.System/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
|
||||
"path": "runtime.native.system/4.3.0",
|
||||
"hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"SixLabors.ImageSharp/2.1.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-8yonNRWX3vUE9k29ta0Hbfa0AEc0hbDjSH/nZ3vOTJEXmY6hLnGsjDKoz96Z+AgOsrdkAu6PdL/Ebaf70aitzw==",
|
||||
"path": "sixlabors.imagesharp/2.1.3",
|
||||
"hashPath": "sixlabors.imagesharp.2.1.3.nupkg.sha512"
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
|
||||
"path": "system.drawing.common/6.0.0",
|
||||
"hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Drawing.Primitives/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-1QU/c35gwdhvj77fkScXQQbjiVAqIL3fEYn/19NE0CV/ic5TN5PyWAft8HsrbRd4SBLEoErNCkWSzMDc0MmbRw==",
|
||||
"path": "system.drawing.primitives/4.3.0",
|
||||
"hashPath": "system.drawing.primitives.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Globalization/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
|
||||
"path": "system.globalization/4.3.0",
|
||||
"hashPath": "system.globalization.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.IO/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
|
||||
"path": "system.io/4.3.0",
|
||||
"hashPath": "system.io.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Reactive/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
|
||||
"path": "system.reactive/5.0.0",
|
||||
"hashPath": "system.reactive.5.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Reflection/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
|
||||
"path": "system.reflection/4.3.0",
|
||||
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Reflection.Extensions/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
|
||||
"path": "system.reflection.extensions/4.3.0",
|
||||
"hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Reflection.Primitives/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
|
||||
"path": "system.reflection.primitives/4.3.0",
|
||||
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Resources.ResourceManager/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
|
||||
"path": "system.resources.resourcemanager/4.3.0",
|
||||
"hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Runtime/4.3.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==",
|
||||
"path": "system.runtime/4.3.1",
|
||||
"hashPath": "system.runtime.4.3.1.nupkg.sha512"
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
|
||||
"path": "system.runtime.compilerservices.unsafe/5.0.0",
|
||||
"hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Runtime.Extensions/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
|
||||
"path": "system.runtime.extensions/4.3.0",
|
||||
"hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Runtime.Handles/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
|
||||
"path": "system.runtime.handles/4.3.0",
|
||||
"hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Runtime.InteropServices/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
|
||||
"path": "system.runtime.interopservices/4.3.0",
|
||||
"hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
|
||||
"path": "system.runtime.interopservices.runtimeinformation/4.3.0",
|
||||
"hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Text.Encoding/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
|
||||
"path": "system.text.encoding/4.3.0",
|
||||
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Text.Encoding.CodePages/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
|
||||
"path": "system.text.encoding.codepages/5.0.0",
|
||||
"hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Threading/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
|
||||
"path": "system.threading/4.3.0",
|
||||
"hashPath": "system.threading.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Threading.Tasks/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
|
||||
"path": "system.threading.tasks/4.3.0",
|
||||
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"ZXing.Net/0.16.8": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Cbbe+x7I7E+VJ0VxU1fPc7AktIw/9xea/ZY/fh38sXqTQ75LJp9ooGUjpzFqfpPfIKozAoXgJ4yvY4GzKpPBzQ==",
|
||||
"path": "zxing.net/0.16.8",
|
||||
"hashPath": "zxing.net.0.16.8.nupkg.sha512"
|
||||
},
|
||||
"ZXing.Net.Bindings.Windows.Compatibility/0.16.10": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-euWnxHf1jJ+jYyOjX/TAv9uVx4LKJPaUbuUG3O1F3Vkyp0LaXmutgKaJqHITvomyFp+cGt4N3CdC1Ftd5fQkmw==",
|
||||
"path": "zxing.net.bindings.windows.compatibility/0.16.10",
|
||||
"hashPath": "zxing.net.bindings.windows.compatibility.0.16.10.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
client/bin/Debug/net7.0/qrreader.dll
Normal file
BIN
client/bin/Debug/net7.0/qrreader.dll
Normal file
Binary file not shown.
BIN
client/bin/Debug/net7.0/qrreader.pdb
Normal file
BIN
client/bin/Debug/net7.0/qrreader.pdb
Normal file
Binary file not shown.
9
client/bin/Debug/net7.0/qrreader.runtimeconfig.json
Normal file
9
client/bin/Debug/net7.0/qrreader.runtimeconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
client/bin/Debug/net7.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/concrt140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/concrt140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/cvextern.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/cvextern.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_1.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_1.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_2.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_2.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_atomic_wait.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_atomic_wait.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_codecvt_ids.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/msvcp140_codecvt_ids.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/vcruntime140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/vcruntime140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/vcruntime140_1.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-arm64/native/vcruntime140_1.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/concrt140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/concrt140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/cvextern.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/cvextern.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_1.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_1.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_2.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_2.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_atomic_wait.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_atomic_wait.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_codecvt_ids.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/msvcp140_codecvt_ids.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/opencv_videoio_ffmpeg460_64.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/opencv_videoio_ffmpeg460_64.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/vcruntime140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/vcruntime140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/vcruntime140_1.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x64/native/vcruntime140_1.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/concrt140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/concrt140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/cvextern.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/cvextern.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_1.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_1.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_2.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_2.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_atomic_wait.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_atomic_wait.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_codecvt_ids.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/msvcp140_codecvt_ids.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/opencv_videoio_ffmpeg460.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/opencv_videoio_ffmpeg460.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/vcruntime140.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win-x86/native/vcruntime140.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
Executable file
BIN
client/bin/Debug/net7.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
Executable file
Binary file not shown.
BIN
client/bin/Debug/net7.0/zxing.dll
Executable file
BIN
client/bin/Debug/net7.0/zxing.dll
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue