├── Gaode Map ├── Multipoint Aggregation.zip └── Multipoint Aggregation │ ├── Index.html │ ├── css │ └── base.css │ ├── images │ ├── rotat.png │ ├── tag.png │ └── wechat.jpg │ └── js │ └── jsondata.js ├── HikvisionDevelopment ├── CH_WEB3.0控件开发包V1.1.0_Win32_带配置库.zip ├── web3.0开发包.rar ├── 海康web.3.0 SDK 插件开发.pdf └── 海康威视录像机远程连接配置.pdf ├── QRCode ├── .vs │ └── QRCode │ │ └── v15 │ │ ├── .suo │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ ├── storage.ide │ │ ├── storage.ide-shm │ │ └── storage.ide-wal ├── QRCode.ZXing │ ├── QRCode.ZXing.Multiple │ │ ├── App.config │ │ ├── CardImage.cs │ │ ├── Create2Code.cs │ │ ├── Excel模板 │ │ │ └── 批量生成二维码.xlsx │ │ ├── Form1.Designer.cs │ │ ├── Form1.cs │ │ ├── Form1.resx │ │ ├── Program.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── QRCode.ZXing.Multiple.csproj │ │ ├── QRCode.ZXing.Multiple.csproj.user │ │ ├── _bin │ │ │ ├── Common.dll │ │ │ └── ThoughtWorks.QRCode.dll │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Common.dll │ │ │ │ ├── QRCode.ZXing.Multiple.exe │ │ │ │ ├── QRCode.ZXing.Multiple.exe.config │ │ │ │ ├── QRCode.ZXing.Multiple.pdb │ │ │ │ ├── ThoughtWorks.QRCode.dll │ │ │ │ ├── WindowsFormsApplication1.exe │ │ │ │ ├── WindowsFormsApplication1.exe.config │ │ │ │ ├── WindowsFormsApplication1.pdb │ │ │ │ ├── WindowsFormsApplication1.vshost.exe │ │ │ │ ├── WindowsFormsApplication1.vshost.exe.config │ │ │ │ ├── WindowsFormsApplication1.vshost.exe.manifest │ │ │ │ ├── stdole.dll │ │ │ │ ├── zxing.dll │ │ │ │ ├── zxing.pdb │ │ │ │ ├── zxing.presentation.dll │ │ │ │ ├── zxing.presentation.pdb │ │ │ │ ├── zxing.presentation.xml │ │ │ │ └── zxing.xml │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── QRCode.ZXing.Multiple.Form1.resources │ │ │ ├── QRCode.ZXing.Multiple.Properties.Resources.resources │ │ │ ├── QRCode.ZXing.Multiple.csproj.CopyComplete │ │ │ ├── QRCode.ZXing.Multiple.csproj.CoreCompileInputs.cache │ │ │ ├── QRCode.ZXing.Multiple.csproj.FileListAbsolute.txt │ │ │ ├── QRCode.ZXing.Multiple.csproj.GenerateResource.cache │ │ │ ├── QRCode.ZXing.Multiple.csprojAssemblyReference.cache │ │ │ ├── QRCode.ZXing.Multiple.exe │ │ │ ├── QRCode.ZXing.Multiple.pdb │ │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── WindowsFormsApplication1.Form1.resources │ │ │ ├── WindowsFormsApplication1.Properties.Resources.resources │ │ │ ├── WindowsFormsApplication1.csproj.CopyComplete │ │ │ ├── WindowsFormsApplication1.csproj.CoreCompileInputs.cache │ │ │ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt │ │ │ ├── WindowsFormsApplication1.csproj.GenerateResource.Cache │ │ │ ├── WindowsFormsApplication1.csprojAssemblyReference.cache │ │ │ ├── WindowsFormsApplication1.csprojResolveAssemblyReference.cache │ │ │ ├── WindowsFormsApplication1.exe │ │ │ └── WindowsFormsApplication1.pdb │ └── QRCode.ZXing.One │ │ ├── App.config │ │ ├── FormQRCode.Designer.cs │ │ ├── FormQRCode.cs │ │ ├── FormQRCode.resx │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── QRCode.ZXing.One.csproj │ │ ├── bin │ │ └── Debug │ │ │ ├── QRCode.One.ZXing.exe │ │ │ ├── QRCode.One.ZXing.exe.config │ │ │ ├── QRCode.One.ZXing.pdb │ │ │ ├── QRCode.ZXing.One.exe │ │ │ ├── QRCode.ZXing.One.exe.config │ │ │ ├── QRCode.ZXing.One.pdb │ │ │ ├── zxing.dll │ │ │ ├── zxing.pdb │ │ │ ├── zxing.presentation.dll │ │ │ ├── zxing.presentation.pdb │ │ │ ├── zxing.presentation.xml │ │ │ └── zxing.xml │ │ ├── obj │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── QRCode.One.ZXing.FrmZXing.resources │ │ │ ├── QRCode.One.ZXing.Properties.Resources.resources │ │ │ ├── QRCode.One.ZXing.csproj.CopyComplete │ │ │ ├── QRCode.One.ZXing.csproj.CoreCompileInputs.cache │ │ │ ├── QRCode.One.ZXing.csproj.FileListAbsolute.txt │ │ │ ├── QRCode.One.ZXing.csproj.GenerateResource.cache │ │ │ ├── QRCode.One.ZXing.csprojAssemblyReference.cache │ │ │ ├── QRCode.One.ZXing.exe │ │ │ ├── QRCode.One.ZXing.pdb │ │ │ ├── QRCode.ZXing.One.FrmZXing.resources │ │ │ ├── QRCode.ZXing.One.Properties.Resources.resources │ │ │ ├── QRCode.ZXing.One.csproj.CopyComplete │ │ │ ├── QRCode.ZXing.One.csproj.CoreCompileInputs.cache │ │ │ ├── QRCode.ZXing.One.csproj.FileListAbsolute.txt │ │ │ ├── QRCode.ZXing.One.csproj.GenerateResource.cache │ │ │ ├── QRCode.ZXing.One.csprojAssemblyReference.cache │ │ │ ├── QRCode.ZXing.One.exe │ │ │ ├── QRCode.ZXing.One.pdb │ │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── packages.config ├── QRCode.sln └── packages │ ├── Microsoft.Office.Interop.Excel.15.0.4420.1017 │ ├── Microsoft.Office.Interop.Excel.15.0.4420.1017.nupkg │ └── lib │ │ └── net20 │ │ └── Microsoft.Office.Interop.Excel.dll │ └── ZXing.Net.0.16.4 │ ├── ZXing.Net.0.16.4.nupkg │ └── lib │ ├── MonoAndroid │ ├── zxing.monoandroid.dll │ ├── zxing.monoandroid.pdb │ └── zxing.monoandroid.xml │ ├── native │ ├── zxing.XML │ ├── zxing.pdb │ ├── zxing.pri │ └── zxing.winmd │ ├── net20-cf │ ├── zxing.ce2.0.dll │ ├── zxing.ce2.0.pdb │ └── zxing.ce2.0.xml │ ├── net20 │ ├── zxing.XML │ ├── zxing.dll │ └── zxing.pdb │ ├── net35-cf │ ├── zxing.ce3.5.dll │ ├── zxing.ce3.5.pdb │ └── zxing.ce3.5.xml │ ├── net35 │ ├── zxing.XML │ ├── zxing.dll │ └── zxing.pdb │ ├── net40 │ ├── zxing.XML │ ├── zxing.dll │ ├── zxing.pdb │ ├── zxing.presentation.XML │ ├── zxing.presentation.dll │ └── zxing.presentation.pdb │ ├── net45 │ ├── zxing.XML │ ├── zxing.dll │ ├── zxing.pdb │ ├── zxing.presentation.XML │ ├── zxing.presentation.dll │ └── zxing.presentation.pdb │ ├── net461 │ ├── zxing.XML │ ├── zxing.dll │ ├── zxing.pdb │ ├── zxing.presentation.XML │ ├── zxing.presentation.dll │ └── zxing.presentation.pdb │ ├── net47 │ ├── zxing.XML │ ├── zxing.dll │ ├── zxing.pdb │ ├── zxing.presentation.XML │ ├── zxing.presentation.dll │ └── zxing.presentation.pdb │ ├── netstandard1.0 │ ├── zxing.dll │ ├── zxing.pdb │ └── zxing.xml │ ├── netstandard1.1 │ ├── zxing.dll │ ├── zxing.pdb │ └── zxing.xml │ ├── netstandard1.3 │ ├── zxing.dll │ ├── zxing.pdb │ └── zxing.xml │ ├── netstandard2.0 │ ├── zxing.dll │ ├── zxing.pdb │ └── zxing.xml │ ├── portable-win+net40+sl4+sl5+wp7+wp71+wp8 │ ├── zxing.portable.XML │ ├── zxing.portable.dll │ └── zxing.portable.pdb │ ├── sl3-wp │ ├── zxing.wp7.0.XML │ ├── zxing.wp7.0.dll │ └── zxing.wp7.0.pdb │ ├── sl4-wp71 │ ├── zxing.wp7.1.XML │ ├── zxing.wp7.1.dll │ └── zxing.wp7.1.pdb │ ├── sl4 │ ├── zxing.sl4.XML │ ├── zxing.sl4.dll │ └── zxing.sl4.pdb │ ├── sl5 │ ├── zxing.sl5.XML │ ├── zxing.sl5.dll │ └── zxing.sl5.pdb │ ├── uap10 │ ├── zxing.dll │ ├── zxing.pdb │ ├── zxing.pri │ └── zxing.xml │ ├── windows8-managed │ ├── zxing.winrt.XML │ ├── zxing.winrt.dll │ └── zxing.winrt.pdb │ ├── windows8 │ ├── zxing.XML │ ├── zxing.pdb │ ├── zxing.pri │ └── zxing.winmd │ └── wp8 │ ├── zxing.wp8.0.XML │ ├── zxing.wp8.0.dll │ └── zxing.wp8.0.pdb └── README.md /Gaode Map/Multipoint Aggregation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/Gaode Map/Multipoint Aggregation.zip -------------------------------------------------------------------------------- /Gaode Map/Multipoint Aggregation/Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/Gaode Map/Multipoint Aggregation/Index.html -------------------------------------------------------------------------------- /Gaode Map/Multipoint Aggregation/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/Gaode Map/Multipoint Aggregation/css/base.css -------------------------------------------------------------------------------- /Gaode Map/Multipoint Aggregation/images/rotat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/Gaode Map/Multipoint Aggregation/images/rotat.png -------------------------------------------------------------------------------- /Gaode Map/Multipoint Aggregation/images/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/Gaode Map/Multipoint Aggregation/images/tag.png -------------------------------------------------------------------------------- /Gaode Map/Multipoint Aggregation/images/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/Gaode Map/Multipoint Aggregation/images/wechat.jpg -------------------------------------------------------------------------------- /Gaode Map/Multipoint Aggregation/js/jsondata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/Gaode Map/Multipoint Aggregation/js/jsondata.js -------------------------------------------------------------------------------- /HikvisionDevelopment/CH_WEB3.0控件开发包V1.1.0_Win32_带配置库.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/HikvisionDevelopment/CH_WEB3.0控件开发包V1.1.0_Win32_带配置库.zip -------------------------------------------------------------------------------- /HikvisionDevelopment/web3.0开发包.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/HikvisionDevelopment/web3.0开发包.rar -------------------------------------------------------------------------------- /HikvisionDevelopment/海康web.3.0 SDK 插件开发.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/HikvisionDevelopment/海康web.3.0 SDK 插件开发.pdf -------------------------------------------------------------------------------- /HikvisionDevelopment/海康威视录像机远程连接配置.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/HikvisionDevelopment/海康威视录像机远程连接配置.pdf -------------------------------------------------------------------------------- /QRCode/.vs/QRCode/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/.vs/QRCode/v15/.suo -------------------------------------------------------------------------------- /QRCode/.vs/QRCode/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/.vs/QRCode/v15/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/.vs/QRCode/v15/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /QRCode/.vs/QRCode/v15/Server/sqlite3/storage.ide-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/.vs/QRCode/v15/Server/sqlite3/storage.ide-shm -------------------------------------------------------------------------------- /QRCode/.vs/QRCode/v15/Server/sqlite3/storage.ide-wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/.vs/QRCode/v15/Server/sqlite3/storage.ide-wal -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/App.config -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/CardImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/CardImage.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Create2Code.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Create2Code.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Excel模板/批量生成二维码.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Excel模板/批量生成二维码.xlsx -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Form1.Designer.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Form1.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Form1.resx -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Program.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Resources.resx -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/Properties/Settings.settings -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/QRCode.ZXing.Multiple.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/QRCode.ZXing.Multiple.csproj -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/QRCode.ZXing.Multiple.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/QRCode.ZXing.Multiple.csproj.user -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/_bin/Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/_bin/Common.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/_bin/ThoughtWorks.QRCode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/_bin/ThoughtWorks.QRCode.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/Common.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/QRCode.ZXing.Multiple.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/QRCode.ZXing.Multiple.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/QRCode.ZXing.Multiple.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/QRCode.ZXing.Multiple.exe.config -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/QRCode.ZXing.Multiple.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/QRCode.ZXing.Multiple.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/ThoughtWorks.QRCode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/ThoughtWorks.QRCode.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.exe.config -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.vshost.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.vshost.exe.config -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/WindowsFormsApplication1.vshost.exe.manifest -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/stdole.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/stdole.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.presentation.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.presentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.presentation.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.presentation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.presentation.xml -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/bin/Debug/zxing.xml -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.Form1.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.Properties.Resources.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | cb137c500102bbe4b1d6f873aa3c29c83feebd69 2 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/QRCode.ZXing.Multiple.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.Form1.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.Properties.Resources.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d8f0258ed9a0418e5789a135b5e363dcfce1642c 2 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.Multiple/obj/Debug/WindowsFormsApplication1.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/App.config -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/FormQRCode.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/FormQRCode.Designer.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/FormQRCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/FormQRCode.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/FormQRCode.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/FormQRCode.resx -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/Program.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Resources.resx -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/Properties/Settings.settings -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/QRCode.ZXing.One.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/QRCode.ZXing.One.csproj -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.One.ZXing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.One.ZXing.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.One.ZXing.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.One.ZXing.exe.config -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.One.ZXing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.One.ZXing.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.ZXing.One.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.ZXing.One.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.ZXing.One.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.ZXing.One.exe.config -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.ZXing.One.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/QRCode.ZXing.One.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.presentation.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.presentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.presentation.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.presentation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.presentation.xml -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/bin/Debug/zxing.xml -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.FrmZXing.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.FrmZXing.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.Properties.Resources.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f7292487631fddee7cfb1c81a150642c8961fdd6 2 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.One.ZXing.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.FrmZXing.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.FrmZXing.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.Properties.Resources.resources -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f7292487631fddee7cfb1c81a150642c8961fdd6 2 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.exe -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/QRCode.ZXing.One.pdb -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QRCode/QRCode.ZXing/QRCode.ZXing.One/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.ZXing/QRCode.ZXing.One/packages.config -------------------------------------------------------------------------------- /QRCode/QRCode.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/QRCode.sln -------------------------------------------------------------------------------- /QRCode/packages/Microsoft.Office.Interop.Excel.15.0.4420.1017/Microsoft.Office.Interop.Excel.15.0.4420.1017.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/Microsoft.Office.Interop.Excel.15.0.4420.1017/Microsoft.Office.Interop.Excel.15.0.4420.1017.nupkg -------------------------------------------------------------------------------- /QRCode/packages/Microsoft.Office.Interop.Excel.15.0.4420.1017/lib/net20/Microsoft.Office.Interop.Excel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/Microsoft.Office.Interop.Excel.15.0.4420.1017/lib/net20/Microsoft.Office.Interop.Excel.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/ZXing.Net.0.16.4.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/ZXing.Net.0.16.4.nupkg -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/MonoAndroid/zxing.monoandroid.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/MonoAndroid/zxing.monoandroid.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/MonoAndroid/zxing.monoandroid.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/MonoAndroid/zxing.monoandroid.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/MonoAndroid/zxing.monoandroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/MonoAndroid/zxing.monoandroid.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.pri -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/native/zxing.winmd -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net20-cf/zxing.ce2.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net20-cf/zxing.ce2.0.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net20-cf/zxing.ce2.0.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net20-cf/zxing.ce2.0.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net20-cf/zxing.ce2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net20-cf/zxing.ce2.0.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net20/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net20/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net20/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net20/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net20/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net20/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net35-cf/zxing.ce3.5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net35-cf/zxing.ce3.5.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net35-cf/zxing.ce3.5.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net35-cf/zxing.ce3.5.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net35-cf/zxing.ce3.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net35-cf/zxing.ce3.5.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net35/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net35/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net35/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net35/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net35/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net35/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.presentation.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.presentation.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.presentation.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.presentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net40/zxing.presentation.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.presentation.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.presentation.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.presentation.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.presentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net45/zxing.presentation.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.presentation.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.presentation.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.presentation.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.presentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net461/zxing.presentation.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.presentation.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.presentation.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.presentation.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.presentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/net47/zxing.presentation.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.0/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.0/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.0/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.0/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.0/zxing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.0/zxing.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.1/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.1/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.1/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.1/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.1/zxing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.1/zxing.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.3/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.3/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.3/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.3/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.3/zxing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard1.3/zxing.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard2.0/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard2.0/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard2.0/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard2.0/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/netstandard2.0/zxing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/netstandard2.0/zxing.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl3-wp/zxing.wp7.0.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl3-wp/zxing.wp7.0.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl3-wp/zxing.wp7.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl3-wp/zxing.wp7.0.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl3-wp/zxing.wp7.0.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl3-wp/zxing.wp7.0.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl4-wp71/zxing.wp7.1.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl4-wp71/zxing.wp7.1.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl4-wp71/zxing.wp7.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl4-wp71/zxing.wp7.1.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl4-wp71/zxing.wp7.1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl4-wp71/zxing.wp7.1.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl4/zxing.sl4.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl4/zxing.sl4.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl4/zxing.sl4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl4/zxing.sl4.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl4/zxing.sl4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl4/zxing.sl4.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl5/zxing.sl5.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl5/zxing.sl5.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl5/zxing.sl5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl5/zxing.sl5.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/sl5/zxing.sl5.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/sl5/zxing.sl5.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.pri -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/uap10/zxing.xml -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/windows8-managed/zxing.winrt.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/windows8-managed/zxing.winrt.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/windows8-managed/zxing.winrt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/windows8-managed/zxing.winrt.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/windows8-managed/zxing.winrt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/windows8-managed/zxing.winrt.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.pdb -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.pri -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/windows8/zxing.winmd -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/wp8/zxing.wp8.0.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/wp8/zxing.wp8.0.XML -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/wp8/zxing.wp8.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/wp8/zxing.wp8.0.dll -------------------------------------------------------------------------------- /QRCode/packages/ZXing.Net.0.16.4/lib/wp8/zxing.wp8.0.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/QRCode/packages/ZXing.Net.0.16.4/lib/wp8/zxing.wp8.0.pdb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HubertBiyo/PluginDevelopment/HEAD/README.md --------------------------------------------------------------------------------