- Add WebView2 support to STDLabelAttach project - Create MachineBridge.cs for JavaScript-C# communication - GetConfig/SaveConfig using SETTING.Data reflection - Recipe management (CRUD operations) - IO control interface - Motion control simulation - Add WebSocketServer.cs for HMR development support - Update fWebView.cs with PLC simulation and status updates - Integrate with existing project settings (Data/Setting.json) - Add virtual host mapping (http://hmi.local → FrontEnd/dist) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
680 B
XML
10 lines
680 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="chilkat-x64" version="9.5.0.77" targetFramework="net47" requireReinstallation="true" />
|
|
<package id="Microsoft.Web.WebView2" version="1.0.2903.40" targetFramework="net48" />
|
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
|
|
<package id="System.Drawing.Common" version="7.0.0" targetFramework="net48" />
|
|
<package id="System.Drawing.Primitives" version="4.3.0" targetFramework="net47" />
|
|
<package id="System.Runtime" version="4.3.1" targetFramework="net47" />
|
|
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net47" />
|
|
</packages> |