├── .gitignore ├── LICENSE ├── README.md ├── docs ├── Events.md ├── Installation.md ├── config.jit.example └── delegation.config.example ├── release ├── Config-JIT.ps1 ├── Config-JITUI.ps1 ├── DelegationConfig.ps1 ├── ElevateUser.ps1 ├── Request-AdminAccessUI.ps1 ├── RequestAdminAccessUI.ps1 ├── Tier1LocalAdminGroup.ps1 ├── install-JIT.ps1 └── modules │ ├── 0.1 │ ├── Microsoft.Bcl.Cryptography.dll │ ├── Microsoft.CSharp.dll │ ├── Microsoft.DiaSymReader.Native.amd64.dll │ ├── Microsoft.VisualBasic.Core.dll │ ├── Microsoft.VisualBasic.dll │ ├── Microsoft.Win32.Primitives.dll │ ├── Microsoft.Win32.Registry.dll │ ├── System.AppContext.dll │ ├── System.Buffers.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.Process.dll │ ├── System.Diagnostics.StackTrace.dll │ ├── System.Diagnostics.TextWriterTraceListener.dll │ ├── System.Diagnostics.Tools.dll │ ├── System.Diagnostics.TraceSource.dll │ ├── System.Diagnostics.Tracing.dll │ ├── System.DirectoryServices.AccountManagement.dll │ ├── System.DirectoryServices.Protocols.dll │ ├── System.DirectoryServices.dll │ ├── System.Drawing.Primitives.dll │ ├── System.Drawing.dll │ ├── System.Dynamic.Runtime.dll │ ├── System.Formats.Asn1.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.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.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.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.Primitives.dll │ ├── System.Security.Cryptography.ProtectedData.dll │ ├── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Cryptography.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.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.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 │ ├── WindowsBase.dll │ ├── clretwrc.dll │ ├── clrgc.dll │ ├── clrjit.dll │ ├── coreclr.dll │ ├── createdump.exe │ ├── hostfxr.dll │ ├── hostpolicy.dll │ ├── just-in-Time-DelegationConfig.psm1 │ ├── just-in-Time-GUIs.psm1 │ ├── just-in-time-configuration.psm1 │ ├── just-in-time-request.psm1 │ ├── justintime.deps.json │ ├── justintime.dll │ ├── justintime.pdb │ ├── mscordaccore.dll │ ├── mscordaccore_amd64_amd64_8.0.1925.36514.dll │ ├── mscordbi.dll │ ├── mscorlib.dll │ ├── mscorrc.dll │ ├── msquic.dll │ └── netstandard.dll │ └── Just-In-time.psd1 └── src ├── CSharp ├── .vscode │ └── launch.json ├── JIT#.sln ├── jitcmd │ ├── Program.cs │ ├── bin │ │ └── Debug │ │ │ └── net8.0-windows │ │ │ ├── Microsoft.Bcl.Cryptography.dll │ │ │ ├── System.Configuration.ConfigurationManager.dll │ │ │ ├── System.Diagnostics.EventLog.dll │ │ │ ├── System.DirectoryServices.AccountManagement.dll │ │ │ ├── System.DirectoryServices.Protocols.dll │ │ │ ├── System.DirectoryServices.dll │ │ │ ├── System.Formats.Asn1.dll │ │ │ ├── System.Security.Cryptography.ProtectedData.dll │ │ │ ├── jitcmd.deps.json │ │ │ ├── jitcmd.dll │ │ │ ├── jitcmd.exe │ │ │ ├── jitcmd.pdb │ │ │ ├── jitcmd.runtimeconfig.json │ │ │ ├── justintime.dll │ │ │ ├── justintime.pdb │ │ │ └── runtimes │ │ │ ├── linux │ │ │ └── lib │ │ │ │ └── net8.0 │ │ │ │ └── System.DirectoryServices.Protocols.dll │ │ │ ├── osx │ │ │ └── lib │ │ │ │ └── net8.0 │ │ │ │ └── System.DirectoryServices.Protocols.dll │ │ │ └── win │ │ │ └── lib │ │ │ └── net8.0 │ │ │ ├── System.Diagnostics.EventLog.Messages.dll │ │ │ ├── System.Diagnostics.EventLog.dll │ │ │ ├── System.DirectoryServices.AccountManagement.dll │ │ │ ├── System.DirectoryServices.Protocols.dll │ │ │ └── System.DirectoryServices.dll │ ├── jitcmd.csproj │ └── obj │ │ ├── Debug │ │ ├── net8.0-windows │ │ │ ├── .NETCoreApp,Version=v8.0.AssemblyAttributes.cs │ │ │ ├── apphost.exe │ │ │ ├── jitcmd.AssemblyInfo.cs │ │ │ ├── jitcmd.AssemblyInfoInputs.cache │ │ │ ├── jitcmd.GeneratedMSBuildEditorConfig.editorconfig │ │ │ ├── jitcmd.GlobalUsings.g.cs │ │ │ ├── jitcmd.assets.cache │ │ │ ├── jitcmd.csproj.AssemblyReference.cache │ │ │ ├── jitcmd.csproj.CoreCompileInputs.cache │ │ │ ├── jitcmd.csproj.FileListAbsolute.txt │ │ │ ├── jitcmd.csproj.Up2Date │ │ │ ├── jitcmd.dll │ │ │ ├── jitcmd.genruntimeconfig.cache │ │ │ ├── jitcmd.pdb │ │ │ ├── jitcmd.sourcelink.json │ │ │ ├── ref │ │ │ │ └── jitcmd.dll │ │ │ └── refint │ │ │ │ └── jitcmd.dll │ │ └── net8.0 │ │ │ ├── .NETCoreApp,Version=v8.0.AssemblyAttributes.cs │ │ │ ├── jitcmd.AssemblyInfo.cs │ │ │ ├── jitcmd.AssemblyInfoInputs.cache │ │ │ ├── jitcmd.GeneratedMSBuildEditorConfig.editorconfig │ │ │ ├── jitcmd.GlobalUsings.g.cs │ │ │ └── jitcmd.assets.cache │ │ ├── jitcmd.csproj.nuget.dgspec.json │ │ ├── jitcmd.csproj.nuget.g.props │ │ ├── jitcmd.csproj.nuget.g.targets │ │ ├── project.assets.json │ │ └── project.nuget.cache └── justintime │ ├── GlobalSuppressions.cs │ ├── JIT.cs │ ├── JITLogging.cs │ ├── JITRequest.cs │ ├── JITconfig.cs │ ├── JITdelegation.cs │ ├── bin │ ├── Debug │ │ └── net8.0 │ │ │ ├── justintime.deps.json │ │ │ ├── justintime.dll │ │ │ └── justintime.pdb │ └── Release │ │ └── net8.0 │ │ └── win-x64 │ │ ├── justintime.deps.json │ │ ├── justintime.dll │ │ ├── justintime.pdb │ │ └── publish │ │ ├── Microsoft.Bcl.Cryptography.dll │ │ ├── Microsoft.CSharp.dll │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll │ │ ├── Microsoft.VisualBasic.Core.dll │ │ ├── Microsoft.VisualBasic.dll │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── Microsoft.Win32.Registry.dll │ │ ├── System.AppContext.dll │ │ ├── System.Buffers.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.Process.dll │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.Diagnostics.TextWriterTraceListener.dll │ │ ├── System.Diagnostics.Tools.dll │ │ ├── System.Diagnostics.TraceSource.dll │ │ ├── System.Diagnostics.Tracing.dll │ │ ├── System.DirectoryServices.AccountManagement.dll │ │ ├── System.DirectoryServices.Protocols.dll │ │ ├── System.DirectoryServices.dll │ │ ├── System.Drawing.Primitives.dll │ │ ├── System.Drawing.dll │ │ ├── System.Dynamic.Runtime.dll │ │ ├── System.Formats.Asn1.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.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.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.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.Primitives.dll │ │ ├── System.Security.Cryptography.ProtectedData.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── System.Security.Cryptography.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.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.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 │ │ ├── WindowsBase.dll │ │ ├── clretwrc.dll │ │ ├── clrgc.dll │ │ ├── clrjit.dll │ │ ├── coreclr.dll │ │ ├── createdump.exe │ │ ├── hostfxr.dll │ │ ├── hostpolicy.dll │ │ ├── justintime.deps.json │ │ ├── justintime.dll │ │ ├── justintime.pdb │ │ ├── mscordaccore.dll │ │ ├── mscordaccore_amd64_amd64_8.0.1925.36514.dll │ │ ├── mscordbi.dll │ │ ├── mscorlib.dll │ │ ├── mscorrc.dll │ │ ├── msquic.dll │ │ └── netstandard.dll │ ├── justintime.csproj │ └── obj │ ├── Debug │ └── net8.0 │ │ ├── .NETCoreApp,Version=v8.0.AssemblyAttributes.cs │ │ ├── justintime.AssemblyInfo.cs │ │ ├── justintime.AssemblyInfoInputs.cache │ │ ├── justintime.GeneratedMSBuildEditorConfig.editorconfig │ │ ├── justintime.GlobalUsings.g.cs │ │ ├── justintime.assets.cache │ │ ├── justintime.csproj.AssemblyReference.cache │ │ ├── justintime.csproj.CoreCompileInputs.cache │ │ ├── justintime.csproj.FileListAbsolute.txt │ │ ├── justintime.dll │ │ ├── justintime.pdb │ │ ├── justintime.sourcelink.json │ │ ├── ref │ │ └── justintime.dll │ │ └── refint │ │ └── justintime.dll │ ├── Release │ └── net8.0 │ │ ├── .NETCoreApp,Version=v8.0.AssemblyAttributes.cs │ │ ├── PublishOutputs.ede2bdbf23.txt │ │ ├── justintime.AssemblyInfo.cs │ │ ├── justintime.AssemblyInfoInputs.cache │ │ ├── justintime.GeneratedMSBuildEditorConfig.editorconfig │ │ ├── justintime.GlobalUsings.g.cs │ │ ├── justintime.assets.cache │ │ ├── justintime.csproj.AssemblyReference.cache │ │ ├── justintime.csproj.CoreCompileInputs.cache │ │ ├── justintime.csproj.FileListAbsolute.txt │ │ ├── justintime.dll │ │ ├── justintime.pdb │ │ ├── justintime.sourcelink.json │ │ ├── ref │ │ └── justintime.dll │ │ ├── refint │ │ └── justintime.dll │ │ └── win-x64 │ │ ├── .NETCoreApp,Version=v8.0.AssemblyAttributes.cs │ │ ├── PublishOutputs.de084a5ec6.txt │ │ ├── justintime.AssemblyInfo.cs │ │ ├── justintime.AssemblyInfoInputs.cache │ │ ├── justintime.GeneratedMSBuildEditorConfig.editorconfig │ │ ├── justintime.GlobalUsings.g.cs │ │ ├── justintime.assets.cache │ │ ├── justintime.csproj.AssemblyReference.cache │ │ ├── justintime.csproj.CoreCompileInputs.cache │ │ ├── justintime.csproj.FileListAbsolute.txt │ │ ├── justintime.dll │ │ ├── justintime.pdb │ │ ├── justintime.sourcelink.json │ │ ├── ref │ │ └── justintime.dll │ │ └── refint │ │ └── justintime.dll │ ├── justintime.csproj.nuget.dgspec.json │ ├── justintime.csproj.nuget.g.props │ ├── justintime.csproj.nuget.g.targets │ ├── project.assets.json │ └── project.nuget.cache └── Powershell ├── Scripts ├── Config-JIT.ps1 ├── Config-JITUI.ps1 ├── ElevateUser.ps1 ├── README.md ├── Request-AdminAccessUI.ps1 ├── RequestAdminAccessUI.ps1 ├── Tier1LocalAdminGroup.ps1 └── install-JIT.ps1 └── modules ├── 0.1 ├── just-in-Time-DelegationConfig.psm1 ├── just-in-Time-GUIs.psm1 ├── just-in-time-configuration.psm1 └── just-in-time-request.psm1 └── Just-In-time.psd1 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/README.md -------------------------------------------------------------------------------- /docs/Events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/docs/Events.md -------------------------------------------------------------------------------- /docs/Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/docs/Installation.md -------------------------------------------------------------------------------- /docs/config.jit.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/docs/config.jit.example -------------------------------------------------------------------------------- /docs/delegation.config.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/docs/delegation.config.example -------------------------------------------------------------------------------- /release/Config-JIT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/Config-JIT.ps1 -------------------------------------------------------------------------------- /release/Config-JITUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/Config-JITUI.ps1 -------------------------------------------------------------------------------- /release/DelegationConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/DelegationConfig.ps1 -------------------------------------------------------------------------------- /release/ElevateUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/ElevateUser.ps1 -------------------------------------------------------------------------------- /release/Request-AdminAccessUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/Request-AdminAccessUI.ps1 -------------------------------------------------------------------------------- /release/RequestAdminAccessUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/RequestAdminAccessUI.ps1 -------------------------------------------------------------------------------- /release/Tier1LocalAdminGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/Tier1LocalAdminGroup.ps1 -------------------------------------------------------------------------------- /release/install-JIT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/install-JIT.ps1 -------------------------------------------------------------------------------- /release/modules/0.1/Microsoft.Bcl.Cryptography.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/Microsoft.Bcl.Cryptography.dll -------------------------------------------------------------------------------- /release/modules/0.1/Microsoft.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/Microsoft.CSharp.dll -------------------------------------------------------------------------------- /release/modules/0.1/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /release/modules/0.1/Microsoft.VisualBasic.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/Microsoft.VisualBasic.Core.dll -------------------------------------------------------------------------------- /release/modules/0.1/Microsoft.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/Microsoft.VisualBasic.dll -------------------------------------------------------------------------------- /release/modules/0.1/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/Microsoft.Win32.Registry.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/Microsoft.Win32.Registry.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.AppContext.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Buffers.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Collections.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ComponentModel.Annotations.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ComponentModel.DataAnnotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ComponentModel.DataAnnotations.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ComponentModel.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Configuration.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Console.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Core.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Data.Common.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Data.DataSetExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Data.DataSetExtensions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Data.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.EventLog.Messages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.EventLog.Messages.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.EventLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.EventLog.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.DirectoryServices.AccountManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.DirectoryServices.AccountManagement.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.DirectoryServices.Protocols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.DirectoryServices.Protocols.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.DirectoryServices.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Drawing.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Formats.Asn1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Formats.Asn1.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Formats.Tar.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Formats.Tar.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Globalization.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.Compression.Brotli.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.Compression.Brotli.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.Compression.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.Compression.FileSystem.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.Compression.Native.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.Compression.Native.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.Compression.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.FileSystem.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.FileSystem.AccessControl.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.Pipes.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.Pipes.AccessControl.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.Pipes.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.IO.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Linq.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Memory.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Http.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Http.Json.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Http.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.HttpListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.HttpListener.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Mail.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Mail.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Ping.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Quic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Quic.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Requests.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Security.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.ServicePoint.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.ServicePoint.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.Sockets.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.WebClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.WebClient.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.WebProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.WebProxy.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Net.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Numerics.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ObjectModel.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Private.CoreLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Private.CoreLib.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Private.DataContractSerialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Private.DataContractSerialization.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Private.Uri.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Private.Uri.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Private.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Private.Xml.Linq.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Private.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Private.Xml.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.DispatchProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.DispatchProxy.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.Emit.ILGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.Emit.ILGeneration.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.Emit.Lightweight.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.Emit.Lightweight.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.Emit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.Emit.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.TypeExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.TypeExtensions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Reflection.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Resources.Reader.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Resources.Writer.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.InteropServices.JavaScript.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.InteropServices.JavaScript.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Intrinsics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Intrinsics.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Loader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Loader.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.Serialization.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Runtime.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.AccessControl.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Claims.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.Cng.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.Cng.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.OpenSsl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.OpenSsl.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Cryptography.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Cryptography.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Principal.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Principal.Windows.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.Principal.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.SecureString.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Security.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ServiceModel.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ServiceModel.Web.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ServiceProcess.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ServiceProcess.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Text.Encoding.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Text.Encodings.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Text.Encodings.Web.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Text.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Text.Json.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Channels.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Tasks.Dataflow.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Tasks.Dataflow.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Thread.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.Timer.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Threading.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Transactions.Local.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Transactions.Local.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Transactions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Transactions.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.ValueTuple.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Web.HttpUtility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Web.HttpUtility.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Web.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Windows.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.Linq.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.Serialization.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.XPath.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.Xml.dll -------------------------------------------------------------------------------- /release/modules/0.1/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/System.dll -------------------------------------------------------------------------------- /release/modules/0.1/WindowsBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/WindowsBase.dll -------------------------------------------------------------------------------- /release/modules/0.1/clretwrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/clretwrc.dll -------------------------------------------------------------------------------- /release/modules/0.1/clrgc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/clrgc.dll -------------------------------------------------------------------------------- /release/modules/0.1/clrjit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/clrjit.dll -------------------------------------------------------------------------------- /release/modules/0.1/coreclr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/coreclr.dll -------------------------------------------------------------------------------- /release/modules/0.1/createdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/createdump.exe -------------------------------------------------------------------------------- /release/modules/0.1/hostfxr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/hostfxr.dll -------------------------------------------------------------------------------- /release/modules/0.1/hostpolicy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/hostpolicy.dll -------------------------------------------------------------------------------- /release/modules/0.1/just-in-Time-DelegationConfig.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/just-in-Time-DelegationConfig.psm1 -------------------------------------------------------------------------------- /release/modules/0.1/just-in-Time-GUIs.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/just-in-Time-GUIs.psm1 -------------------------------------------------------------------------------- /release/modules/0.1/just-in-time-configuration.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/just-in-time-configuration.psm1 -------------------------------------------------------------------------------- /release/modules/0.1/just-in-time-request.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/just-in-time-request.psm1 -------------------------------------------------------------------------------- /release/modules/0.1/justintime.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/justintime.deps.json -------------------------------------------------------------------------------- /release/modules/0.1/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/justintime.dll -------------------------------------------------------------------------------- /release/modules/0.1/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/justintime.pdb -------------------------------------------------------------------------------- /release/modules/0.1/mscordaccore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/mscordaccore.dll -------------------------------------------------------------------------------- /release/modules/0.1/mscordaccore_amd64_amd64_8.0.1925.36514.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/mscordaccore_amd64_amd64_8.0.1925.36514.dll -------------------------------------------------------------------------------- /release/modules/0.1/mscordbi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/mscordbi.dll -------------------------------------------------------------------------------- /release/modules/0.1/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/mscorlib.dll -------------------------------------------------------------------------------- /release/modules/0.1/mscorrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/mscorrc.dll -------------------------------------------------------------------------------- /release/modules/0.1/msquic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/msquic.dll -------------------------------------------------------------------------------- /release/modules/0.1/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/0.1/netstandard.dll -------------------------------------------------------------------------------- /release/modules/Just-In-time.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/release/modules/Just-In-time.psd1 -------------------------------------------------------------------------------- /src/CSharp/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/.vscode/launch.json -------------------------------------------------------------------------------- /src/CSharp/JIT#.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/JIT#.sln -------------------------------------------------------------------------------- /src/CSharp/jitcmd/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/Program.cs -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/Microsoft.Bcl.Cryptography.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/Microsoft.Bcl.Cryptography.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Diagnostics.EventLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Diagnostics.EventLog.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.DirectoryServices.AccountManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.DirectoryServices.AccountManagement.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.DirectoryServices.Protocols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.DirectoryServices.Protocols.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.DirectoryServices.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Formats.Asn1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Formats.Asn1.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.deps.json -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.exe -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.pdb -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/jitcmd.runtimeconfig.json -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/justintime.pdb -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/linux/lib/net8.0/System.DirectoryServices.Protocols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/linux/lib/net8.0/System.DirectoryServices.Protocols.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/osx/lib/net8.0/System.DirectoryServices.Protocols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/osx/lib/net8.0/System.DirectoryServices.Protocols.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.DirectoryServices.AccountManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.DirectoryServices.AccountManagement.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.DirectoryServices.Protocols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.DirectoryServices.Protocols.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.DirectoryServices.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/jitcmd.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/jitcmd.csproj -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/apphost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/apphost.exe -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.AssemblyInfo.cs -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.AssemblyInfoInputs.cache -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.GeneratedMSBuildEditorConfig.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.GeneratedMSBuildEditorConfig.editorconfig -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.GlobalUsings.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.GlobalUsings.g.cs -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.assets.cache -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.csproj.CoreCompileInputs.cache -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.csproj.Up2Date: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.genruntimeconfig.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.genruntimeconfig.cache -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.pdb -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.sourcelink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/jitcmd.sourcelink.json -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/ref/jitcmd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/ref/jitcmd.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0-windows/refint/jitcmd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0-windows/refint/jitcmd.dll -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.AssemblyInfo.cs -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.AssemblyInfoInputs.cache -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.GeneratedMSBuildEditorConfig.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.GeneratedMSBuildEditorConfig.editorconfig -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.GlobalUsings.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.GlobalUsings.g.cs -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/Debug/net8.0/jitcmd.assets.cache -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/jitcmd.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/jitcmd.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/jitcmd.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/jitcmd.csproj.nuget.g.props -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/jitcmd.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/jitcmd.csproj.nuget.g.targets -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/project.assets.json -------------------------------------------------------------------------------- /src/CSharp/jitcmd/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/jitcmd/obj/project.nuget.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/GlobalSuppressions.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/JIT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/JIT.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/JITLogging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/JITLogging.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/JITRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/JITRequest.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/JITconfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/JITconfig.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/JITdelegation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/JITdelegation.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Debug/net8.0/justintime.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Debug/net8.0/justintime.deps.json -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Debug/net8.0/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Debug/net8.0/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Debug/net8.0/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Debug/net8.0/justintime.pdb -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/justintime.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/justintime.deps.json -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/justintime.pdb -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.Bcl.Cryptography.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.Bcl.Cryptography.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.CSharp.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.VisualBasic.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.VisualBasic.Core.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.VisualBasic.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.Win32.Registry.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/Microsoft.Win32.Registry.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.AppContext.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Buffers.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Collections.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.Annotations.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.DataAnnotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.DataAnnotations.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ComponentModel.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Configuration.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Console.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Core.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Data.Common.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Data.DataSetExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Data.DataSetExtensions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Data.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.EventLog.Messages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.EventLog.Messages.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.EventLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.EventLog.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.DirectoryServices.AccountManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.DirectoryServices.AccountManagement.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.DirectoryServices.Protocols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.DirectoryServices.Protocols.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.DirectoryServices.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Drawing.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Formats.Asn1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Formats.Asn1.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Formats.Tar.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Formats.Tar.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Globalization.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.Brotli.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.Brotli.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.FileSystem.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.Native.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.Native.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Compression.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.AccessControl.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Pipes.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Pipes.AccessControl.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.Pipes.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.IO.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Linq.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Memory.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Http.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Http.Json.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Http.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.HttpListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.HttpListener.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Mail.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Mail.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Ping.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Quic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Quic.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Requests.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Security.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.ServicePoint.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.ServicePoint.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.Sockets.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebClient.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebProxy.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Net.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Numerics.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ObjectModel.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.CoreLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.CoreLib.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.DataContractSerialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.DataContractSerialization.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.Uri.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.Uri.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.Xml.Linq.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Private.Xml.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.DispatchProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.DispatchProxy.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Emit.ILGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Emit.ILGeneration.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Emit.Lightweight.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Emit.Lightweight.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Emit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Emit.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.TypeExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.TypeExtensions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Reflection.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Resources.Reader.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Resources.Writer.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.InteropServices.JavaScript.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.InteropServices.JavaScript.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Intrinsics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Intrinsics.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Loader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Loader.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.Serialization.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Runtime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.AccessControl.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Claims.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Cng.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Cng.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.OpenSsl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.OpenSsl.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Cryptography.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Principal.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Principal.Windows.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.Principal.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.SecureString.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Security.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ServiceModel.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ServiceModel.Web.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ServiceProcess.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ServiceProcess.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encoding.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encodings.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Encodings.Web.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.Json.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Channels.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.Dataflow.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.Dataflow.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Thread.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.Timer.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Threading.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Transactions.Local.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Transactions.Local.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Transactions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Transactions.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.ValueTuple.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Web.HttpUtility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Web.HttpUtility.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Web.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Windows.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.Linq.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.Serialization.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XPath.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.Xml.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/System.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/WindowsBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/WindowsBase.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/clretwrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/clretwrc.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/clrgc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/clrgc.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/clrjit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/clrjit.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/coreclr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/coreclr.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/createdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/createdump.exe -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/hostfxr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/hostfxr.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/hostpolicy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/hostpolicy.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/justintime.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/justintime.deps.json -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/justintime.pdb -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscordaccore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscordaccore.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscordaccore_amd64_amd64_8.0.1925.36514.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscordaccore_amd64_amd64_8.0.1925.36514.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscordbi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscordbi.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscorlib.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscorrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/mscorrc.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/msquic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/msquic.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/bin/Release/net8.0/win-x64/publish/netstandard.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/justintime.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/justintime.csproj -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.AssemblyInfo.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.AssemblyInfoInputs.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.GeneratedMSBuildEditorConfig.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.GeneratedMSBuildEditorConfig.editorconfig -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.GlobalUsings.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.GlobalUsings.g.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.assets.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.csproj.CoreCompileInputs.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.pdb -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/justintime.sourcelink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/justintime.sourcelink.json -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/ref/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/ref/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Debug/net8.0/refint/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Debug/net8.0/refint/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/PublishOutputs.ede2bdbf23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/PublishOutputs.ede2bdbf23.txt -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.AssemblyInfo.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.AssemblyInfoInputs.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.GeneratedMSBuildEditorConfig.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.GeneratedMSBuildEditorConfig.editorconfig -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.GlobalUsings.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.GlobalUsings.g.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.assets.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.csproj.CoreCompileInputs.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.pdb -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/justintime.sourcelink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/justintime.sourcelink.json -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/ref/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/ref/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/refint/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/refint/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/PublishOutputs.de084a5ec6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/PublishOutputs.de084a5ec6.txt -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.AssemblyInfo.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.AssemblyInfoInputs.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.GeneratedMSBuildEditorConfig.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.GeneratedMSBuildEditorConfig.editorconfig -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.GlobalUsings.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.GlobalUsings.g.cs -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.assets.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.csproj.CoreCompileInputs.cache -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.pdb -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.sourcelink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/justintime.sourcelink.json -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/ref/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/ref/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/Release/net8.0/win-x64/refint/justintime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/Release/net8.0/win-x64/refint/justintime.dll -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/justintime.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/justintime.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/justintime.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/justintime.csproj.nuget.g.props -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/justintime.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/justintime.csproj.nuget.g.targets -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/project.assets.json -------------------------------------------------------------------------------- /src/CSharp/justintime/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/CSharp/justintime/obj/project.nuget.cache -------------------------------------------------------------------------------- /src/Powershell/Scripts/Config-JIT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/Config-JIT.ps1 -------------------------------------------------------------------------------- /src/Powershell/Scripts/Config-JITUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/Config-JITUI.ps1 -------------------------------------------------------------------------------- /src/Powershell/Scripts/ElevateUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/ElevateUser.ps1 -------------------------------------------------------------------------------- /src/Powershell/Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/README.md -------------------------------------------------------------------------------- /src/Powershell/Scripts/Request-AdminAccessUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/Request-AdminAccessUI.ps1 -------------------------------------------------------------------------------- /src/Powershell/Scripts/RequestAdminAccessUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/RequestAdminAccessUI.ps1 -------------------------------------------------------------------------------- /src/Powershell/Scripts/Tier1LocalAdminGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/Tier1LocalAdminGroup.ps1 -------------------------------------------------------------------------------- /src/Powershell/Scripts/install-JIT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/Scripts/install-JIT.ps1 -------------------------------------------------------------------------------- /src/Powershell/modules/0.1/just-in-Time-DelegationConfig.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/modules/0.1/just-in-Time-DelegationConfig.psm1 -------------------------------------------------------------------------------- /src/Powershell/modules/0.1/just-in-Time-GUIs.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/modules/0.1/just-in-Time-GUIs.psm1 -------------------------------------------------------------------------------- /src/Powershell/modules/0.1/just-in-time-configuration.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/modules/0.1/just-in-time-configuration.psm1 -------------------------------------------------------------------------------- /src/Powershell/modules/0.1/just-in-time-request.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/modules/0.1/just-in-time-request.psm1 -------------------------------------------------------------------------------- /src/Powershell/modules/Just-In-time.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kili69/T1JIT/HEAD/src/Powershell/modules/Just-In-time.psd1 --------------------------------------------------------------------------------