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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user