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

Added upload to file manager.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-18 17:27:53 -07:00
parent e21a115e90
commit 4deea28edd
23 changed files with 7186 additions and 314 deletions

View File

@@ -100,6 +100,24 @@
<Compile Include="AppLaunchForm.Designer.cs">
<DependentUpon>AppLaunchForm.cs</DependentUpon>
</Compile>
<Compile Include="FileDeletePromptForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FileDeletePromptForm.Designer.cs">
<DependentUpon>FileDeletePromptForm.cs</DependentUpon>
</Compile>
<Compile Include="FilenamePromptForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FilenamePromptForm.Designer.cs">
<DependentUpon>FilenamePromptForm.cs</DependentUpon>
</Compile>
<Compile Include="FileTransferStatusForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FileTransferStatusForm.Designer.cs">
<DependentUpon>FileTransferStatusForm.cs</DependentUpon>
</Compile>
<Compile Include="FileViewer.cs">
<SubType>Form</SubType>
</Compile>
@@ -398,6 +416,15 @@
<EmbeddedResource Include="DeviceUserControl.zh-chs.resx">
<DependentUpon>DeviceUserControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileDeletePromptForm.resx">
<DependentUpon>FileDeletePromptForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FilenamePromptForm.resx">
<DependentUpon>FilenamePromptForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileTransferStatusForm.resx">
<DependentUpon>FileTransferStatusForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileViewer.resx">
<DependentUpon>FileViewer.cs</DependentUpon>
</EmbeddedResource>
@@ -731,6 +758,13 @@
</ItemGroup>
<ItemGroup>
<Content Include="MeshServer.ico" />
<None Include="Resources\arrowleft16.png" />
<None Include="Resources\arrowright16.png" />
<None Include="Resources\delete16.png" />
<None Include="Resources\folderroot16.png" />
<None Include="Resources\foldernew16.png" />
<None Include="Resources\refresh16.png" />
<None Include="Resources\folderup16.png" />
<None Include="Resources\ZoomToFit.png" />
<None Include="Resources\icon-clipboard-out.png" />
<None Include="Resources\icon-clipboard-in.png" />