This commit is contained in:
2025-05-25 08:57:57 +07:00
commit cb8af83230
1025 changed files with 13058 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"FireflySR.Tool.Proxy.Guardian/1.0.0": {
"dependencies": {
"Microsoft.DotNet.ILCompiler": "8.0.12",
"Microsoft.NET.ILLink.Tasks": "8.0.12"
},
"runtime": {
"FireflySR.Tool.Proxy.Guardian.dll": {}
}
},
"Microsoft.DotNet.ILCompiler/8.0.12": {},
"Microsoft.NET.ILLink.Tasks/8.0.12": {}
}
},
"libraries": {
"FireflySR.Tool.Proxy.Guardian/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.DotNet.ILCompiler/8.0.12": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zhXnz2574mBc/ocGoG+qB0BgyoK9bH7f7Te1fNQJGbpwLLwZO5KKaTBmfM8N8THb3a2vQVFonbBzQ//d15TmQQ==",
"path": "microsoft.dotnet.ilcompiler/8.0.12",
"hashPath": "microsoft.dotnet.ilcompiler.8.0.12.nupkg.sha512"
},
"Microsoft.NET.ILLink.Tasks/8.0.12": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FV4HnQ3JI15PHnJ5PGTbz+rYvrih42oLi/7UMIshNwCwUZhTq13UzrggtXk4ygrcMcN+4jsS6hhshx2p/Zd0ig==",
"path": "microsoft.net.illink.tasks/8.0.12",
"hashPath": "microsoft.net.illink.tasks.8.0.12.nupkg.sha512"
}
}
}

View File

@@ -0,0 +1,29 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
"System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false,
"System.Diagnostics.Tracing.EventSource.IsSupported": false,
"System.Globalization.Invariant": true,
"System.Globalization.PredefinedCulturesOnly": true,
"System.Resources.ResourceManager.AllowCustomResourceTypes": false,
"System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported": false,
"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,
"System.Linq.Expressions.CanEmitObjectArrayDelegate": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}