Added setting metastate from plugin as well as !report

This commit is contained in:
erikn 2025-04-08 08:31:23 +02:00
parent dceefc3335
commit f66b15ac57
19 changed files with 1262 additions and 16 deletions

View file

@ -49,6 +49,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@ -60,6 +61,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="DelayedCommandManager.cs" />
<Compile Include="MainView.cs" />
<Compile Include="PluginCore.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />