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

Initial work on file manager.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-17 19:25:28 -07:00
parent 629ce21336
commit eb1a47c68e
12 changed files with 2194 additions and 42 deletions

View File

@@ -100,6 +100,12 @@
<Compile Include="AppLaunchForm.Designer.cs">
<DependentUpon>AppLaunchForm.cs</DependentUpon>
</Compile>
<Compile Include="FileViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FileViewer.Designer.cs">
<DependentUpon>FileViewer.cs</DependentUpon>
</Compile>
<Compile Include="InstallForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -392,6 +398,9 @@
<EmbeddedResource Include="DeviceUserControl.zh-chs.resx">
<DependentUpon>DeviceUserControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileViewer.resx">
<DependentUpon>FileViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="InstallForm.cs.resx">
<DependentUpon>InstallForm.cs</DependentUpon>
</EmbeddedResource>