引入最短舵角行驶的CommonUsage并更新项目引用

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-28 18:38:12 +08:00
co-authored by Cursor
parent 8e8af847db
commit 583a7d00ca
78 changed files with 5585 additions and 12 deletions
+3 -5
View File
@@ -27,11 +27,6 @@
<Private>false</Private>
</Reference>
<Reference Include="CommonUsage">
<HintPath>ref\CommonUsage.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="MDCSToolBox">
<HintPath>ref\MDCSToolBox.dll</HintPath>
<Private>false</Private>
@@ -41,6 +36,9 @@
<HintPath>ref\CycleGUI.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="CommonUsage">
<HintPath>..\ref\CommonUsage.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Binary file not shown.
@@ -7,9 +7,20 @@
"targets": {
".NETCoreApp,Version=v8.0": {
"MedullaAdapter/1.0.0": {
"dependencies": {
"CommonUsage": "1.0.0.0"
},
"runtime": {
"MedullaAdapter.dll": {}
}
},
"CommonUsage/1.0.0.0": {
"runtime": {
"CommonUsage.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
@@ -18,6 +29,11 @@
"type": "project",
"serviceable": false,
"sha512": ""
},
"CommonUsage/1.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
}
}
}