Layout reset, License crash, general improvements

This commit is contained in:
Jonathan Jenne
2022-07-12 15:35:11 +02:00
parent 69c042d290
commit 0ad694cc74
8 changed files with 475 additions and 369 deletions

View File

@@ -136,6 +136,7 @@
<Import Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationEvents.vb" />
<Compile Include="Config.vb" />
<Compile Include="frmMonitor.Designer.vb">
<DependentUpon>frmMonitor.vb</DependentUpon>
@@ -203,6 +204,10 @@
</ItemGroup>
<ItemGroup>
<Content Include="ChartType_Line.ico" />
<Content Include="MailLicense.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Resources\deletetable.svg" />
<None Include="Resources\actions_reload.svg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />