├── AMDGPUFIX ├── .vs │ └── AMDGPUFIX │ │ ├── FileContentIndex │ │ ├── 0f177ead-98c7-459c-903c-b278ab48c5bd.vsidx │ │ ├── 1357b529-0a8d-4391-a4be-20c513cb2ed8.vsidx │ │ ├── 8cb4e5d5-eb53-46f2-ad81-2b45b4f15946.vsidx │ │ ├── be4ec305-d90c-4003-9179-dfedf008045a.vsidx │ │ └── read.lock │ │ └── v17 │ │ └── .suo ├── AMDGPUFIX.sln ├── AMDGPUFIX │ ├── AMDGPUFIX.csproj │ ├── AMDGPUFIX.csproj.user │ ├── App.config │ ├── EmbeddedAssembly.cs │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Preload.Designer.cs │ ├── Preload.cs │ ├── Preload.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ ├── Settings.settings │ │ └── app.manifest │ ├── Resources │ │ ├── MaterialSkin.dll │ │ ├── MaterialSkin.zip │ │ ├── outline_file_download_black_48dp.png │ │ └── outline_restart_alt_black_48dp.png │ ├── SHADERCACHE.cs │ ├── ULPS.cs │ ├── WMIFix.cs │ ├── app.manifest │ ├── mpo-icon.ico │ └── packages.config └── packages │ ├── Microsoft.Bcl.AsyncInterfaces.7.0.0 │ ├── .signature.p7s │ ├── Icon.png │ ├── LICENSE.TXT │ ├── Microsoft.Bcl.AsyncInterfaces.7.0.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── buildTransitive │ │ ├── net461 │ │ │ └── Microsoft.Bcl.AsyncInterfaces.targets │ │ └── net462 │ │ │ └── _._ │ ├── lib │ │ ├── net462 │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml │ │ ├── netstandard2.0 │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml │ │ └── netstandard2.1 │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml │ └── useSharedDesignerContext.txt │ ├── Microsoft.Bcl.AsyncInterfaces.8.0.0 │ ├── .signature.p7s │ ├── Icon.png │ ├── LICENSE.TXT │ ├── Microsoft.Bcl.AsyncInterfaces.8.0.0.nupkg │ ├── PACKAGE.md │ ├── THIRD-PARTY-NOTICES.TXT │ ├── buildTransitive │ │ ├── net461 │ │ │ └── Microsoft.Bcl.AsyncInterfaces.targets │ │ └── net462 │ │ │ └── _._ │ ├── lib │ │ ├── net462 │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml │ │ ├── netstandard2.0 │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml │ │ └── netstandard2.1 │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml │ └── useSharedDesignerContext.txt │ ├── System.Buffers.4.5.1 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Buffers.4.5.1.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ │ ├── net461 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.1 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ └── uap10.0.16299 │ │ │ └── _._ │ ├── ref │ │ ├── net45 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.1 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ └── uap10.0.16299 │ │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt │ ├── System.Memory.4.5.5 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Memory.4.5.5.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ │ ├── net461 │ │ │ ├── System.Memory.dll │ │ │ └── System.Memory.xml │ │ ├── netcoreapp2.1 │ │ │ └── _._ │ │ ├── netstandard1.1 │ │ │ ├── System.Memory.dll │ │ │ └── System.Memory.xml │ │ └── netstandard2.0 │ │ │ ├── System.Memory.dll │ │ │ └── System.Memory.xml │ ├── ref │ │ └── netcoreapp2.1 │ │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt │ ├── System.Numerics.Vectors.4.5.0 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Numerics.Vectors.4.5.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── net46 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── portable-net45+win8+wp8+wpa81 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── uap10.0.16299 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ └── xamarinwatchos10 │ │ │ └── _._ │ ├── ref │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── net45 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── net46 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── uap10.0.16299 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ └── xamarinwatchos10 │ │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt │ ├── System.Runtime.CompilerServices.Unsafe.6.0.0 │ ├── .signature.p7s │ ├── Icon.png │ ├── LICENSE.TXT │ ├── System.Runtime.CompilerServices.Unsafe.6.0.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── buildTransitive │ │ ├── netcoreapp2.0 │ │ │ └── System.Runtime.CompilerServices.Unsafe.targets │ │ └── netcoreapp3.1 │ │ │ └── _._ │ ├── lib │ │ ├── net461 │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ │ ├── net6.0 │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ │ ├── netcoreapp3.1 │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ │ └── netstandard2.0 │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ └── useSharedDesignerContext.txt │ └── System.Threading.Tasks.Extensions.4.5.4 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Threading.Tasks.Extensions.4.5.4.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net461 │ │ ├── System.Threading.Tasks.Extensions.dll │ │ └── System.Threading.Tasks.Extensions.xml │ ├── netcoreapp2.1 │ │ └── _._ │ ├── netstandard1.0 │ │ ├── System.Threading.Tasks.Extensions.dll │ │ └── System.Threading.Tasks.Extensions.xml │ ├── netstandard2.0 │ │ ├── System.Threading.Tasks.Extensions.dll │ │ └── System.Threading.Tasks.Extensions.xml │ ├── portable-net45+win8+wp8+wpa81 │ │ ├── System.Threading.Tasks.Extensions.dll │ │ └── System.Threading.Tasks.Extensions.xml │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ │ ├── ref │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── netcoreapp2.1 │ │ └── _._ │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt ├── AWWWWW ├── README.md └── THANKYOU /AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/0f177ead-98c7-459c-903c-b278ab48c5bd.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/0f177ead-98c7-459c-903c-b278ab48c5bd.vsidx -------------------------------------------------------------------------------- /AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/1357b529-0a8d-4391-a4be-20c513cb2ed8.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/1357b529-0a8d-4391-a4be-20c513cb2ed8.vsidx -------------------------------------------------------------------------------- /AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/8cb4e5d5-eb53-46f2-ad81-2b45b4f15946.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/8cb4e5d5-eb53-46f2-ad81-2b45b4f15946.vsidx -------------------------------------------------------------------------------- /AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/be4ec305-d90c-4003-9179-dfedf008045a.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/be4ec305-d90c-4003-9179-dfedf008045a.vsidx -------------------------------------------------------------------------------- /AMDGPUFIX/.vs/AMDGPUFIX/FileContentIndex/read.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/.vs/AMDGPUFIX/v17/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/.vs/AMDGPUFIX/v17/.suo -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX.sln -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/AMDGPUFIX.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/AMDGPUFIX.csproj -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/AMDGPUFIX.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/AMDGPUFIX.csproj.user -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/App.config -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/EmbeddedAssembly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/EmbeddedAssembly.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Form1.Designer.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Form1.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Form1.resx -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Preload.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Preload.Designer.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Preload.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Preload.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Preload.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Preload.resx -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Program.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Properties/Resources.resx -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Properties/Settings.settings -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Properties/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Properties/app.manifest -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Resources/MaterialSkin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Resources/MaterialSkin.dll -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Resources/MaterialSkin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Resources/MaterialSkin.zip -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Resources/outline_file_download_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Resources/outline_file_download_black_48dp.png -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/Resources/outline_restart_alt_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/Resources/outline_restart_alt_black_48dp.png -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/SHADERCACHE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/SHADERCACHE.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/ULPS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/ULPS.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/WMIFix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/WMIFix.cs -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/app.manifest -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/mpo-icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/mpo-icon.ico -------------------------------------------------------------------------------- /AMDGPUFIX/AMDGPUFIX/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/AMDGPUFIX/packages.config -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/.signature.p7s -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/Icon.png -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/Microsoft.Bcl.AsyncInterfaces.7.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/Microsoft.Bcl.AsyncInterfaces.7.0.0.nupkg -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.7.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/.signature.p7s -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/Icon.png -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/Microsoft.Bcl.AsyncInterfaces.8.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/Microsoft.Bcl.AsyncInterfaces.8.0.0.nupkg -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/PACKAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/PACKAGE.md -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/.signature.p7s -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/LICENSE.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/System.Buffers.4.5.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/System.Buffers.4.5.1.nupkg -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/net461/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/lib/net461/System.Buffers.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/net45/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/ref/net45/System.Buffers.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/net45/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/ref/net45/System.Buffers.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/ref/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Buffers.4.5.1/version.txt: -------------------------------------------------------------------------------- 1 | 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f 2 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/.signature.p7s -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/LICENSE.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/System.Memory.4.5.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/System.Memory.4.5.5.nupkg -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/lib/net461/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/lib/net461/System.Memory.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/lib/net461/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/lib/net461/System.Memory.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/lib/netcoreapp2.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard1.1/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard1.1/System.Memory.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard1.1/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard1.1/System.Memory.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard2.0/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard2.0/System.Memory.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard2.0/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Memory.4.5.5/lib/netstandard2.0/System.Memory.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/ref/netcoreapp2.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Memory.4.5.5/version.txt: -------------------------------------------------------------------------------- 1 | 32b491939fbd125f304031c35038b1e14b4e3958 2 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/.signature.p7s -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/LICENSE.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/System.Numerics.Vectors.4.5.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/System.Numerics.Vectors.4.5.0.nupkg -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Numerics.Vectors.4.5.0/version.txt: -------------------------------------------------------------------------------- 1 | 30ab651fcb4354552bd4891619a0bdd81e0ebdbf 2 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.6.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.6.0.0.nupkg -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/.signature.p7s -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/LICENSE.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/System.Threading.Tasks.Extensions.4.5.4.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/System.Threading.Tasks.Extensions.4.5.4.nupkg -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netcoreapp2.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/ref/netcoreapp2.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AMDGPUFIX/packages/System.Threading.Tasks.Extensions.4.5.4/version.txt: -------------------------------------------------------------------------------- 1 | 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f 2 | -------------------------------------------------------------------------------- /AWWWWW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/AWWWWW -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/README.md -------------------------------------------------------------------------------- /THANKYOU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedDot-3ND7355/MPO-GPU-FIX/HEAD/THANKYOU --------------------------------------------------------------------------------