Initial commit

This commit is contained in:
NAME
2025-04-15 23:59:16 +03:00
commit 82d5746b71
243 changed files with 21604 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\schei\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\schei\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}