将原单体 MAF1 拆成 MAF1(控制台工作流)和 MAF1.Web(可视化编排)。 抽城市失败时暂停:网页弹确认、CLI 控制台询问,超时采用默认结束查询; 也可改填城市后继续。共享决策模型放在 MAF1.Core。
13 lines
406 B
XML
13 lines
406 B
XML
<Solution>
|
|
<Folder Name="/plugins/" />
|
|
<Folder Name="/plugins/file-city/">
|
|
<Project Path="plugins/file-city/FileCityPlugin.csproj" />
|
|
</Folder>
|
|
<Folder Name="/plugins/weather/">
|
|
<Project Path="plugins/weather/WeatherPlugin.csproj" />
|
|
</Folder>
|
|
<Project Path="MAF1.Core/MAF1.Core.csproj" />
|
|
<Project Path="MAF1/MAF1.csproj" />
|
|
<Project Path="MAF1.Web/MAF1.Web.csproj" />
|
|
</Solution>
|