mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
46 lines
2.4 KiB
JSON
46 lines
2.4 KiB
JSON
{
|
|
"runtimeOptions": {
|
|
"tfm": "net10.0",
|
|
"includedFrameworks": [
|
|
{
|
|
"name": "Microsoft.NETCore.App",
|
|
"version": "10.0.8"
|
|
}
|
|
],
|
|
"configProperties": {
|
|
"Cosmos.Kernel.HAL.Interrupts.Enabled": true,
|
|
"Cosmos.Kernel.HAL.UART.Enabled": true,
|
|
"Cosmos.Kernel.HAL.PCI.Enabled": true,
|
|
"Cosmos.Kernel.System.Timer.Enabled": true,
|
|
"Cosmos.Kernel.System.Input.Keyboard.Enabled": true,
|
|
"Cosmos.Kernel.System.Input.Mouse.Enabled": true,
|
|
"Cosmos.Kernel.System.Network.Enabled": true,
|
|
"Cosmos.Kernel.System.Graphics.Enabled": true,
|
|
"Cosmos.Kernel.Core.Scheduler.Enabled": true,
|
|
"Cosmos.Kernel.System.Graphics.Fonts.CustomFont": "Cosmos.Kernel.System.Graphics.Fonts.CustomFont.psf",
|
|
"Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
|
|
"System.ComponentModel.DefaultValueAttribute.IsSupported": false,
|
|
"System.ComponentModel.Design.IDesignerHost.IsSupported": false,
|
|
"System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false,
|
|
"System.ComponentModel.TypeDescriptor.IsComObjectDescriptorSupported": false,
|
|
"System.Data.DataSet.XmlSerializationIsSupported": false,
|
|
"System.Globalization.Invariant": true,
|
|
"System.Globalization.PredefinedCulturesOnly": true,
|
|
"System.Net.Security.UseManagedNtlm": false,
|
|
"System.Net.SocketsHttpHandler.Http3Support": false,
|
|
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
|
"System.Resources.ResourceManager.AllowCustomResourceTypes": false,
|
|
"System.Resources.UseSystemResourceKeys": false,
|
|
"System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported": true,
|
|
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
|
|
"System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false,
|
|
"System.Runtime.InteropServices.EnableCppCLIHostActivation": false,
|
|
"System.Runtime.InteropServices.Marshalling.EnableGeneratedComInterfaceComImportInterop": false,
|
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
|
"System.StartupHookProvider.IsSupported": false,
|
|
"System.Text.Encoding.EnableUnsafeUTF7Encoding": false,
|
|
"System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault": false,
|
|
"System.Threading.Thread.EnableAutoreleasePool": false
|
|
}
|
|
}
|
|
} |