1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-01-07 18:53:14 +00:00

Added support for Windows built-in OpenSSL.

This commit is contained in:
Ylian Saint-Hilaire
2021-03-02 18:32:47 -08:00
parent 31a62a585f
commit bb6c85c5a7
23 changed files with 25922 additions and 17 deletions

View File

@@ -94,6 +94,12 @@
<Compile Include="AddRelayMapForm.designer.cs">
<DependentUpon>AddRelayMapForm.cs</DependentUpon>
</Compile>
<Compile Include="SshUsernameForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SshUsernameForm.Designer.cs">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</Compile>
<Compile Include="AppLaunchForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -320,6 +326,45 @@
<EmbeddedResource Include="AddRelayMapForm.zh-chs.resx">
<DependentUpon>AddRelayMapForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.cs.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.de.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.es.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.fr.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.hi.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.it.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.ja.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.ko.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.nl.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.pt.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.ru.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SshUsernameForm.zh-chs.resx">
<DependentUpon>SshUsernameForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="altPortForm.cs.resx">
<DependentUpon>altPortForm.cs</DependentUpon>
</EmbeddedResource>