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

Added alternative port support in device tab.

This commit is contained in:
Ylian Saint-Hilaire
2020-03-22 14:29:07 -07:00
parent 6c076f3777
commit 6840b9018b
7 changed files with 2071 additions and 18 deletions

View File

@@ -133,6 +133,12 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="altPortForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="altPortForm.Designer.cs">
<DependentUpon>altPortForm.cs</DependentUpon>
</Compile>
<Compile Include="rdpPortForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -179,6 +185,9 @@
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="altPortForm.resx">
<DependentUpon>altPortForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="rdpPortForm.resx">
<DependentUpon>rdpPortForm.cs</DependentUpon>
</EmbeddedResource>