chore: use local OTA lib

This commit is contained in:
Cai 2026-01-27 19:37:12 +08:00
parent e8bbb7f93f
commit 593f510149
No known key found for this signature in database
GPG key ID: 7D738D40768F4D11
6 changed files with 10 additions and 2 deletions

View file

@ -47,6 +47,15 @@
<Reference Include="HttpServer">
<HintPath>..\prebuilts\HttpServer.dll</HintPath>
</Reference>
<Reference Include="ModFramework">
<HintPath>..\lib\ModFramework.dll</HintPath>
</Reference>
<Reference Include="OTAPI">
<HintPath>..\lib\OTAPI.dll</HintPath>
</Reference>
<Reference Include="OTAPI.Runtime">
<HintPath>..\lib\OTAPI.Runtime.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>