Commit Graph

3 Commits

Author SHA1 Message Date
b72b7933d6 Initial working version with GUID, template import and dialog fixes 2026-05-02 11:36:50 +08:00
37888b5f7e Add plugin GUID, fix template import and dialog improvements
- Add [assembly: Guid(...)] for proper Rhino plugin registration
- Fix Import() to add new config to _configs after importing XML
- Simplify XmlImportDialog: remove section labels, add conflict confirmation
- Move plugin data folder to standard Plug-ins path with GUID suffix
- Add ContractXml as third embedded template
- Update README with correct import flow and build requirements
- Fix csproj duplicate PropertyGroup issue
2026-05-02 11:34:51 +08:00
c54bdebe59 Initial commit: UserStringProperty Rhino plugin
- Rhino 8 C# plugin for managing Block UserString properties
- XML template import with merge modes
- WinForms UI for property editing
- .NET Framework 4.8
2026-05-02 10:18:00 +08:00