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

Added file tranfer overwrite warning.

This commit is contained in:
Ylian Saint-Hilaire
2021-07-05 13:59:33 -07:00
parent c175ebea20
commit 86ecd50539
5 changed files with 347 additions and 3 deletions

View File

@@ -94,6 +94,12 @@
<Compile Include="AddRelayMapForm.designer.cs">
<DependentUpon>AddRelayMapForm.cs</DependentUpon>
</Compile>
<Compile Include="FileConfirmOverwriteForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FileConfirmOverwriteForm.Designer.cs">
<DependentUpon>FileConfirmOverwriteForm.cs</DependentUpon>
</Compile>
<Compile Include="LocalPipe.cs" />
<Compile Include="SshUsernameForm.cs">
<SubType>Form</SubType>
@@ -256,6 +262,9 @@
<EmbeddedResource Include="AddRelayMapForm.resx">
<DependentUpon>AddRelayMapForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileConfirmOverwriteForm.resx">
<DependentUpon>FileConfirmOverwriteForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>