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

Customization improvements.

This commit is contained in:
Ylian Saint-Hilaire
2020-11-04 12:41:32 -08:00
parent d5e69db1b4
commit 64ca287a2f
11 changed files with 2373 additions and 62 deletions

View File

@@ -100,6 +100,12 @@
<Compile Include="AppLaunchForm.Designer.cs">
<DependentUpon>AppLaunchForm.cs</DependentUpon>
</Compile>
<Compile Include="DeviceSettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DeviceSettingsForm.Designer.cs">
<DependentUpon>DeviceSettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="FileDeletePromptForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -388,6 +394,9 @@
<EmbeddedResource Include="AppLaunchForm.zh-chs.resx">
<DependentUpon>AppLaunchForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DeviceSettingsForm.resx">
<DependentUpon>DeviceSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DeviceUserControl.cs.resx">
<DependentUpon>DeviceUserControl.cs</DependentUpon>
</EmbeddedResource>