├── .gitattributes ├── .github └── FUNDING.yml ├── .gitignore ├── .vscode ├── launch.json └── tasks.json ├── App.xaml ├── App.xaml.cs ├── AssemblyInfo.cs ├── ClockWidget.xaml ├── ClockWidget.xaml.cs ├── CustomShortcutWindow.xaml ├── CustomShortcutWindow.xaml.cs ├── Developer.md ├── Exe ├── LICENSE.txt ├── Privacy.txt ├── README-Installer.md ├── Setup.iss ├── image.bmp ├── image.ico ├── perintah.txt ├── zeromix.bmp └── zeromix.ico ├── Exstension ├── background.js ├── content.js ├── image.png ├── imagey.png ├── manifest.json ├── readme.md ├── searchbar.css ├── searchbar.html └── searchbar.js ├── FFMPEG └── test-ffmpeg-integration.ps1 ├── HotkeyCore.cs ├── HotkeyManager.cs ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── MathEvaluator.cs ├── Readme.md ├── Resource ├── Images │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ └── 7.jpg ├── Video │ ├── Vs (1).mp4 │ ├── Vs (2).mp4 │ └── Vs (3).mp4 └── anim │ ├── Anime1.jpg │ ├── Fieren.jpg │ ├── Fieren2.jpg │ ├── Fieren3.jpg │ ├── anime.jpg │ └── view.jpg ├── SECURITY.md ├── SearchOverlay.xaml ├── SearchOverlay.xaml.cs ├── TransparentTaskbar.xaml ├── TransparentTaskbar.xaml.cs ├── VideoWallpaperWindow.xaml ├── VideoWallpaperWindow.xaml.cs ├── Wallpapers.VideoWallpaper.cs ├── Wallpapers.xaml ├── Wallpapers.xaml.cs ├── Web ├── About.html ├── Changelog.html ├── Feedback.html ├── Presen.png ├── Support.html ├── TMS-GUIDE.md ├── ThanksYou.html ├── assets │ ├── image1.png │ ├── imagecopy.png │ ├── imagecopy2.png │ └── imagecopy3.png ├── auto-translator.js ├── gsap.css ├── gsap.js ├── image-copy.png ├── image.png ├── index.html ├── original-93f36c9bb9818c6d64a4fcc42a74c39f.gif ├── script.js ├── style.css ├── translations.js └── zeromix-high-resolution-logo-transparent.png ├── ZeroMix.csproj ├── ZeroMix.sln ├── ZeroMixUpdateCli ├── README.md ├── README_CLI.md ├── index.js ├── package.json └── zeromix-cli.bat ├── assets ├── BF.Txt ├── Presen.png ├── SearchOverlay.xaml.cs.backup ├── demo.iss ├── image copy 2.png ├── image copy.png ├── image.png ├── zeromix-high-resolution-logo-transparent.png └── zeromix-high-resolution-logo.png ├── bin └── Release │ └── net9.0-windows │ └── win-x64 │ ├── Accessibility.dll │ ├── D3DCompiler_47_cor3.dll │ ├── DirectWriteForwarder.dll │ ├── Microsoft.CSharp.dll │ ├── Microsoft.DiaSymReader.Native.amd64.dll │ ├── Microsoft.VisualBasic.Core.dll │ ├── Microsoft.VisualBasic.dll │ ├── Microsoft.Win32.Primitives.dll │ ├── Microsoft.Win32.Registry.AccessControl.dll │ ├── Microsoft.Win32.Registry.dll │ ├── Microsoft.Win32.SystemEvents.dll │ ├── PenImc_cor3.dll │ ├── PresentationCore.dll │ ├── PresentationFramework-SystemCore.dll │ ├── PresentationFramework-SystemData.dll │ ├── PresentationFramework-SystemDrawing.dll │ ├── PresentationFramework-SystemXml.dll │ ├── PresentationFramework-SystemXmlLinq.dll │ ├── PresentationFramework.Aero.dll │ ├── PresentationFramework.Aero2.dll │ ├── PresentationFramework.AeroLite.dll │ ├── PresentationFramework.Classic.dll │ ├── PresentationFramework.Fluent.dll │ ├── PresentationFramework.Luna.dll │ ├── PresentationFramework.Royale.dll │ ├── PresentationFramework.dll │ ├── PresentationNative_cor3.dll │ ├── PresentationUI.dll │ ├── ReachFramework.dll │ ├── System.AppContext.dll │ ├── System.Buffers.dll │ ├── System.CodeDom.dll │ ├── System.Collections.Concurrent.dll │ ├── System.Collections.Immutable.dll │ ├── System.Collections.NonGeneric.dll │ ├── System.Collections.Specialized.dll │ ├── System.Collections.dll │ ├── System.ComponentModel.Annotations.dll │ ├── System.ComponentModel.DataAnnotations.dll │ ├── System.ComponentModel.EventBasedAsync.dll │ ├── System.ComponentModel.Primitives.dll │ ├── System.ComponentModel.TypeConverter.dll │ ├── System.ComponentModel.dll │ ├── System.Configuration.ConfigurationManager.dll │ ├── System.Configuration.dll │ ├── System.Console.dll │ ├── System.Core.dll │ ├── System.Data.Common.dll │ ├── System.Data.DataSetExtensions.dll │ ├── System.Data.dll │ ├── System.Diagnostics.Contracts.dll │ ├── System.Diagnostics.Debug.dll │ ├── System.Diagnostics.DiagnosticSource.dll │ ├── System.Diagnostics.EventLog.Messages.dll │ ├── System.Diagnostics.EventLog.dll │ ├── System.Diagnostics.FileVersionInfo.dll │ ├── System.Diagnostics.PerformanceCounter.dll │ ├── System.Diagnostics.Process.dll │ ├── System.Diagnostics.StackTrace.dll │ ├── System.Diagnostics.TextWriterTraceListener.dll │ ├── System.Diagnostics.Tools.dll │ ├── System.Diagnostics.TraceSource.dll │ ├── System.Diagnostics.Tracing.dll │ ├── System.DirectoryServices.dll │ ├── System.Drawing.Primitives.dll │ ├── System.Drawing.dll │ ├── System.Dynamic.Runtime.dll │ ├── System.Formats.Asn1.dll │ ├── System.Formats.Nrbf.dll │ ├── System.Formats.Tar.dll │ ├── System.Globalization.Calendars.dll │ ├── System.Globalization.Extensions.dll │ ├── System.Globalization.dll │ ├── System.IO.Compression.Brotli.dll │ ├── System.IO.Compression.FileSystem.dll │ ├── System.IO.Compression.Native.dll │ ├── System.IO.Compression.ZipFile.dll │ ├── System.IO.Compression.dll │ ├── System.IO.FileSystem.AccessControl.dll │ ├── System.IO.FileSystem.DriveInfo.dll │ ├── System.IO.FileSystem.Primitives.dll │ ├── System.IO.FileSystem.Watcher.dll │ ├── System.IO.FileSystem.dll │ ├── System.IO.IsolatedStorage.dll │ ├── System.IO.MemoryMappedFiles.dll │ ├── System.IO.Packaging.dll │ ├── System.IO.Pipelines.dll │ ├── System.IO.Pipes.AccessControl.dll │ ├── System.IO.Pipes.dll │ ├── System.IO.UnmanagedMemoryStream.dll │ ├── System.IO.dll │ ├── System.Linq.Expressions.dll │ ├── System.Linq.Parallel.dll │ ├── System.Linq.Queryable.dll │ ├── System.Linq.dll │ ├── System.Memory.dll │ ├── System.Net.Http.Json.dll │ ├── System.Net.Http.dll │ ├── System.Net.HttpListener.dll │ ├── System.Net.Mail.dll │ ├── System.Net.NameResolution.dll │ ├── System.Net.NetworkInformation.dll │ ├── System.Net.Ping.dll │ ├── System.Net.Primitives.dll │ ├── System.Net.Quic.dll │ ├── System.Net.Requests.dll │ ├── System.Net.Security.dll │ ├── System.Net.ServicePoint.dll │ ├── System.Net.Sockets.dll │ ├── System.Net.WebClient.dll │ ├── System.Net.WebHeaderCollection.dll │ ├── System.Net.WebProxy.dll │ ├── System.Net.WebSockets.Client.dll │ ├── System.Net.WebSockets.dll │ ├── System.Net.dll │ ├── System.Numerics.Vectors.dll │ ├── System.Numerics.dll │ ├── System.ObjectModel.dll │ ├── System.Printing.dll │ ├── System.Private.CoreLib.dll │ ├── System.Private.DataContractSerialization.dll │ ├── System.Private.Uri.dll │ ├── System.Private.Xml.Linq.dll │ ├── System.Private.Xml.dll │ ├── System.Reflection.DispatchProxy.dll │ ├── System.Reflection.Emit.ILGeneration.dll │ ├── System.Reflection.Emit.Lightweight.dll │ ├── System.Reflection.Emit.dll │ ├── System.Reflection.Extensions.dll │ ├── System.Reflection.Metadata.dll │ ├── System.Reflection.Primitives.dll │ ├── System.Reflection.TypeExtensions.dll │ ├── System.Reflection.dll │ ├── System.Resources.Extensions.dll │ ├── System.Resources.Reader.dll │ ├── System.Resources.ResourceManager.dll │ ├── System.Resources.Writer.dll │ ├── System.Runtime.CompilerServices.Unsafe.dll │ ├── System.Runtime.CompilerServices.VisualC.dll │ ├── System.Runtime.Extensions.dll │ ├── System.Runtime.Handles.dll │ ├── System.Runtime.InteropServices.JavaScript.dll │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ ├── System.Runtime.InteropServices.dll │ ├── System.Runtime.Intrinsics.dll │ ├── System.Runtime.Loader.dll │ ├── System.Runtime.Numerics.dll │ ├── System.Runtime.Serialization.Formatters.dll │ ├── System.Runtime.Serialization.Json.dll │ ├── System.Runtime.Serialization.Primitives.dll │ ├── System.Runtime.Serialization.Xml.dll │ ├── System.Runtime.Serialization.dll │ ├── System.Runtime.dll │ ├── System.Security.AccessControl.dll │ ├── System.Security.Claims.dll │ ├── System.Security.Cryptography.Algorithms.dll │ ├── System.Security.Cryptography.Cng.dll │ ├── System.Security.Cryptography.Csp.dll │ ├── System.Security.Cryptography.Encoding.dll │ ├── System.Security.Cryptography.OpenSsl.dll │ ├── System.Security.Cryptography.Pkcs.dll │ ├── System.Security.Cryptography.Primitives.dll │ ├── System.Security.Cryptography.ProtectedData.dll │ ├── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Cryptography.Xml.dll │ ├── System.Security.Cryptography.dll │ ├── System.Security.Permissions.dll │ ├── System.Security.Principal.Windows.dll │ ├── System.Security.Principal.dll │ ├── System.Security.SecureString.dll │ ├── System.Security.dll │ ├── System.ServiceModel.Web.dll │ ├── System.ServiceProcess.dll │ ├── System.Text.Encoding.CodePages.dll │ ├── System.Text.Encoding.Extensions.dll │ ├── System.Text.Encoding.dll │ ├── System.Text.Encodings.Web.dll │ ├── System.Text.Json.dll │ ├── System.Text.RegularExpressions.dll │ ├── System.Threading.AccessControl.dll │ ├── System.Threading.Channels.dll │ ├── System.Threading.Overlapped.dll │ ├── System.Threading.Tasks.Dataflow.dll │ ├── System.Threading.Tasks.Extensions.dll │ ├── System.Threading.Tasks.Parallel.dll │ ├── System.Threading.Tasks.dll │ ├── System.Threading.Thread.dll │ ├── System.Threading.ThreadPool.dll │ ├── System.Threading.Timer.dll │ ├── System.Threading.dll │ ├── System.Transactions.Local.dll │ ├── System.Transactions.dll │ ├── System.ValueTuple.dll │ ├── System.Web.HttpUtility.dll │ ├── System.Web.dll │ ├── System.Windows.Controls.Ribbon.dll │ ├── System.Windows.Extensions.dll │ ├── System.Windows.Input.Manipulations.dll │ ├── System.Windows.Presentation.dll │ ├── System.Windows.dll │ ├── System.Xaml.dll │ ├── System.Xml.Linq.dll │ ├── System.Xml.ReaderWriter.dll │ ├── System.Xml.Serialization.dll │ ├── System.Xml.XDocument.dll │ ├── System.Xml.XPath.XDocument.dll │ ├── System.Xml.XPath.dll │ ├── System.Xml.XmlDocument.dll │ ├── System.Xml.XmlSerializer.dll │ ├── System.Xml.dll │ ├── System.dll │ ├── UIAutomationClient.dll │ ├── UIAutomationClientSideProviders.dll │ ├── UIAutomationProvider.dll │ ├── UIAutomationTypes.dll │ ├── WindowsBase.dll │ ├── clretwrc.dll │ ├── clrgc.dll │ ├── clrgcexp.dll │ ├── clrjit.dll │ ├── coreclr.dll │ ├── createdump.exe │ ├── cs │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ └── WindowsBase.resources.dll │ ├── de │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ └── WindowsBase.resources.dll │ ├── es │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ └── ReachFramework.resources.dll │ ├── hostfxr.dll │ ├── hostpolicy.dll │ ├── mscordaccore.dll │ ├── mscordaccore_amd64_amd64_9.0.625.26613.dll │ ├── mscordbi.dll │ ├── mscorlib.dll │ ├── mscorrc.dll │ ├── msquic.dll │ ├── netstandard.dll │ ├── vcruntime140_cor3.dll │ └── wpfgfx_cor3.dll ├── code-of-conduct.md ├── obj └── Debug │ └── net9.0-windows │ └── .NETCoreApp,Version=v9.0.AssemblyAttributes.cs └── zeromix.ico /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/App.xaml -------------------------------------------------------------------------------- /App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/App.xaml.cs -------------------------------------------------------------------------------- /AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/AssemblyInfo.cs -------------------------------------------------------------------------------- /ClockWidget.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ClockWidget.xaml -------------------------------------------------------------------------------- /ClockWidget.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ClockWidget.xaml.cs -------------------------------------------------------------------------------- /CustomShortcutWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/CustomShortcutWindow.xaml -------------------------------------------------------------------------------- /CustomShortcutWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/CustomShortcutWindow.xaml.cs -------------------------------------------------------------------------------- /Developer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Developer.md -------------------------------------------------------------------------------- /Exe/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/LICENSE.txt -------------------------------------------------------------------------------- /Exe/Privacy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/Privacy.txt -------------------------------------------------------------------------------- /Exe/README-Installer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/README-Installer.md -------------------------------------------------------------------------------- /Exe/Setup.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/Setup.iss -------------------------------------------------------------------------------- /Exe/image.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/image.bmp -------------------------------------------------------------------------------- /Exe/image.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/image.ico -------------------------------------------------------------------------------- /Exe/perintah.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/perintah.txt -------------------------------------------------------------------------------- /Exe/zeromix.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/zeromix.bmp -------------------------------------------------------------------------------- /Exe/zeromix.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exe/zeromix.ico -------------------------------------------------------------------------------- /Exstension/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/background.js -------------------------------------------------------------------------------- /Exstension/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/content.js -------------------------------------------------------------------------------- /Exstension/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/image.png -------------------------------------------------------------------------------- /Exstension/imagey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/imagey.png -------------------------------------------------------------------------------- /Exstension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/manifest.json -------------------------------------------------------------------------------- /Exstension/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/readme.md -------------------------------------------------------------------------------- /Exstension/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/searchbar.css -------------------------------------------------------------------------------- /Exstension/searchbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/searchbar.html -------------------------------------------------------------------------------- /Exstension/searchbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Exstension/searchbar.js -------------------------------------------------------------------------------- /FFMPEG/test-ffmpeg-integration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/FFMPEG/test-ffmpeg-integration.ps1 -------------------------------------------------------------------------------- /HotkeyCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/HotkeyCore.cs -------------------------------------------------------------------------------- /HotkeyManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/HotkeyManager.cs -------------------------------------------------------------------------------- /MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/MainWindow.xaml -------------------------------------------------------------------------------- /MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/MainWindow.xaml.cs -------------------------------------------------------------------------------- /MathEvaluator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/MathEvaluator.cs -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Readme.md -------------------------------------------------------------------------------- /Resource/Images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Images/1.jpg -------------------------------------------------------------------------------- /Resource/Images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Images/2.jpg -------------------------------------------------------------------------------- /Resource/Images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Images/3.jpg -------------------------------------------------------------------------------- /Resource/Images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Images/4.jpg -------------------------------------------------------------------------------- /Resource/Images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Images/5.jpg -------------------------------------------------------------------------------- /Resource/Images/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Images/6.jpg -------------------------------------------------------------------------------- /Resource/Images/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Images/7.jpg -------------------------------------------------------------------------------- /Resource/Video/Vs (1).mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Video/Vs (1).mp4 -------------------------------------------------------------------------------- /Resource/Video/Vs (2).mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Video/Vs (2).mp4 -------------------------------------------------------------------------------- /Resource/Video/Vs (3).mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/Video/Vs (3).mp4 -------------------------------------------------------------------------------- /Resource/anim/Anime1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/anim/Anime1.jpg -------------------------------------------------------------------------------- /Resource/anim/Fieren.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/anim/Fieren.jpg -------------------------------------------------------------------------------- /Resource/anim/Fieren2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/anim/Fieren2.jpg -------------------------------------------------------------------------------- /Resource/anim/Fieren3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/anim/Fieren3.jpg -------------------------------------------------------------------------------- /Resource/anim/anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/anim/anime.jpg -------------------------------------------------------------------------------- /Resource/anim/view.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Resource/anim/view.jpg -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SearchOverlay.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/SearchOverlay.xaml -------------------------------------------------------------------------------- /SearchOverlay.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/SearchOverlay.xaml.cs -------------------------------------------------------------------------------- /TransparentTaskbar.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/TransparentTaskbar.xaml -------------------------------------------------------------------------------- /TransparentTaskbar.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/TransparentTaskbar.xaml.cs -------------------------------------------------------------------------------- /VideoWallpaperWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/VideoWallpaperWindow.xaml -------------------------------------------------------------------------------- /VideoWallpaperWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/VideoWallpaperWindow.xaml.cs -------------------------------------------------------------------------------- /Wallpapers.VideoWallpaper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Wallpapers.VideoWallpaper.cs -------------------------------------------------------------------------------- /Wallpapers.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Wallpapers.xaml -------------------------------------------------------------------------------- /Wallpapers.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Wallpapers.xaml.cs -------------------------------------------------------------------------------- /Web/About.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/About.html -------------------------------------------------------------------------------- /Web/Changelog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/Changelog.html -------------------------------------------------------------------------------- /Web/Feedback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/Feedback.html -------------------------------------------------------------------------------- /Web/Presen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/Presen.png -------------------------------------------------------------------------------- /Web/Support.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/Support.html -------------------------------------------------------------------------------- /Web/TMS-GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/TMS-GUIDE.md -------------------------------------------------------------------------------- /Web/ThanksYou.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/ThanksYou.html -------------------------------------------------------------------------------- /Web/assets/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/assets/image1.png -------------------------------------------------------------------------------- /Web/assets/imagecopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/assets/imagecopy.png -------------------------------------------------------------------------------- /Web/assets/imagecopy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/assets/imagecopy2.png -------------------------------------------------------------------------------- /Web/assets/imagecopy3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/assets/imagecopy3.png -------------------------------------------------------------------------------- /Web/auto-translator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/auto-translator.js -------------------------------------------------------------------------------- /Web/gsap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/gsap.css -------------------------------------------------------------------------------- /Web/gsap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/gsap.js -------------------------------------------------------------------------------- /Web/image-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/image-copy.png -------------------------------------------------------------------------------- /Web/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/image.png -------------------------------------------------------------------------------- /Web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/index.html -------------------------------------------------------------------------------- /Web/original-93f36c9bb9818c6d64a4fcc42a74c39f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/original-93f36c9bb9818c6d64a4fcc42a74c39f.gif -------------------------------------------------------------------------------- /Web/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/script.js -------------------------------------------------------------------------------- /Web/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/style.css -------------------------------------------------------------------------------- /Web/translations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/translations.js -------------------------------------------------------------------------------- /Web/zeromix-high-resolution-logo-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/Web/zeromix-high-resolution-logo-transparent.png -------------------------------------------------------------------------------- /ZeroMix.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ZeroMix.csproj -------------------------------------------------------------------------------- /ZeroMix.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ZeroMix.sln -------------------------------------------------------------------------------- /ZeroMixUpdateCli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ZeroMixUpdateCli/README.md -------------------------------------------------------------------------------- /ZeroMixUpdateCli/README_CLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ZeroMixUpdateCli/README_CLI.md -------------------------------------------------------------------------------- /ZeroMixUpdateCli/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ZeroMixUpdateCli/index.js -------------------------------------------------------------------------------- /ZeroMixUpdateCli/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ZeroMixUpdateCli/package.json -------------------------------------------------------------------------------- /ZeroMixUpdateCli/zeromix-cli.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/ZeroMixUpdateCli/zeromix-cli.bat -------------------------------------------------------------------------------- /assets/BF.Txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/BF.Txt -------------------------------------------------------------------------------- /assets/Presen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/Presen.png -------------------------------------------------------------------------------- /assets/SearchOverlay.xaml.cs.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/SearchOverlay.xaml.cs.backup -------------------------------------------------------------------------------- /assets/demo.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/demo.iss -------------------------------------------------------------------------------- /assets/image copy 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/image copy 2.png -------------------------------------------------------------------------------- /assets/image copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/image copy.png -------------------------------------------------------------------------------- /assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/image.png -------------------------------------------------------------------------------- /assets/zeromix-high-resolution-logo-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/zeromix-high-resolution-logo-transparent.png -------------------------------------------------------------------------------- /assets/zeromix-high-resolution-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/assets/zeromix-high-resolution-logo.png -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Accessibility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Accessibility.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/D3DCompiler_47_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/D3DCompiler_47_cor3.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/DirectWriteForwarder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/DirectWriteForwarder.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.CSharp.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.VisualBasic.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.VisualBasic.Core.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.VisualBasic.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.Win32.Registry.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.Win32.Registry.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PenImc_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PenImc_cor3.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationCore.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemCore.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemData.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemDrawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemDrawing.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemXml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemXml.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.Aero.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.Aero.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.Aero2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.Aero2.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.AeroLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.AeroLite.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.Classic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.Classic.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.Fluent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.Fluent.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.Luna.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.Luna.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.Royale.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.Royale.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationFramework.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationNative_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationNative_cor3.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/PresentationUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/PresentationUI.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/ReachFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/ReachFramework.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.AppContext.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Buffers.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.CodeDom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.CodeDom.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Collections.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ComponentModel.Annotations.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ComponentModel.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Configuration.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Console.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Core.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Data.Common.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Data.DataSetExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Data.DataSetExtensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Data.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.EventLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.EventLog.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.DirectoryServices.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Drawing.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Formats.Asn1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Formats.Asn1.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Formats.Nrbf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Formats.Nrbf.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Formats.Tar.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Formats.Tar.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Globalization.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Compression.Brotli.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Compression.Brotli.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Compression.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Compression.FileSystem.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Compression.Native.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Compression.Native.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Compression.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Packaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Packaging.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Pipelines.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Pipelines.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Pipes.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Pipes.AccessControl.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.Pipes.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.IO.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Linq.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Memory.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Http.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Http.Json.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Http.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.HttpListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.HttpListener.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Mail.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Mail.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Ping.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Quic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Quic.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Requests.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Security.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.ServicePoint.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.ServicePoint.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.Sockets.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.WebClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.WebClient.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.WebProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.WebProxy.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Net.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Numerics.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ObjectModel.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Printing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Printing.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Private.CoreLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Private.CoreLib.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Private.DataContractSerialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Private.DataContractSerialization.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Private.Uri.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Private.Uri.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Private.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Private.Xml.Linq.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Private.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Private.Xml.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.DispatchProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.DispatchProxy.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.Emit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.Emit.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.TypeExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.TypeExtensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Reflection.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Resources.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Resources.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Resources.Reader.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Resources.Writer.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.InteropServices.JavaScript.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.InteropServices.JavaScript.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Intrinsics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Intrinsics.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Loader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Loader.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.Serialization.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Runtime.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.AccessControl.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Claims.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Cng.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Cng.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.Xml.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Cryptography.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Permissions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Permissions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Principal.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Principal.Windows.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.Principal.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.SecureString.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Security.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ServiceModel.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ServiceModel.Web.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ServiceProcess.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ServiceProcess.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Text.Encoding.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Text.Encodings.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Text.Encodings.Web.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Text.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Text.Json.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.AccessControl.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Channels.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Thread.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.Timer.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Threading.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Transactions.Local.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Transactions.Local.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Transactions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Transactions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.ValueTuple.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Web.HttpUtility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Web.HttpUtility.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Web.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Windows.Controls.Ribbon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Windows.Controls.Ribbon.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Windows.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Windows.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Windows.Input.Manipulations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Windows.Input.Manipulations.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Windows.Presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Windows.Presentation.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Windows.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xaml.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.Linq.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.Serialization.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.XPath.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.Xml.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/System.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/UIAutomationClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/UIAutomationClient.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/UIAutomationClientSideProviders.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/UIAutomationClientSideProviders.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/UIAutomationProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/UIAutomationProvider.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/UIAutomationTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/UIAutomationTypes.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/WindowsBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/WindowsBase.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/clretwrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/clretwrc.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/clrgc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/clrgc.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/clrgcexp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/clrgcexp.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/clrjit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/clrjit.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/coreclr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/coreclr.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/createdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/createdump.exe -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/PresentationCore.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/PresentationUI.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/ReachFramework.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/System.Xaml.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/cs/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/cs/WindowsBase.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/PresentationCore.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/PresentationUI.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/ReachFramework.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/System.Xaml.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/de/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/de/WindowsBase.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/es/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/es/PresentationCore.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/es/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/es/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/es/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/es/PresentationUI.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/es/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/es/ReachFramework.resources.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/hostfxr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/hostfxr.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/hostpolicy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/hostpolicy.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/mscordaccore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/mscordaccore.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/mscordaccore_amd64_amd64_9.0.625.26613.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/mscordaccore_amd64_amd64_9.0.625.26613.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/mscordbi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/mscordbi.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/mscorlib.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/mscorrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/mscorrc.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/msquic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/msquic.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/netstandard.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/vcruntime140_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/vcruntime140_cor3.dll -------------------------------------------------------------------------------- /bin/Release/net9.0-windows/win-x64/wpfgfx_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/bin/Release/net9.0-windows/win-x64/wpfgfx_cor3.dll -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/code-of-conduct.md -------------------------------------------------------------------------------- /obj/Debug/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/obj/Debug/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs -------------------------------------------------------------------------------- /zeromix.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faizinuha/ZeroMix/HEAD/zeromix.ico --------------------------------------------------------------------------------