mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
parent
f88d3063fe
commit
db06ec1975
37 changed files with 28174 additions and 44 deletions
|
@ -182,6 +182,37 @@
|
|||
<Compile Include="public\novnc\vendor\promise.js" />
|
||||
<Compile Include="public\scripts\agent-redir-rtc-0.1.0.js" />
|
||||
<Compile Include="public\serviceworker.js" />
|
||||
<Compile Include="rdp\asn1\ber.js" />
|
||||
<Compile Include="rdp\asn1\index.js" />
|
||||
<Compile Include="rdp\asn1\spec.js" />
|
||||
<Compile Include="rdp\asn1\univ.js" />
|
||||
<Compile Include="rdp\core\error.js" />
|
||||
<Compile Include="rdp\core\index.js" />
|
||||
<Compile Include="rdp\core\layer.js" />
|
||||
<Compile Include="rdp\core\log.js" />
|
||||
<Compile Include="rdp\core\rle.js" />
|
||||
<Compile Include="rdp\core\type.js" />
|
||||
<Compile Include="rdp\index.js" />
|
||||
<Compile Include="rdp\protocol\cert.js" />
|
||||
<Compile Include="rdp\protocol\index.js" />
|
||||
<Compile Include="rdp\protocol\nla.js" />
|
||||
<Compile Include="rdp\protocol\pdu\caps.js" />
|
||||
<Compile Include="rdp\protocol\pdu\data.js" />
|
||||
<Compile Include="rdp\protocol\pdu\global.js" />
|
||||
<Compile Include="rdp\protocol\pdu\index.js" />
|
||||
<Compile Include="rdp\protocol\pdu\lic.js" />
|
||||
<Compile Include="rdp\protocol\pdu\sec.js" />
|
||||
<Compile Include="rdp\protocol\rdp.js" />
|
||||
<Compile Include="rdp\protocol\t125\gcc.js" />
|
||||
<Compile Include="rdp\protocol\t125\index.js" />
|
||||
<Compile Include="rdp\protocol\t125\mcs.js" />
|
||||
<Compile Include="rdp\protocol\t125\per.js" />
|
||||
<Compile Include="rdp\protocol\tpkt.js" />
|
||||
<Compile Include="rdp\protocol\x224.js" />
|
||||
<Compile Include="rdp\security\index.js" />
|
||||
<Compile Include="rdp\security\jsbn.js" />
|
||||
<Compile Include="rdp\security\rsa.js" />
|
||||
<Compile Include="rdp\security\x509.js" />
|
||||
<Compile Include="swarmserver.js" />
|
||||
<Compile Include="multiserver.js" />
|
||||
<Compile Include="pass.js" />
|
||||
|
@ -550,6 +581,8 @@
|
|||
<Content Include="public\styles\style.css" />
|
||||
<Content Include="public\translate.bat" />
|
||||
<Content Include="public\translator.htm" />
|
||||
<Content Include="rdp\LICENSE" />
|
||||
<Content Include="rdp\README.md" />
|
||||
<Content Include="readme.md" />
|
||||
<Content Include="sample-config-advanced.json" />
|
||||
<Content Include="sample-config.json" />
|
||||
|
@ -624,6 +657,13 @@
|
|||
<Folder Include="public\styles\font-awesome\fonts\" />
|
||||
<Folder Include="public\styles\font-awesome\less\" />
|
||||
<Folder Include="public\styles\font-awesome\scss\" />
|
||||
<Folder Include="rdp\" />
|
||||
<Folder Include="rdp\asn1\" />
|
||||
<Folder Include="rdp\core\" />
|
||||
<Folder Include="rdp\protocol\" />
|
||||
<Folder Include="rdp\protocol\pdu\" />
|
||||
<Folder Include="rdp\protocol\t125\" />
|
||||
<Folder Include="rdp\security\" />
|
||||
<Folder Include="translate\" />
|
||||
<Folder Include="typings\" />
|
||||
<Folder Include="typings\globals\" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue