1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

add uninstall to ui (#78)

This commit is contained in:
Simon Smith
2024-06-20 16:31:36 +01:00
committed by GitHub
parent 2a1110c189
commit ab3dd1b0c7
5 changed files with 2176 additions and 7 deletions

View File

@@ -131,6 +131,12 @@
<Compile Include="src\ConnectionSettings.Designer.cs">
<DependentUpon>ConnectionSettings.cs</DependentUpon>
</Compile>
<Compile Include="src\UninstallForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="src\UninstallForm.Designer.cs">
<DependentUpon>UninstallForm.cs</DependentUpon>
</Compile>
<Compile Include="src\ListViewExtended.cs">
<SubType>Component</SubType>
</Compile>
@@ -321,6 +327,10 @@
<EmbeddedResource Include="src\ConnectionSettings.resx">
<DependentUpon>ConnectionSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="src\UninstallForm.resx">
<DependentUpon>UninstallForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="src\KVMViewerExtra.resx">
<DependentUpon>KVMViewerExtra.cs</DependentUpon>
</EmbeddedResource>