refactor: SimpleLite 迁移到 Simple3,插件窗体改用 FairyView ForceFloat
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,8 +3,8 @@ using System.Linq;
|
||||
using StandardScene.Utils;
|
||||
using Newtonsoft.Json;
|
||||
using SimpleCore;
|
||||
using SimpleLite.CADTools;
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using Simple3.CADTools;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using StandardScene;
|
||||
using StandardScene.Model;
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using LessokajiWeaverUtilities.Utilities;
|
||||
using SimpleLite.RCS;
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using SimpleLite.CADTools;
|
||||
using SimpleLite.Props;
|
||||
using SimpleLite.UI;
|
||||
using Simple3.RCS;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using Simple3.CADTools;
|
||||
using Simple3.Props;
|
||||
using Simple3.UI;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Compiler;
|
||||
using SimpleCore.Library;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using LessokajiWeaverUtilities.Utilities;
|
||||
using Newtonsoft.Json;
|
||||
using SimpleLite.RCS;
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using Simple3.RCS;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Compiler;
|
||||
using SimpleCore.PropType;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using LessokajiWeaverUtilities.Utilities;
|
||||
using SimpleLite;
|
||||
using SimpleLite.RCS;
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using SimpleLite.CADTools;
|
||||
using SimpleLite.Props;
|
||||
using SimpleLite.UI;
|
||||
using LessokajiWeaverUtilities.Utilities;
|
||||
using Simple3;
|
||||
using Simple3.RCS;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using Simple3.CADTools;
|
||||
using Simple3.Props;
|
||||
using Simple3.UI;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Compiler;
|
||||
using SimpleCore.Library;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using System.Drawing;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using SimpleLite.RCS;
|
||||
using Simple3.RCS;
|
||||
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Compiler;
|
||||
using SimpleCore.Library;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using LessokajiWeaverUtilities.Utilities;
|
||||
using SimpleLite.RCS;
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using Simple3.RCS;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Compiler;
|
||||
using SimpleCore.PropType;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
using CommonUsage.Mathematics;
|
||||
using CommonUsage.Mathematics;
|
||||
using LessokajiWeaverUtilities.Utilities;
|
||||
using Nancy.Helpers;
|
||||
using Newtonsoft.Json;
|
||||
using SimpleLite;
|
||||
using SimpleLite.RCS;
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using SimpleLite.CADTools;
|
||||
using SimpleLite.Props;
|
||||
using SimpleLite.UI;
|
||||
using Simple3;
|
||||
using Simple3.RCS;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using Simple3.CADTools;
|
||||
using Simple3.Props;
|
||||
using Simple3.UI;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Compiler;
|
||||
using SimpleCore.Library;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
// SimpleLite 反射 API 需读取 QrLidar 插件内 internal 字段袋(ForkliftSiteFields 等)。
|
||||
[assembly: InternalsVisibleTo("SimpleLite")]
|
||||
// Simple3 反射 API 需读取 QrLidar 插件内 internal 字段袋(ForkliftSiteFields 等)。
|
||||
[assembly: InternalsVisibleTo("Simple3")]
|
||||
|
||||
Reference in New Issue
Block a user