新增 计划一个画出所有运动坐标点的软件

This commit is contained in:
zhengxuan.zhang
2022-12-05 10:23:02 +08:00
parent d652f671db
commit ba0eb21beb
26 changed files with 2536 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}