初始化项目

This commit is contained in:
2026-04-17 14:54:33 +08:00
commit 6f2bba1b85
91 changed files with 5267 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

@@ -0,0 +1,81 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"cursorTokenLogin/0.0.1": {
"dependencies": {
"AntdUI": "2.3.9",
"FontAwesome.Sharp": "6.6.0",
"System.Management": "10.0.6"
},
"runtime": {
"cursorTokenLogin.dll": {}
}
},
"AntdUI/2.3.9": {
"runtime": {
"lib/net10.0-windows7.0/AntdUI.dll": {
"assemblyVersion": "2.3.9.0",
"fileVersion": "2.3.9.0"
}
}
},
"FontAwesome.Sharp/6.6.0": {
"runtime": {
"lib/net8.0-windows7.0/FontAwesome.Sharp.dll": {
"assemblyVersion": "6.6.0.0",
"fileVersion": "6.6.0.0"
}
}
},
"System.Management/10.0.6": {
"runtime": {
"lib/net10.0/System.Management.dll": {
"assemblyVersion": "10.0.0.6",
"fileVersion": "10.0.626.17701"
}
},
"runtimeTargets": {
"runtimes/win/lib/net10.0/System.Management.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "10.0.0.6",
"fileVersion": "10.0.626.17701"
}
}
}
}
},
"libraries": {
"cursorTokenLogin/0.0.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"AntdUI/2.3.9": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oh2ssOVZGQZNTeRBb/lMwmkzDFjXNGz5COMClRED4202tU2NqyyTbtJzoKu/RhCcdo7YNedM5NzaTHnsW2rbqA==",
"path": "antdui/2.3.9",
"hashPath": "antdui.2.3.9.nupkg.sha512"
},
"FontAwesome.Sharp/6.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bJCb2x73UC1nD9+9iMLaUy6Ujf9Pf+buL6FHwVnaoDYT4CQNLazz59hO5gQ0+SMSW0G+ZXmjjShOYr3Jn2UZiw==",
"path": "fontawesome.sharp/6.6.0",
"hashPath": "fontawesome.sharp.6.6.0.nupkg.sha512"
},
"System.Management/10.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Tk/SyPDi0CbRrB23mUzPL4DHBBUFeF83OxfvvwyY3c4rPlhWtJXn/n3okXwdkPbh6RTC5HZjMCROBRoDZ45fOw==",
"path": "system.management/10.0.6",
"hashPath": "system.management.10.0.6.nupkg.sha512"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}