日常更新

This commit is contained in:
2025-10-15 18:53:43 +08:00
parent c9f4ce4ef3
commit 2bc454d215
254 changed files with 4286 additions and 196 deletions

View File

@@ -0,0 +1,27 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\zabbc\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\zabbc\\.nuget\\packages",
"D:\\software\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false,
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}