build: 宿主改为 Simple3/FairyView,插件产物拷到 Simple3/plugins

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
黄兆尉
2026-08-26 11:14:14 +08:00
co-authored by Cursor
parent 8f1bb5eaed
commit ad83008d9c
7 changed files with 122 additions and 128 deletions
@@ -18,32 +18,37 @@
<AssemblySearchPaths>{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName};{GAC}</AssemblySearchPaths>
</PropertyGroup>
<!-- 插件清单:随 dll 输出,供 SimpleLite plugins 选择性加载(约定 <dll>.scene.json -->
<!-- 插件清单:随 dll 输出,供 Simple3 plugins 选择性加载(约定 <dll>.scene.json -->
<ItemGroup>
<None Update="StandardScene.Magnetic.scene.json" CopyToOutputDirectory="PreserveNewest" />
<None Update="Configs\EventCar\FG2512073.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<!-- 基座:车型基类字段袋 / 通用 coder / 任务调度等留 Core;本 dll 为 scene.mag 平台(磁导航车型 + 磁循迹 coder -->
<!-- 基座:字段袋 / 通用 coder / 任务调度等留 Core;本 dll 为 scene.mag 平台 -->
<ItemGroup>
<ProjectReference Include="..\StandardScene.Core\StandardScene.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="CommonUsage">
<HintPath>$(StandRefDir)CommonUsage.dll</HintPath>
<Reference Include="Simple3">
<HintPath>$(Simple3Dll)</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="LessokajiWeaverUtilities">
<HintPath>$(StandRefDir)LessokajiWeaverUtilities.dll</HintPath>
<Reference Include="FairyView">
<HintPath>$(FairyViewDir)\FairyView.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="SimpleCore">
<HintPath>$(StandRefDir)SimpleCore.dll</HintPath>
<HintPath>$(SimpleCoreDll)</HintPath>
</Reference>
<Reference Include="SimpleLite">
<HintPath>$(StandSimpleLiteDir)SimpleLite.dll</HintPath>
<Reference Include="CommonUsage">
<HintPath>D:\MDCS\Dependencies\Commons\CommonUsage.dll</HintPath>
</Reference>
<Reference Include="Topaz">
<HintPath>$(StandRefDir)Topaz.dll</HintPath>
<HintPath>$(TopazDll)</HintPath>
</Reference>
<Reference Include="LessokajiWeaverUtilities">
<HintPath>$(Simple3OutDir)\LessokajiWeaverUtilities.dll</HintPath>
</Reference>
</ItemGroup>