Initialize C# project structure for 'woordenboek' with .NET 9.0 framework

This commit is contained in:
vista-man
2025-01-27 21:23:00 +01:00
parent aa5e80f9e3
commit ca3a62d774
79 changed files with 2779 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "9.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}