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

Added support for changing the RDP port.

This commit is contained in:
Ylian Saint-Hilaire
2020-03-21 19:34:06 -07:00
parent e57fdc8aed
commit c236c7ccb8
8 changed files with 2082 additions and 2 deletions

View File

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