diff --git a/SharedLibraryNG/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SharedLibraryNG/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index bbaa4fbc5..7588ac976 100644 Binary files a/SharedLibraryNG/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/SharedLibraryNG/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/mRemoteV1/CS/App/App.Info.cs b/mRemoteV1/CS/App/App.Info.cs index d289b6ec4..68c76ea3d 100644 --- a/mRemoteV1/CS/App/App.Info.cs +++ b/mRemoteV1/CS/App/App.Info.cs @@ -1,13 +1,5 @@ using System.Collections.Generic; using System; -using AxWFICALib; -using System.Drawing; -using System.Diagnostics; -using System.Data; -using AxMSTSCLib; -using Microsoft.VisualBasic; -using System.Collections; -using System.Windows.Forms; using System.Threading; diff --git a/mRemoteV1/CS/App/App.Native.cs b/mRemoteV1/CS/App/App.Native.cs index 663e8a8d6..bd382fd43 100644 --- a/mRemoteV1/CS/App/App.Native.cs +++ b/mRemoteV1/CS/App/App.Native.cs @@ -1,13 +1,5 @@ -using System.Collections.Generic; using System; -using AxWFICALib; using System.Drawing; -using System.Diagnostics; -using System.Data; -using AxMSTSCLib; -using Microsoft.VisualBasic; -using System.Collections; -using System.Windows.Forms; using System.Runtime.InteropServices; diff --git a/mRemoteV1/CS/App/App.Runtime.cs b/mRemoteV1/CS/App/App.Runtime.cs index 0a6e43e70..f5d6e1811 100644 --- a/mRemoteV1/CS/App/App.Runtime.cs +++ b/mRemoteV1/CS/App/App.Runtime.cs @@ -1,18 +1,13 @@ using System.Collections.Generic; using System; -using AxWFICALib; using System.Drawing; using System.Diagnostics; -using System.Data; -using AxMSTSCLib; using Microsoft.VisualBasic; using System.Collections; using System.Windows.Forms; using System.ComponentModel; using mRemoteNG.Forms; -using mRemoteNG.Config; using log4net; -using mRemoteNG; using mRemoteNG.Messages; using mRemoteNG.Connection; using mRemoteNG.Tools; @@ -20,14 +15,11 @@ using mRemoteNG.Forms.OptionsPages; using PSTaskDialog; using WeifenLuo.WinFormsUI.Docking; using System.IO; -using Crownwood; using System.Threading; using System.Xml; -//using System.Environment; using System.Management; using Microsoft.Win32; using mRemoteNG.Connection.Protocol; -//using Timer = System.Timers.Timer; namespace mRemoteNG.App diff --git a/mRemoteV1/CS/App/App.SupportedCultures.cs b/mRemoteV1/CS/App/App.SupportedCultures.cs index a0195b822..19488dc79 100644 --- a/mRemoteV1/CS/App/App.SupportedCultures.cs +++ b/mRemoteV1/CS/App/App.SupportedCultures.cs @@ -1,13 +1,6 @@ using System.Collections.Generic; using System; -using AxWFICALib; -using System.Drawing; using System.Diagnostics; -using System.Data; -using AxMSTSCLib; -using Microsoft.VisualBasic; -using System.Collections; -using System.Windows.Forms; namespace mRemoteNG.App diff --git a/mRemoteV1/CS/App/App.Update.cs b/mRemoteV1/CS/App/App.Update.cs index 6cbedfdcc..1a5cc33b6 100644 --- a/mRemoteV1/CS/App/App.Update.cs +++ b/mRemoteV1/CS/App/App.Update.cs @@ -1,13 +1,5 @@ using System.Collections.Generic; using System; -using AxWFICALib; -using System.Drawing; -using System.Diagnostics; -using System.Data; -using AxMSTSCLib; -using Microsoft.VisualBasic; -using System.Collections; -using System.Windows.Forms; using System.IO; using System.Net; using System.ComponentModel; diff --git a/mRemoteV1/CS/App/Export.cs b/mRemoteV1/CS/App/Export.cs index 69a657c91..8c911f7ca 100644 --- a/mRemoteV1/CS/App/Export.cs +++ b/mRemoteV1/CS/App/Export.cs @@ -1,15 +1,6 @@ -using System.Collections.Generic; using System; -using AxWFICALib; -using System.Drawing; -using System.Diagnostics; -using System.Data; -using AxMSTSCLib; -using Microsoft.VisualBasic; -using System.Collections; using System.Windows.Forms; using mRemoteNG.Forms; -using mRemoteNG.App; namespace mRemoteNG.App diff --git a/mRemoteV1/CS/App/Import.cs b/mRemoteV1/CS/App/Import.cs index 7044536d2..198f3f9d5 100644 --- a/mRemoteV1/CS/App/Import.cs +++ b/mRemoteV1/CS/App/Import.cs @@ -1,16 +1,10 @@ using System.Collections.Generic; using System; -using AxWFICALib; -using System.Drawing; -using System.Diagnostics; -using System.Data; -using AxMSTSCLib; using Microsoft.VisualBasic; using System.Collections; using System.Windows.Forms; using System.IO; using mRemoteNG.My; -using mRemoteNG.App; using PSTaskDialog; diff --git a/mRemoteV1/CS/Connection/Connection.Protocol.RDP.cs b/mRemoteV1/CS/Connection/Connection.Protocol.RDP.cs index be13030f5..0978dda8f 100644 --- a/mRemoteV1/CS/Connection/Connection.Protocol.RDP.cs +++ b/mRemoteV1/CS/Connection/Connection.Protocol.RDP.cs @@ -78,7 +78,7 @@ namespace mRemoteNG.Connection.Protocol #endregion #region Private Declarations - private MSTSCLib.MsRdpClient5NotSafeForScripting _rdpClient; + private MSTSCLib.MsRdpClient6NotSafeForScripting _rdpClient; private Version _rdpVersion; private Info _connectionInfo; private bool _loginComplete; @@ -107,7 +107,7 @@ namespace mRemoteNG.Connection.Protocol System.Windows.Forms.Application.DoEvents(); } - _rdpClient = (MsRdpClient5NotSafeForScripting)((AxMsRdpClient5NotSafeForScripting)Control).GetOcx(); + _rdpClient = (MsRdpClient6NotSafeForScripting)((AxMsRdpClient6NotSafeForScripting)Control).GetOcx(); } catch (System.Runtime.InteropServices.COMException ex) { diff --git a/mRemoteV1/CS/bin/Debug Portable/AxInterop.MSTSCLib.dll b/mRemoteV1/CS/bin/Debug Portable/AxInterop.MSTSCLib.dll index c0da0a918..e83e0d833 100644 Binary files a/mRemoteV1/CS/bin/Debug Portable/AxInterop.MSTSCLib.dll and b/mRemoteV1/CS/bin/Debug Portable/AxInterop.MSTSCLib.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/CMDSwitches.htm b/mRemoteV1/CS/bin/Debug Portable/Help/CMDSwitches.htm new file mode 100644 index 000000000..842deea0b --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/CMDSwitches.htm @@ -0,0 +1,28 @@ + + + + Command-Line Switches + + + + +

+ The following is a list of command line switches supported by mRemote.

+ + + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Config.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Config.htm new file mode 100644 index 000000000..ce9389855 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Config.htm @@ -0,0 +1,13 @@ + + + + Config + + + + +

+ Sorry, not yet...

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Configuration.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Configuration.htm new file mode 100644 index 000000000..b7e0d1101 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Configuration.htm @@ -0,0 +1,163 @@ + + + + Configuration + + + + +

+ First start

+

+ Once you got mRemote installed and run it for the first time you should see a + screen like on the following screenshot.

+

+

+

+ The first thing that catches your attention will probably be the info box + popping up.
+ Don't freak out just yet, this is not a error message and it's totally ok to + show up on the first run.
+ It just tells you that the connections file could not be found at the default + location and that mRemote will create a new one for you at this location.
+ If you click anywhere else in the application the panel will hide itself again. + (Tip: You can also hit Escape to hide the Errors and Infos panel)

+

+

+

+ Now that we now about the Errors and Infos panel take a deep breath and just + stare at the gorgeous about screen for a few seconds. =)
+ No, seriously, to create your first connection continue reading.

+

+ Creating Connections

+

+ Right click the root item (the blue ball labeled "Connections") in the + Connections panel and select "Add Connection".

+

+

+

+ A new item shows up under the root item. You can give it a name now (or rename + it later). I just named mine "Test".

+

+

+

+ Now have a look at the Config panel in the bottom left, just under the + Connections panel.

+

+

+

+ As you may notice this is where you configure all the properties of connections + and folders.
+ There are a lot of values that can be set but for our first connection we will + keep things simple.

+

+ The most important things right now are that we tell the application which host + we want to connect to and which protocol we want to use.
+ In this example I will use a Windows 2003 server that has RDP (Remote Desktop + Protocol) enabled.
+ As RDP is the default protocol whenever you create a new connection I don't have + to change anything there.

+

+ The next thing I'll do is to fill the Hostname/IP field with the hostname I + want to connect to.

+

+

+

+ I'll also fill the Username and Password fields so I will be automatically + logged on to the server.

+

+

+

+ Ok, that's it, we are ready for our first connection test.

+

+ Opening and Closing Connections

+

+ There are multiple ways to open a connection in mRemote, but the easiest is to + just double-click the connection in the Connections panel.

+

+ If I do that now, a new panel named "General" with one tab inside named "Test" + will show up.

+

+

+

+ Alright, mRemote is now trying to connect to the specified host.

+

+ If it cannot connect you will see a message popping up like on the following + screenshot.

+

+

+

+ This for example means the hostname cannot be resolved.

+

+ Instead, if all goes well you should see the remote desktop.

+

+

+

+ If you do not want to log off from the remote machine but just close it you can + do this by simply double-clicking the tab labeled "test" or just close the whole + "General" panel by clicking the small "x" in the upper right corner.

+

+ Folders and Inheritance

+

+ Folders in mRemote cannot only be used to categorize connections but also to + apply properties to the underlying connections.

+

+ Example:
+ You have 10 Remote Desktop enabled servers in one domain and 15 in another + domain.
+ Normally you would spend a lot of time creating all those connections and + setting the individual properties like username, password, etc.
+ In mRemote there is an easier way. You just create two folders, one for domain A + and one for domain B and set all properties there.
+ Then create the Connections and let them inherit every property. The only + properties left to fill on Connection basis are the Connection's name and + hostname. Everything else will be inherited from the parent folder.

+

+ "Sounds cool, but how to do it?"
+ I'll show you how to do it!

+

+ First add a new folder.

+

+

+

+ Then give it a name and fill all the properties you need (just like you did with + the test Connection).

+

+

+

+

+

+ When you're done setting the values you can either just drag the test Connection + inside the folder or create a new one.

+

+

+

+ Right now nothing has changed and nothing will be inherited.
+ To enable inheritance switch to the inheritance view by clicking the dedicated + button.

+

+

+

+ The properties that show up now are almost the same as before, but you can only + select yes or no.

+

+

+

+ When no is selected the property will not be inherited, yes indicates an + inherited property.
+ For this test set "Inherit Everything" to Yes.

+

+ Now if you switch back to the properties view (the button left of the + inheritance button) you should see that not much is left of all those + properties.

+

+

+

+ Only the Name and Hostname/IP properties are left over, everything else will be + inherited from the parent folder.
+ Of course you can also only let some of the properties be inherited.

+

+ Just play around with this a bit and you'll get the hang of it.

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/ConfigurationSQL.htm b/mRemoteV1/CS/bin/Debug Portable/Help/ConfigurationSQL.htm new file mode 100644 index 000000000..419ec236f --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/ConfigurationSQL.htm @@ -0,0 +1,49 @@ + + + + SQL Configuration + + + + +

+ Warning

+

+ The SQL feature is in an early beta stage and not intended for use in an + productive environment!
+ I recommend you to do a full backup of your connections and settings before + switching to SQL Server.

+

+ Steps to configure your SQL Server

+ +

+ Steps to configure mRemoteNG for SQL

+ + +

+ SQL Table creation Script

+

+ Click here to view the SQL script

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Connection.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Connection.htm new file mode 100644 index 000000000..22e2784eb --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Connection.htm @@ -0,0 +1,13 @@ + + + + Connection + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Connections.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Connections.htm new file mode 100644 index 000000000..6c2e919a8 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Connections.htm @@ -0,0 +1,13 @@ + + + + Connections + + + + +

+ Sorry, not yet...

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/ErrorsAndInfos.htm b/mRemoteV1/CS/bin/Debug Portable/Help/ErrorsAndInfos.htm new file mode 100644 index 000000000..8659fe062 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/ErrorsAndInfos.htm @@ -0,0 +1,13 @@ + + + + Errors and Infos + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/ExternalTools.htm b/mRemoteV1/CS/bin/Debug Portable/Help/ExternalTools.htm new file mode 100644 index 000000000..5f9a91af5 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/ExternalTools.htm @@ -0,0 +1,245 @@ + + + + External Tools + + + + + +

+ Introduction to External Tools

+

+ External Tools can help you get things done that can't be done in + mRemoteNG.
+ You can for example start a command prompt or launch your favorite FTP tool from + within mRemoteNG.
+ This wouldn't make much sense by itself because you can already launch your + applications by using the Windows Start Menu, Quick Launch or whatever you + prefer to use + to start your apps.

+

+ But there's more!

+

+ In mRemoteNG, you can launch applications and tell them what to do with the use of + arguments (parameters) and variables of the currently selected Connection. + You can, for example, select your home router's SSH Connection entry and do a + traceroute (tracert) on that host. + This is much quicker and more powerful than opening the console and typing + "tracert yourhost".

+

+ The external tools configuration is stored in %APPDATA%\mRemoteNG\extApps.xml

+ +

+ Variables +

+ +

+ Variables and arguments can be used to tell the external tool what to do.

+

+ This is the list of variables supported by mRemoteNG: +

+ + + +

+ Variables always refer to the currently selected connection. Variable names are case-insensitive. + Variables can be used in both the Filename and Arguments fields.

+ +

+ mRemoteNG will also expand environment variables such as %PATH% and + %USERPROFILE%. + If you need to use an environment variable with the same name as an mRemoteNG + variable, use \% instead of %. The most common use of this is for the USERNAME + environment variable. %USERNAME% will be expanded to the username set in the + currently selected connection. \%USERNAME\% will be expanded to the value set in + the USERNAME environment variable.

+ +

If you need to send a variable name to a program without mRemoteNG expanding it, + use ^% instead of %. mRemoteNG will remove the caret (^) and leave the rest + unchanged. For example, ^%USERNAME^% will be sent to the program as %USERNAME% + and will not be expanded.

+ +

+ Special Character Escaping +

+ +

+ Expanded variables will be escaped using the rules below. There are two levels + of escaping that are done. The first is escaping for standard argument splitting + (C/C++ argv, CommandLineToArgvW, etc). The second is escaping shell + metacharacters for ShellExecute.

+

+ Argument splitting escaping:

+ + + +

+ To disable + argument splitting escaping for a variable, precede its name with a minus (-) + sign. For example, %-USERFIELD%.

+

+ Shell metacharacter escaping:

+ + +

+ To disable both argument splitting and shell metacharacter escaping for a + variable, precede its name with an exclamation point (!). For example, + %!USERFIELD%. This is not recommended and may cause unexpected results.

+

+ Only variables that have been expanded will be escaped. It is up to you to + escape the rest of the arguments.

+ +

+ Variable Examples

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentsUser FieldResult
%USERFIELD%"Example" Text + \^"Example\^" Text
%-USERFIELD%"Example" Text + ^"Example^" Text
%!USERFIELD%"Example" Text + "Example" Text
^%USERFIELD^%"Example" Text%USERFIELD%
^^%USERFIELD^^%"Example" Text + ^%USERFIELD^%
-d "%USERFIELD%"c:\Example\-d "c:\Example\\"
-d "%-USERFIELD%"c:\Example\-d "c:\Example\"
-d "%USERFIELD%"Left + & Right-d "Left ^& Right"
-d "%!USERFIELD%"Left + & Right-d "Left & Right"
%WINDIR%N/Ac:\Windows\
\%WINDIR\%N/Ac:\Windows\
\^%WINDIR\^%N/A + \%WINDIR\%
\\%WINDIR\\%N/A\\%WINDIR\\%
+ +

+ Example

+

+ First of all, start the external tools editor. To do this, click Tools in the main menu and + select External Tools.
+ You will see a screen like on the following screenshot.

+

+

+

+ The fields below the list are greyed out because you haven't created an external tool + entry yet.
+ To create one, right click the blank area in the list and select Add, as in the + screenshot below.

+

+

+

+ This is what you'll get:

+

+

+

+ So the three fields are now available and need to be filled.
+ The Display Name is simply the name you will see when you want to launch that + tool, so give it a descriptive name.
+ I named mine Traceroute as I will create a external tool that will start the + tracert command in the console.

+

+

+

+ Ok, the next thing we'll need is a filename. This is the program that we + want to be executed.
+ I simply type in cmd for a Windows cmd console.

+

+

+

+ Now the fun part comes in—the arguments.
+ The Windows cmd has a command line argument that tells the console to launch the + command followed by that argument and stay open.
+ It's /K. (There's also /C, this is useful when you want the console to close + after the command was executed)
+ In this case, I'll use /K as I want to look through the result when the command + completes.
+ After that, I just type tracert %HostName%. This tells the console to do a + traceroute on the hostname of the currently selected Connection.

+

+

+

+ Alright! That's all we'll need.
+ Now right click one of you connections, click Tools, External Tools + and select Traceroute.

+

+

+

+ Voilà! A console window will popup and execute your tracert command.

+

+

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/ImportFromAD.htm b/mRemoteV1/CS/bin/Debug Portable/Help/ImportFromAD.htm new file mode 100644 index 000000000..fb9585b99 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/ImportFromAD.htm @@ -0,0 +1,13 @@ + + + + Import from Active Directory + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Index.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Index.htm new file mode 100644 index 000000000..388465618 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Index.htm @@ -0,0 +1,38 @@ + + + +mRemote Help + + + + +

Introduction

+

Getting started:

+ +

User Interface:

+ +

Quick Reference

+ + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Installation.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Installation.htm new file mode 100644 index 000000000..f9cd6feaa --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Installation.htm @@ -0,0 +1,48 @@ + + + + Installation + + + + +

+ Downloads are provided in four different packages, the setup package, binary package, + portable package and + the source package. They are described below.

+

+ Setup Package

+

+ The setup package is the compiled version of mRemote which comes in the form of + a NSIS generated setup.
+ The common way to get mRemote up and running

+

+ Bin Package

+

+ The binary package is a zip package and contains the same files as the setup + package but has no automated installer.

+

+ Portable Package

+

+ The portable package consists of the same files as the bin package but contains + an modified version of the executable which stores and loads all your settings + from files in the application's directory.
+ This package can be used to run mRemote from an USB stick an preserve your + configuration wherever you go.

+

+ Source Package

+ +

+ The source package is a zip package and contains the source code in form of a + Visual Studio 2008 solution.

+

+  

+

+ Updating and Uninstalling

+

+ mRemote can be updated without uninstalling it before.
+ There are no user preferences stored in the application directory (except if you + put them there), so uninstalling doesn't wipe your settings.

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Introduction.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Introduction.htm new file mode 100644 index 000000000..8fa9f8fe2 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Introduction.htm @@ -0,0 +1,45 @@ + + + + Introduction + + + + +

+ Introduction

+

+ mRemote is a multi-protocol remote connections manager.
+ As of Version 1.00 it supports the RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S protocols.
+ The main goal is to minimize window clutter and to provide a easy gui for managing all your remote connections. +

+

+ Features

+

+ Free and Open Source, released under the GPL
+ Panels and tabs allow to group certain connections together, dock them to any side of the window or completely undock them and move them to another screen for example
+ Multiple supported protocols (RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S)
+ Easy to organize and maintain list of connections
+ Inheritance makes it possible to store properties on folder basis and let the underlying connections inherit this info
+ Support for importing connections from Active Directory
+ Allows creating nested containers (folders) to categorize connections
+ "Quick Connect" feature to quickly open a connection without creating an entry
+ "Quick Search" feature to quickly find a connection while typing
+ Support for SCP/SFTP (SSH) file transfers
+ Assign icons to connections to easily identify purpose
+ Screenshot manager allows to collect multiple screenshots and save them all together or copy them to the clipboard
+ View remote session info and log off sessions (RDP)
+ Portable (with the use of command line switches)
+ "Auto-Update" feature
+ Show description tooltips when hoovering over connections
+ System tray icon with connection menu
+ Fullscreen (Kiosk) mode
+ Assign global credentials to use when no information is provided on connection basis
+ Host Up/Down (Ping) feature shows if the selected host answers to a ping

+

+ License

+

+ The application is released under the GPL (V2)
+ Binary and source code packages are available for download.

+ + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Main.css b/mRemoteV1/CS/bin/Debug Portable/Help/Main.css new file mode 100644 index 000000000..b2b8afd18 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Main.css @@ -0,0 +1,148 @@ +/* COMMON STUFF */ + +body +{ + background-color: #FFFFFF; + margin-left: 10px; + margin-top: 10px; + margin-right: 10px; + margin-bottom: 10px; +} + +body, td, th +{ + font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #333333; +} + +img +{ + border: none; +} + +ul +{ + list-style: square; +} + + + +/* HEADINGS */ + +.heading1 +{ + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 16px; + color: Black; +} +.heading1 a:link +{ + color: Black; + text-decoration: none; +} +.heading1 a:visited +{ + color: Black; + text-decoration: none; +} +.heading1 a:hover +{ + color: Black; + text-decoration: none; + border-bottom: 5px solid #e9e9e9; +} + +.heading2 +{ + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 15px; + color: Black; +} + +.heading3 +{ + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 14px; + color: Black; +} + +.heading4 +{ + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + color: Black; +} + +.heading5 +{ + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + color: Black; +} + + + + +/* LINKS */ + +a:link +{ + color: #5d6b70; + text-decoration: none; +} + +a:visited +{ + color: #5d6b70; + text-decoration: none; +} + +a:hover +{ + color: Black; + text-decoration: underline; +} + + + + +/* TABLES */ + +table { + border-collapse: collapse; +} + +table, th, td { + border: 1px solid black; +} + +th,td { + padding: 5px; +} + +th { + background-color: lightgrey; + text-align: left; +} + + +/* MISC STYLES */ + +.Code +{ + padding-right: 5px; + padding-left: 5px; + color: #000000; + font-family: 'Courier New' , Monospace; + background-color: #C1C1C1; +} + +.monospace { + white-space: nowrap; + font-family: 'Courier New', monospace; +} + +.nowrap { + white-space: nowrap +} diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/MainMenu.htm b/mRemoteV1/CS/bin/Debug Portable/Help/MainMenu.htm new file mode 100644 index 000000000..1b8ac409a --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/MainMenu.htm @@ -0,0 +1,13 @@ + + + + Main Menu + + + + +

+ Sorry, not yet...

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Options.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Options.htm new file mode 100644 index 000000000..90535aa16 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Options.htm @@ -0,0 +1,13 @@ + + + + Options + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/PortScan.htm b/mRemoteV1/CS/bin/Debug Portable/Help/PortScan.htm new file mode 100644 index 000000000..5d96e08f4 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/PortScan.htm @@ -0,0 +1,13 @@ + + + + Port Scan + + + + +

+ Sorry, not yet...

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Prerequisites.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Prerequisites.htm new file mode 100644 index 000000000..68e24ee3a --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Prerequisites.htm @@ -0,0 +1,35 @@ + + + + Prerequisites + + + + +

+ Supported Operating Systems:

+ +

+ Prerequisites:

+ +

+ ATTENTION!
+ mRemote was only tested under 32bit environments, so + 64bit systems are + unsupported but may run mRemote just as usual.

+ + + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/QuickConnect.htm b/mRemoteV1/CS/bin/Debug Portable/Help/QuickConnect.htm new file mode 100644 index 000000000..943e82e9a --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/QuickConnect.htm @@ -0,0 +1,13 @@ + + + + Quick Connect + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/QuickReference.htm b/mRemoteV1/CS/bin/Debug Portable/Help/QuickReference.htm new file mode 100644 index 000000000..c088ed03a --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/QuickReference.htm @@ -0,0 +1,13 @@ + + + + Quick Reference + + + + +

+

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/SQLScript.txt b/mRemoteV1/CS/bin/Debug Portable/Help/SQLScript.txt new file mode 100644 index 000000000..a70599561 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/SQLScript.txt @@ -0,0 +1,141 @@ +if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tblCons]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) +drop table [dbo].[tblCons] +GO + +if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tblRoot]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) +drop table [dbo].[tblRoot] +GO + +if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tblUpdate]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) +drop table [dbo].[tblUpdate] +GO + +CREATE TABLE [dbo].[tblCons] ( + [ID] [int] IDENTITY (1001, 1) NOT NULL , + [ConstantID] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [PositionID] [int] NOT NULL , + [ParentID] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [LastChange] [datetime] NOT NULL , + [Name] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [Type] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [Expanded] [bit] NOT NULL , + [Description] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [Icon] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [Panel] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [Username] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [DomainName] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [Password] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [Hostname] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [Protocol] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [PuttySession] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [Port] [int] NOT NULL , + [ConnectToConsole] [bit] NOT NULL , + [UseCredSsp] [bit] NOT NULL , + [RenderingEngine] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [ICAEncryptionStrength] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [RDPAuthenticationLevel] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [Colors] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [Resolution] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [DisplayWallpaper] [bit] NOT NULL , + [DisplayThemes] [bit] NOT NULL , + [EnableFontSmoothing] [bit] NOT NULL , + [EnableDesktopComposition] [bit] NOT NULL , + [CacheBitmaps] [bit] NOT NULL , + [RedirectDiskDrives] [bit] NOT NULL , + [RedirectPorts] [bit] NOT NULL , + [RedirectPrinters] [bit] NOT NULL , + [RedirectSmartCards] [bit] NOT NULL , + [RedirectSound] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [RedirectKeys] [bit] NOT NULL , + [Connected] [bit] NOT NULL , + [PreExtApp] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [PostExtApp] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [MacAddress] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [UserField] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [ExtApp] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCCompression] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCEncoding] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCAuthMode] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCProxyType] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCProxyIP] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCProxyPort] [int] NULL , + [VNCProxyUsername] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCProxyPassword] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCColors] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCSmartSizeMode] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [VNCViewOnly] [bit] NOT NULL , + [RDGatewayUsageMethod] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [RDGatewayHostname] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [RDGatewayUseConnectionCredentials] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [RDGatewayUsername] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [RDGatewayPassword] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [RDGatewayDomain] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [InheritCacheBitmaps] [bit] NOT NULL , + [InheritColors] [bit] NOT NULL , + [InheritDescription] [bit] NOT NULL , + [InheritDisplayThemes] [bit] NOT NULL , + [InheritDisplayWallpaper] [bit] NOT NULL , + [InheritEnableFontSmoothing] [bit] NOT NULL , + [InheritEnableDesktopComposition] [bit] NOT NULL , + [InheritDomain] [bit] NOT NULL , + [InheritIcon] [bit] NOT NULL , + [InheritPanel] [bit] NOT NULL , + [InheritPassword] [bit] NOT NULL , + [InheritPort] [bit] NOT NULL , + [InheritProtocol] [bit] NOT NULL , + [InheritPuttySession] [bit] NOT NULL , + [InheritRedirectDiskDrives] [bit] NOT NULL , + [InheritRedirectKeys] [bit] NOT NULL , + [InheritRedirectPorts] [bit] NOT NULL , + [InheritRedirectPrinters] [bit] NOT NULL , + [InheritRedirectSmartCards] [bit] NOT NULL , + [InheritRedirectSound] [bit] NOT NULL , + [InheritResolution] [bit] NOT NULL , + [InheritUseConsoleSession] [bit] NOT NULL , + [InheritUseCredSsp] [bit] NOT NULL , + [InheritRenderingEngine] [bit] NOT NULL , + [InheritICAEncryptionStrength] [bit] NOT NULL , + [InheritRDPAuthenticationLevel] [bit] NOT NULL , + [InheritUsername] [bit] NOT NULL , + [InheritPreExtApp] [bit] NOT NULL , + [InheritPostExtApp] [bit] NOT NULL , + [InheritMacAddress] [bit] NOT NULL , + [InheritUserField] [bit] NOT NULL , + [InheritExtApp] [bit] NOT NULL , + [InheritVNCCompression] [bit] NOT NULL, + [InheritVNCEncoding] [bit] NOT NULL , + [InheritVNCAuthMode] [bit] NOT NULL , + [InheritVNCProxyType] [bit] NOT NULL , + [InheritVNCProxyIP] [bit] NOT NULL , + [InheritVNCProxyPort] [bit] NOT NULL , + [InheritVNCProxyUsername] [bit] NOT NULL , + [InheritVNCProxyPassword] [bit] NOT NULL , + [InheritVNCColors] [bit] NOT NULL , + [InheritVNCSmartSizeMode] [bit] NOT NULL , + [InheritVNCViewOnly] [bit] NOT NULL , + [InheritRDGatewayUsageMethod] [bit] NOT NULL , + [InheritRDGatewayHostname] [bit] NOT NULL , + [InheritRDGatewayUseConnectionCredentials] [bit] NOT NULL , + [InheritRDGatewayUsername] [bit] NOT NULL , + [InheritRDGatewayPassword] [bit] NOT NULL , + [InheritRDGatewayDomain] [bit] NOT NULL , + [LoadBalanceInfo] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , + [AutomaticResize] [bit] NOT NULL DEFAULT 1 , + [InheritLoadBalanceInfo] [bit] NOT NULL DEFAULT 0 , + [InheritAutomaticResize] [bit] NOT NULL DEFAULT 0 +) ON [PRIMARY] +GO + +CREATE TABLE [dbo].[tblRoot] ( + [Name] [varchar] (2048) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [Export] [bit] NOT NULL , + [Protected] [varchar] (4048) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , + [ConfVersion] [float] NOT NULL +) ON [PRIMARY] +GO + +CREATE TABLE [dbo].[tblUpdate] ( + [LastUpdate] [datetime] NULL +) ON [PRIMARY] +GO + diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/SSHFileTransfer.htm b/mRemoteV1/CS/bin/Debug Portable/Help/SSHFileTransfer.htm new file mode 100644 index 000000000..11094cf78 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/SSHFileTransfer.htm @@ -0,0 +1,13 @@ + + + + SSH File Transfer + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/SaveAsExport.htm b/mRemoteV1/CS/bin/Debug Portable/Help/SaveAsExport.htm new file mode 100644 index 000000000..6f0518181 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/SaveAsExport.htm @@ -0,0 +1,13 @@ + + + + Save As / Export + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/ScreenshotManager.htm b/mRemoteV1/CS/bin/Debug Portable/Help/ScreenshotManager.htm new file mode 100644 index 000000000..9687ba0f2 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/ScreenshotManager.htm @@ -0,0 +1,13 @@ + + + + Screenshot Manager + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/01.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/01.png new file mode 100644 index 000000000..af7434b8e Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/01.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/02.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/02.png new file mode 100644 index 000000000..f859e5c7f Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/02.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/03.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/03.png new file mode 100644 index 000000000..ca1c8ea5b Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/03.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/04.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/04.png new file mode 100644 index 000000000..fb3096ad7 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/04.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/05.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/05.png new file mode 100644 index 000000000..54d099427 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/05.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/06.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/06.png new file mode 100644 index 000000000..9b50fcb8d Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/06.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/07.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/07.png new file mode 100644 index 000000000..fed9440db Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/07.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/08.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/08.png new file mode 100644 index 000000000..cf6eac257 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/08.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/09.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/09.png new file mode 100644 index 000000000..a60a92e8f Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/09.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/10.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/10.png new file mode 100644 index 000000000..2d064c1e7 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/10.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/11.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/11.png new file mode 100644 index 000000000..daa443650 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/11.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/12.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/12.png new file mode 100644 index 000000000..7bf9c39d2 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/12.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/13.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/13.png new file mode 100644 index 000000000..9f5cc5a93 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/13.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/14.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/14.png new file mode 100644 index 000000000..d7549110f Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/14.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/15.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/15.png new file mode 100644 index 000000000..17ada9012 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/15.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/16.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/16.png new file mode 100644 index 000000000..6c0c2d686 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/16.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/17.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/17.png new file mode 100644 index 000000000..5b6d4f23b Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Configuration/17.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/01.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/01.png new file mode 100644 index 000000000..2cbd401e6 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/01.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/02.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/02.png new file mode 100644 index 000000000..2f25956d5 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/02.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/03.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/03.png new file mode 100644 index 000000000..3a7a8ed2c Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/03.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/04.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/04.png new file mode 100644 index 000000000..e8ac720dd Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/04.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/05.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/05.png new file mode 100644 index 000000000..9e719ca30 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/05.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/06.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/06.png new file mode 100644 index 000000000..a5e90d290 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/06.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/07.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/07.png new file mode 100644 index 000000000..52f96e91f Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/07.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/08.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/08.png new file mode 100644 index 000000000..7b90f49da Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/External Tools/08.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/File.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/File.png new file mode 100644 index 000000000..3f2038760 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/File.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/Info.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/Info.png new file mode 100644 index 000000000..b7efeb861 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/Info.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/QuickConnect.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/QuickConnect.png new file mode 100644 index 000000000..7ed0dbe9b Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/QuickConnect.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/Tools.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/Tools.png new file mode 100644 index 000000000..70b7be4f5 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/Tools.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/View.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/View.png new file mode 100644 index 000000000..3efc7b2ef Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Main Menu/View.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Reference/01.png b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Reference/01.png new file mode 100644 index 000000000..431af8282 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Help/Screenshots/Reference/01.png differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Sessions.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Sessions.htm new file mode 100644 index 000000000..3897f7bee --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Sessions.htm @@ -0,0 +1,13 @@ + + + + Sessions + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Help/Update.htm b/mRemoteV1/CS/bin/Debug Portable/Help/Update.htm new file mode 100644 index 000000000..339d3a563 --- /dev/null +++ b/mRemoteV1/CS/bin/Debug Portable/Help/Update.htm @@ -0,0 +1,13 @@ + + + + Update + + + + +

+ Sorry, not yet...

+ + + \ No newline at end of file diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Anti Virus.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Anti Virus.ico new file mode 100644 index 000000000..815d01c4c Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Anti Virus.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Backup.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Backup.ico new file mode 100644 index 000000000..3e9165148 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Backup.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Build Server.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Build Server.ico new file mode 100644 index 000000000..b664fa74e Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Build Server.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Database.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Database.ico new file mode 100644 index 000000000..0926231a4 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Database.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Domain Controller.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Domain Controller.ico new file mode 100644 index 000000000..0582f3cac Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Domain Controller.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/ESX.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/ESX.ico new file mode 100644 index 000000000..54eeb2a4d Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/ESX.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Fax.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Fax.ico new file mode 100644 index 000000000..3bdc790ab Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Fax.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/File Server.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/File Server.ico new file mode 100644 index 000000000..67676b7d7 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/File Server.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Finance.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Finance.ico new file mode 100644 index 000000000..ab813dca8 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Finance.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Firewall.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Firewall.ico new file mode 100644 index 000000000..2343ae6a6 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Firewall.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Linux.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Linux.ico new file mode 100644 index 000000000..cb8f13a90 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Linux.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Log.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Log.ico new file mode 100644 index 000000000..789653ef1 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Log.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Mail Server.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Mail Server.ico new file mode 100644 index 000000000..9f0d18069 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Mail Server.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/PuTTY.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/PuTTY.ico new file mode 100644 index 000000000..f7a1840a8 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/PuTTY.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Remote Desktop.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Remote Desktop.ico new file mode 100644 index 000000000..2ac9c2123 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Remote Desktop.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Router.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Router.ico new file mode 100644 index 000000000..b1cd8e60c Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Router.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/SSH.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/SSH.ico new file mode 100644 index 000000000..12b5b5809 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/SSH.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/SharePoint.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/SharePoint.ico new file mode 100644 index 000000000..5c420c311 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/SharePoint.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Switch.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Switch.ico new file mode 100644 index 000000000..acb7482ad Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Switch.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Tel.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Tel.ico new file mode 100644 index 000000000..b4b401fc0 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Tel.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Telnet.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Telnet.ico new file mode 100644 index 000000000..ebe0c036a Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Telnet.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Terminal Server.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Terminal Server.ico new file mode 100644 index 000000000..c19c6ba67 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Terminal Server.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Test Server.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Test Server.ico new file mode 100644 index 000000000..6159d9f8c Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Test Server.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Virtual Machine.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Virtual Machine.ico new file mode 100644 index 000000000..00d805f8e Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Virtual Machine.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Web Server.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Web Server.ico new file mode 100644 index 000000000..d2aa024d7 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Web Server.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/WiFi.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/WiFi.ico new file mode 100644 index 000000000..860757459 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/WiFi.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Windows.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Windows.ico new file mode 100644 index 000000000..3a9752bad Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Windows.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/Workstation.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/Workstation.ico new file mode 100644 index 000000000..95cbf2321 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/Workstation.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/mRemote.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/mRemote.ico new file mode 100644 index 000000000..02b38ac0b Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/mRemote.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Icons/mRemoteNG.ico b/mRemoteV1/CS/bin/Debug Portable/Icons/mRemoteNG.ico new file mode 100644 index 000000000..08c1072aa Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/Icons/mRemoteNG.ico differ diff --git a/mRemoteV1/CS/bin/Debug Portable/Interop.WFICALib.dll b/mRemoteV1/CS/bin/Debug Portable/Interop.WFICALib.dll index f0b43e0df..2183c25a5 100644 Binary files a/mRemoteV1/CS/bin/Debug Portable/Interop.WFICALib.dll and b/mRemoteV1/CS/bin/Debug Portable/Interop.WFICALib.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/app.publish/mRemoteNG.exe b/mRemoteV1/CS/bin/Debug Portable/app.publish/mRemoteNG.exe new file mode 100644 index 000000000..ccc4e5d41 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/app.publish/mRemoteNG.exe differ diff --git a/mRemoteV1/CS/bin/Debug Portable/de/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/de/mRemoteNG.resources.dll new file mode 100644 index 000000000..9fe1c090d Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/de/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/el/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/el/mRemoteNG.resources.dll new file mode 100644 index 000000000..63a4fd7cc Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/el/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/en-US/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/en-US/mRemoteNG.resources.dll new file mode 100644 index 000000000..1cbe8053f Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/en-US/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/es-AR/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/es-AR/mRemoteNG.resources.dll new file mode 100644 index 000000000..4fa7ce170 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/es-AR/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/es/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/es/mRemoteNG.resources.dll new file mode 100644 index 000000000..aeb09a87a Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/es/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/fr/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/fr/mRemoteNG.resources.dll new file mode 100644 index 000000000..119c5174a Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/fr/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/hu/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/hu/mRemoteNG.resources.dll new file mode 100644 index 000000000..654600409 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/hu/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/it/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/it/mRemoteNG.resources.dll new file mode 100644 index 000000000..8cbca32ca Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/it/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.application b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.application index bff5ff52f..b928f56cb 100644 --- a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.application +++ b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.application @@ -4,14 +4,14 @@ - + - A/wbdAnBu2I9YWjjlr+j/hB63C8= + j5P2fRwRg9Q7Wa3nowmAFQ94WPE= diff --git a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe index 97cca3c72..ccc4e5d41 100644 Binary files a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe and b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe differ diff --git a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe.manifest b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe.manifest index 1176f9f0b..b102b4619 100644 --- a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe.manifest +++ b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.exe.manifest @@ -4,7 +4,7 @@ - + @@ -41,11 +41,6 @@ - - - - - @@ -76,7 +71,7 @@ - 9EGiZHuXvcSF2vHIzLX89aXCy7I= + XhjSaypjXi5Zlk5dNYNCxcVIfwU= @@ -88,7 +83,7 @@ - xYQvomzivCqJIiNLX95buRW5wV4= + nCEUNTjzjgkZ5ZIYPfRYPG5FvrI= @@ -124,7 +119,7 @@ - 5oQA/1NmzsmjKGPv8FQQcYoJrko= + 9Al7vMd8ZwfxRO/3e3DFDdKgbeg= @@ -136,7 +131,7 @@ - cbfSzV060gLV+uz5ofaV66gpEj0= + lkCRjKJltuObwHU3ea20hfFf6Gw= @@ -148,19 +143,19 @@ - wSDSQRGU4kxtkEvU14XWQjv4/9c= + QwYlNMI4EXZO9dzuGHbyanuEMw4= - + - 4mJAkNcSLqyNhizjL+iwj4dRmtE= + Ug7JblwDbEY8Dh2mtWsrOIS1JVQ= @@ -225,218 +220,218 @@ - - + + - 8W1kRQPiGlcdZIQnOGPNhk5G4aw= + DrmvzOjgsdF4eAVF6k5t4yv0Q5E= - + - 2ofJ6ZRIdtzCVcDQGKPMt/hcoRU= + Ohu6fKAZWhg1zi03Hzg2PsUBFHY= - + - WbY51SA1eVeZrsMtbAr+G0D1MfE= + mDg05dyvQ2H2q4HeC1ZQHNm6M9o= - + - kQHgQr5CwWZ+A4S59aV7oS60TPE= + YD1wWkIZgcGkQXPISCjoNTAlBrQ= - + - RLcl+zQBaN5/zSLnALtj2PPV1Bc= + /xatYW1Amws2CVhfnryeacQZV8I= - + - jK/SqFKHneGkcDHCY7QBwrhz0hE= + uCNE7yZ6Z0jEtFWa/LExI6XCrrU= - + - 9BcUnB80DnOnHtnIY59xgy0lI3o= + 72V697KReZYCbIhOxApdZDhvgf4= - + - yAartnJqjN5+joi4GNFEF1eFF98= + 0koavVyUx5jbtrJGwLKKDW1j804= - + - cFCUi/HcFgYkwu6ktj8T6A9Wk38= + tbTb/jTl/upOqWVG83hVLQkLLko= - + - /809pVrqIGeL8CoaL87eSvIkfVs= + bMHvWxN6y5U8GgfXAdJI5yYCchY= - + - 03LCcbo8s4Bw+LEfIrNBj9QnYn0= + vsya4U9bb/SCh89IJvUQPXwSgOc= - + - CCzi0+jwGmWvleC+B0Laxf9IEBw= + et0YS8mnE+2SBj8UBiwq3O/xUqQ= - + - GU0xclnbzPjNAaVTNhEFPgLL8LI= + iJQf7bi50b0s3mQwC8MW7d/+T8U= - + - X7iUU+P+yq8s+GAiTY3Jq9joir8= + iLsyOv5ho186ky+ZOMLKNqZOBhE= - + - axykFSsEKhFYf9vwuulPo/t237s= + VW3CmTXxjsvWivO9OS87TtRntik= - + - 5AalIZJV/NSO7Rla+mNGIOzFyyI= + /efz67uMphNwFNzKrsPtqR5meqA= - + - 3n8WVIglkP4UnG90TZ1SoEX+/MA= + VSKQi844zUvvvXEciD1TrxdLOmg= - + - JynictPu+vwR1O6JLPcSEQGn3XI= + L/pdhXWE2UvaPgQ5j6CzTo7NAi8= @@ -1298,13 +1293,13 @@ Y6Q02Yh15EGqerg+VB8EjE7MFag= - + - +9nN63Z0RAe5jzEZuZwDNVtKUJY= + IlyIr324Y6E/W4mLPD26CfJCSmM= diff --git a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.pdb b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.pdb index 0512eedef..ec05d3d6c 100644 Binary files a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.pdb and b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.pdb differ diff --git a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.application b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.application index bff5ff52f..b928f56cb 100644 --- a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.application +++ b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.application @@ -4,14 +4,14 @@ - + - A/wbdAnBu2I9YWjjlr+j/hB63C8= + j5P2fRwRg9Q7Wa3nowmAFQ94WPE= diff --git a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.exe.manifest b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.exe.manifest index 1176f9f0b..b102b4619 100644 --- a/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.exe.manifest +++ b/mRemoteV1/CS/bin/Debug Portable/mRemoteNG.vshost.exe.manifest @@ -4,7 +4,7 @@ - + @@ -41,11 +41,6 @@ - - - - - @@ -76,7 +71,7 @@ - 9EGiZHuXvcSF2vHIzLX89aXCy7I= + XhjSaypjXi5Zlk5dNYNCxcVIfwU= @@ -88,7 +83,7 @@ - xYQvomzivCqJIiNLX95buRW5wV4= + nCEUNTjzjgkZ5ZIYPfRYPG5FvrI= @@ -124,7 +119,7 @@ - 5oQA/1NmzsmjKGPv8FQQcYoJrko= + 9Al7vMd8ZwfxRO/3e3DFDdKgbeg= @@ -136,7 +131,7 @@ - cbfSzV060gLV+uz5ofaV66gpEj0= + lkCRjKJltuObwHU3ea20hfFf6Gw= @@ -148,19 +143,19 @@ - wSDSQRGU4kxtkEvU14XWQjv4/9c= + QwYlNMI4EXZO9dzuGHbyanuEMw4= - + - 4mJAkNcSLqyNhizjL+iwj4dRmtE= + Ug7JblwDbEY8Dh2mtWsrOIS1JVQ= @@ -225,218 +220,218 @@ - - + + - 8W1kRQPiGlcdZIQnOGPNhk5G4aw= + DrmvzOjgsdF4eAVF6k5t4yv0Q5E= - + - 2ofJ6ZRIdtzCVcDQGKPMt/hcoRU= + Ohu6fKAZWhg1zi03Hzg2PsUBFHY= - + - WbY51SA1eVeZrsMtbAr+G0D1MfE= + mDg05dyvQ2H2q4HeC1ZQHNm6M9o= - + - kQHgQr5CwWZ+A4S59aV7oS60TPE= + YD1wWkIZgcGkQXPISCjoNTAlBrQ= - + - RLcl+zQBaN5/zSLnALtj2PPV1Bc= + /xatYW1Amws2CVhfnryeacQZV8I= - + - jK/SqFKHneGkcDHCY7QBwrhz0hE= + uCNE7yZ6Z0jEtFWa/LExI6XCrrU= - + - 9BcUnB80DnOnHtnIY59xgy0lI3o= + 72V697KReZYCbIhOxApdZDhvgf4= - + - yAartnJqjN5+joi4GNFEF1eFF98= + 0koavVyUx5jbtrJGwLKKDW1j804= - + - cFCUi/HcFgYkwu6ktj8T6A9Wk38= + tbTb/jTl/upOqWVG83hVLQkLLko= - + - /809pVrqIGeL8CoaL87eSvIkfVs= + bMHvWxN6y5U8GgfXAdJI5yYCchY= - + - 03LCcbo8s4Bw+LEfIrNBj9QnYn0= + vsya4U9bb/SCh89IJvUQPXwSgOc= - + - CCzi0+jwGmWvleC+B0Laxf9IEBw= + et0YS8mnE+2SBj8UBiwq3O/xUqQ= - + - GU0xclnbzPjNAaVTNhEFPgLL8LI= + iJQf7bi50b0s3mQwC8MW7d/+T8U= - + - X7iUU+P+yq8s+GAiTY3Jq9joir8= + iLsyOv5ho186ky+ZOMLKNqZOBhE= - + - axykFSsEKhFYf9vwuulPo/t237s= + VW3CmTXxjsvWivO9OS87TtRntik= - + - 5AalIZJV/NSO7Rla+mNGIOzFyyI= + /efz67uMphNwFNzKrsPtqR5meqA= - + - 3n8WVIglkP4UnG90TZ1SoEX+/MA= + VSKQi844zUvvvXEciD1TrxdLOmg= - + - JynictPu+vwR1O6JLPcSEQGn3XI= + L/pdhXWE2UvaPgQ5j6CzTo7NAi8= @@ -1298,13 +1293,13 @@ Y6Q02Yh15EGqerg+VB8EjE7MFag= - + - +9nN63Z0RAe5jzEZuZwDNVtKUJY= + IlyIr324Y6E/W4mLPD26CfJCSmM= diff --git a/mRemoteV1/CS/bin/Debug Portable/nb-NO/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/nb-NO/mRemoteNG.resources.dll new file mode 100644 index 000000000..ee10070f7 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/nb-NO/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/nl/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/nl/mRemoteNG.resources.dll new file mode 100644 index 000000000..6fb60afd5 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/nl/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/pl/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/pl/mRemoteNG.resources.dll new file mode 100644 index 000000000..260e98edb Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/pl/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/pt-BR/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/pt-BR/mRemoteNG.resources.dll new file mode 100644 index 000000000..17722e3ef Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/pt-BR/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/pt/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/pt/mRemoteNG.resources.dll new file mode 100644 index 000000000..928122282 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/pt/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/ru/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/ru/mRemoteNG.resources.dll new file mode 100644 index 000000000..269086809 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/ru/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/uk/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/uk/mRemoteNG.resources.dll new file mode 100644 index 000000000..b98b1d07a Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/uk/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/zh-CN/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/zh-CN/mRemoteNG.resources.dll new file mode 100644 index 000000000..168df574e Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/zh-CN/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/bin/Debug Portable/zh-TW/mRemoteNG.resources.dll b/mRemoteV1/CS/bin/Debug Portable/zh-TW/mRemoteNG.resources.dll new file mode 100644 index 000000000..f2d3286f9 Binary files /dev/null and b/mRemoteV1/CS/bin/Debug Portable/zh-TW/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/mRemoteV1.csproj b/mRemoteV1/CS/mRemoteV1.csproj index e204de169..f1adbc105 100644 --- a/mRemoteV1/CS/mRemoteV1.csproj +++ b/mRemoteV1/CS/mRemoteV1.csproj @@ -1179,8 +1179,8 @@ - call "$(DevEnvDir)..\tools\vsvars32.bat" -editbin.exe /LARGEADDRESSAWARE "$(TargetPath)" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 44Gd5pLxAatONvAv9C9PcHjWBYM= + + + + + + + + + + + + XhjSaypjXi5Zlk5dNYNCxcVIfwU= + + + + + + + + + + + + nCEUNTjzjgkZ5ZIYPfRYPG5FvrI= + + + + + + + + + + + + QwvHIN0aGsFCzM00kZNv1tydcNM= + + + + + + + + + + + + U7a5JrhXRXjiE2RrMarZWUlrPSk= + + + + + + + + + + + + 9Al7vMd8ZwfxRO/3e3DFDdKgbeg= + + + + + + + + + + + + lkCRjKJltuObwHU3ea20hfFf6Gw= + + + + + + + + + + + + QwYlNMI4EXZO9dzuGHbyanuEMw4= + + + + + + + + + + + + Ug7JblwDbEY8Dh2mtWsrOIS1JVQ= + + + + + + + + + + + + PNDA94yLxP9gc5yWusjDatytyWE= + + + + + + + + + + + + gs3mWnUUwORl7g1QW+VsVmOf8LE= + + + + + + + + + + + + ITm6gkCPRguqc7bIWOXHacjE4+0= + + + + + + + + + + + + lV/9eij84QMc2/JMBEg37pzb+yc= + + + + + + + + + + + + ISJBL0ruabjQc5aOyrVQ8ioqYoU= + + + + + + + + + + + + DrmvzOjgsdF4eAVF6k5t4yv0Q5E= + + + + + + + + + + + + Ohu6fKAZWhg1zi03Hzg2PsUBFHY= + + + + + + + + + + + + mDg05dyvQ2H2q4HeC1ZQHNm6M9o= + + + + + + + + + + + + YD1wWkIZgcGkQXPISCjoNTAlBrQ= + + + + + + + + + + + + /xatYW1Amws2CVhfnryeacQZV8I= + + + + + + + + + + + + uCNE7yZ6Z0jEtFWa/LExI6XCrrU= + + + + + + + + + + + + 72V697KReZYCbIhOxApdZDhvgf4= + + + + + + + + + + + + 0koavVyUx5jbtrJGwLKKDW1j804= + + + + + + + + + + + + tbTb/jTl/upOqWVG83hVLQkLLko= + + + + + + + + + + + + bMHvWxN6y5U8GgfXAdJI5yYCchY= + + + + + + + + + + + + vsya4U9bb/SCh89IJvUQPXwSgOc= + + + + + + + + + + + + et0YS8mnE+2SBj8UBiwq3O/xUqQ= + + + + + + + + + + + + iJQf7bi50b0s3mQwC8MW7d/+T8U= + + + + + + + + + + + + iLsyOv5ho186ky+ZOMLKNqZOBhE= + + + + + + + + + + + + VW3CmTXxjsvWivO9OS87TtRntik= + + + + + + + + + + + + /efz67uMphNwFNzKrsPtqR5meqA= + + + + + + + + + + + + VSKQi844zUvvvXEciD1TrxdLOmg= + + + + + + + + + + + + L/pdhXWE2UvaPgQ5j6CzTo7NAi8= + + + + + + + + + + + + XCT50lZfYw9E71w2e3jAPHadwuE= + + + + + + + + + + + + ZddmDhtIn1wumPIIy8XY2vpzf8U= + + + + + + + + + + + + k9yQjlarF0WY7JPngrlZppOoXS0= + + + + + + + + + + + + UqAT+BwwJYJpl2WjZvjhdH+ii1Q= + + + + + + + + + + + + SfcfbYJ2BRAQVpbGYlBiqor2s54= + + + + + + + + + + + + qQLkGAWy/IQxZuqUC5k18s6gQM8= + + + + + + + + + + + + Hicx0KcBWfTOEs9NwGDg8/31498= + + + + + + + + + + Z2WWO3jdjS1G6Btr8vxyvaiWv0c= + + + + + + + + + TsFkhAE239c+FGjT2wP/uiGhfZE= + + + + + + + + + 1XZh+BCoIN/cpwqYIlV2mVyOdk0= + + + + + + + + + aPviwDpCrn3d9YRH00xpta4qq3s= + + + + + + + + + Wt3+prKWq7hdvBVeNEKOLHmcALY= + + + + + + + + + dCql5WpLYENwxfsQJw10cWZbiN4= + + + + + + + + + mSrxtt7MUqRnuUou+F7p+Vne3kI= + + + + + + + + + FCz2yNTlp9kuIQgkxpxH9vmoa6I= + + + + + + + + + dEMm/1Ju7gWyAYjwsf/7DbwY4NY= + + + + + + + + + tfwZqf/JEvHKFNaYMafwB9tVksw= + + + + + + + + + RXSdPoV1pFjacwgyT81xD2Ridds= + + + + + + + + + X3Jjz0pJRC0Dnc0oaobxJ6WRTbA= + + + + + + + + + UHt5aNn67X0oZVnzSbkCaNJq2r4= + + + + + + + + + Qu/sFEcJzAkS+E0MdPb7TayHm/s= + + + + + + + + + y4n8uC7KUDbTzzexJePESr26idk= + + + + + + + + + jgFk0iyeolCcXK46tonesuBbQIg= + + + + + + + + + lhNwxdhROobYViGAjCe16BSR3u8= + + + + + + + + + 5YVcUSRR03kVljdZSuLa4JAD55U= + + + + + + + + + ZW/688yGGCwh8dCDwGh6pOAP1pU= + + + + + + + + + ZbymUQpDu5skapQVtRF5XbqH11U= + + + + + + + + + 9sOrUchxEAnpPXAQrxL/6XqYbR4= + + + + + + + + + ORPyJ2W7A+fpIDG4b5gBTnArqFM= + + + + + + + + + 4z6s830BETTBvhl5Hkp/cVYjyu4= + + + + + + + + + hvY7/2NAk19oElDCaBJ3+X7ZojU= + + + + + + + + + 73V5WwipRxfrgHRUby/GK2ZUfWc= + + + + + + + + + z+wKfy7dSXF/MVOcQQpVd9t94a4= + + + + + + + + + sNSQD9oKpERbElO0o9Pk5zjtTBM= + + + + + + + + + dtI0bovygR/2QKy68MB2NYUsVtY= + + + + + + + + + cC+PvszW/lHsRvmdnk5low3SJe0= + + + + + + + + + L9QFvAOfOYCR2odvzPVSDHxgIlw= + + + + + + + + + JL8zua8vJPEkqGWyAS7ZN653Ma8= + + + + + + + + + CsxzxcCGHn2eeE9uxuVnkJCjB6s= + + + + + + + + + 1IyVdFgPUBeVCErJ4GSMJQ2sxEI= + + + + + + + + + rFu/nf304nKXb1Od7DbhQR/B+Zw= + + + + + + + + + tVUMzLTt2Xg/fEi4VEasQ/UQsis= + + + + + + + + + Mni4Be6LDo42CQbnRGo7sJcjPIQ= + + + + + + + + + y/dT9VClLN9NYtv8vSYUmeclePA= + + + + + + + + + 5yJlaIZLD9D1ASpOuV/DIpHYLvw= + + + + + + + + + oJSegPNNFzX48bCW2JYFO5jaTDo= + + + + + + + + + RPHKMcA1U3Fo1xeaUmb3GciXZMg= + + + + + + + + + AbZ6+yp6D1SeTZWJqe25CiASWYs= + + + + + + + + + kDulrCj+YlxKwUO7eHEVT2ldoHI= + + + + + + + + + 8S+4VIrRRcK5VxIf/0pYWcotmVA= + + + + + + + + + WsKIiwUwU3jQfa56fpYlTHsFOiI= + + + + + + + + + 1cZep+Fs/rxuexZCO1FeMffCTGE= + + + + + + + + + zdM1GdjKpEby/yv8aNL40Nje/1I= + + + + + + + + + UtGjbt0mL/uFhu8XIfgxmIlZ6HU= + + + + + + + + + LlZXlA1vOsWqxzGe0jDBy7hy08w= + + + + + + + + + hUcORMcLBPWq5PbYlMINkapJ9bM= + + + + + + + + + VW0FbaMW0IRM16qj/QDmC3pPs9s= + + + + + + + + + SMV0IQlH9ZV9dWn3lcf74WPliho= + + + + + + + + + /xgtkLN87bIPHceNoWs552hJDYA= + + + + + + + + + xSqV79k610KxJwXzF922eHIMMr4= + + + + + + + + + WKyBDumqVKAkACjFu0m1lCjkqiM= + + + + + + + + + QDWVoOao7//JS07s5iu1V65rKls= + + + + + + + + + Aw20Q1s1ZPKx/mpIcT5eypFI6+4= + + + + + + + + + b+fK26M/AHhELTpnf45PNZTUVRI= + + + + + + + + + Dlq4n4uxMjlhNHrOh0VUNgdkcX8= + + + + + + + + + EPSPg6YmXJiIF6dw3CeFCFP+Leo= + + + + + + + + + eSFQ0X1HNef+255curfQxuDNI3w= + + + + + + + + + un/5XUSGBitEqb6KTlr8IhZ48EI= + + + + + + + + + apr97XVG4gBj9rx2s/TThPcnW/0= + + + + + + + + + f/IZnVtEQFb11V6gPx4zLVQlUZc= + + + + + + + + + 6XJEPfos1t1DKningtZBQu0TLBk= + + + + + + + + + JUhl+D6K5ybZyRidqB/BmiPWiYs= + + + + + + + + + KQbICb7J9N+BOjNhlYB13EBc6wA= + + + + + + + + + aVpeoI56/QuIohrAGdb9SmVwyNs= + + + + + + + + + rVzZHhNTuQzjBCIkU/haefJ7Yio= + + + + + + + + + yRw3VsY1vQjHGuFSITYhc7Xm6r8= + + + + + + + + + RUUKtPH2UgChciklxziy5+fFmJg= + + + + + + + + + JdQ8+Um/maukuYamRfa62IahPVQ= + + + + + + + + + 6dcvXXY7483gJAYPgSswQWQlAoc= + + + + + + + + + H1wIIDdliqxf6V62D82XaR2H64Y= + + + + + + + + + 8Hjua1Rqfd1QWn2YkZg8BG6egpA= + + + + + + + + + VuNd/ZKU6ntr3dCuDFrsLEF5e2g= + + + + + + + + + YFaszV11usrf3DpSqpa/A2lDRfY= + + + + + + + + + Yd1A/fyUDlBzecYHDuTaJ8ZpgbE= + + + + + + + + + gyvdHO4N6XsmW6MJYoV37IaCutY= + + + + + + + + + HocHiBihMkZlcrcj+9K9Bku+6u0= + + + + + + + + + 0oqWSyJ64/7Fyuqi61ihkuOJn10= + + + + + + + + + pqN3dj3uTnHbLzLOcM5Gr9q82J8= + + + + + + + + + tqo787vzUtLlBzNVQLV2s+7y0hA= + + + + + + + + + CQTlGUxetxZ6VjqGTJxLz3c61kc= + + + + + + + + + G+JRL40DRopUzjz2i17L+GnYKKU= + + + + + + + + + 7MKmTKXcRJ6SR4ArO/DvsNcta1c= + + + + + + + + + Y6Q02Yh15EGqerg+VB8EjE7MFag= + + + + + + + + + IlyIr324Y6E/W4mLPD26CfJCSmM= + + + + + + + + + RriiRQ1AHTrZkWV5ZPL83Py+Qts= + + + + + + + + + 2d0xYqxMFYs1xxYdS3QzeDwfXOE= + + + + + + + + + 8x5wO0vjLDfLSCA1abNVJQVvEiA= + + + + + + + + + lB0gBC6l3tWvpKQuRhOir2/jaW4= + + + + + + + + + 821KZm3q0SZbedLZimlyKYGWft0= + + + + + + + + + vaGaXj40onkJ7nn1nEBC6/sSmUw= + + + + + + + + + mbw8WxL0OlSP9J1Z5k47VG8a3N8= + + + + + + + + + jwAV6MCea2vjYdx6EDmmoDiRdd4= + + + + + + + + + 8WGfw5oYc7+KrBVExegUIYjJgG8= + + + + + + + + + wQv8MojssTcNIdl+KQapUOKyX4Q= + + + \ No newline at end of file diff --git a/mRemoteV1/CS/obj/Debug Portable/mRemoteNG.pdb b/mRemoteV1/CS/obj/Debug Portable/mRemoteNG.pdb new file mode 100644 index 000000000..ec05d3d6c Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/mRemoteNG.pdb differ diff --git a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.FileListAbsolute.txt b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.FileListAbsolute.txt index 8b14914a9..06d6b9cd0 100644 --- a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.FileListAbsolute.txt +++ b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.FileListAbsolute.txt @@ -133,3 +133,154 @@ C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Po C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\mRemoteNG.Language.Language.zh-CN.resources C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\mRemoteNG.Language.Language.zh-TW.resources C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\mRemoteV1.csproj.GenerateResource.Cache +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\CMDSwitches.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Config.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Configuration.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Connection.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Connections.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\ConfigurationSQL.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Index.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\PortScan.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\ExternalTools.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\ErrorsAndInfos.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\ImportFromAD.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Installation.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Introduction.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\MainMenu.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Options.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Prerequisites.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\QuickConnect.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\QuickReference.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\SaveAsExport.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\ScreenshotManager.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\01.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\02.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\03.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\04.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\05.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\06.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\07.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\08.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\09.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\10.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\11.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\12.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\13.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\14.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\15.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\16.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Configuration\17.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\01.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\02.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\03.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\04.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\05.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\06.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\07.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\External Tools\08.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Main Menu\File.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Main Menu\Info.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Main Menu\QuickConnect.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Main Menu\Tools.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Main Menu\View.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Screenshots\Reference\01.png +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Sessions.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\SQLScript.txt +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\SSHFileTransfer.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Update.htm +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Help\Main.css +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Anti Virus.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Backup.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Build Server.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Database.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Domain Controller.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\ESX.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Fax.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\File Server.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Finance.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Firewall.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Linux.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Log.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Mail Server.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\mRemote.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\mRemoteNG.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\PuTTY.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Remote Desktop.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Router.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\SharePoint.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\SSH.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Switch.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Tel.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Telnet.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Terminal Server.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Test Server.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Virtual Machine.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Web Server.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\WiFi.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Windows.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Icons\Workstation.ico +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\mRemoteNG.exe.manifest +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\mRemoteNG.application +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\mRemoteNG.exe +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\mRemoteNG.pdb +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\de\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\el\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\en-US\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\es-AR\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\es\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\hu\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\it\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\nb-NO\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\nl\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\pt-BR\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\pt\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\fr\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\pl\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\ru\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\uk\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\zh-CN\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\zh-TW\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\ADTree.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\DiffieHellman.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\FilteredPropertyGrid.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\IPTextBox.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\log4net.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\MagicLibrary.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\MiniGeckoBrowser.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\MiniTabControl.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Org.Mentalis.Security.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\PSTaskDialog.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\SharedLibraryNG.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Skybound.Gecko.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Tamir.SharpSSH.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\VncSharpNG.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\WeifenLuo.WinFormsUI.Docking.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\SharedLibraryNG.pdb +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\VncSharpNG.pdb +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Interop.EOLWTSCOM.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Interop.MSTSCLib.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Interop.SHDocVw.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\Interop.WFICALib.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\AxInterop.MSTSCLib.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\bin\Debug Portable\AxInterop.WFICALib.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\de\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\el\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\en-US\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\es-AR\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\es\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\hu\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\it\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\nb-NO\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\nl\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\pt-BR\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\pt\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\fr\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\pl\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\ru\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\uk\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\zh-CN\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\zh-TW\mRemoteNG.resources.dll +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\mRemoteNG.exe.manifest +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\mRemoteNG.application +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\mRemoteNG.exe +C:\Users\David\Documents\Repositories\mRemoteNG_MyFork\mRemoteV1\CS\obj\Debug Portable\mRemoteNG.pdb diff --git a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.GenerateResource.Cache b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.GenerateResource.Cache index 6554d8715..57018b0bb 100644 Binary files a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.GenerateResource.Cache and b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.GenerateResource.Cache differ diff --git a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.ResolveComReference.cache b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.ResolveComReference.cache index 85b97537d..1ff141194 100644 Binary files a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.ResolveComReference.cache and b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csproj.ResolveComReference.cache differ diff --git a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csprojResolveAssemblyReference.cache b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csprojResolveAssemblyReference.cache index 62f384005..c9b3b1446 100644 Binary files a/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csprojResolveAssemblyReference.cache and b/mRemoteV1/CS/obj/Debug Portable/mRemoteV1.csprojResolveAssemblyReference.cache differ diff --git a/mRemoteV1/CS/obj/Debug Portable/nb-NO/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/nb-NO/mRemoteNG.resources.dll new file mode 100644 index 000000000..ee10070f7 Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/nb-NO/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/nl/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/nl/mRemoteNG.resources.dll new file mode 100644 index 000000000..6fb60afd5 Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/nl/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/pl/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/pl/mRemoteNG.resources.dll new file mode 100644 index 000000000..260e98edb Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/pl/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/pt-BR/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/pt-BR/mRemoteNG.resources.dll new file mode 100644 index 000000000..17722e3ef Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/pt-BR/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/pt/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/pt/mRemoteNG.resources.dll new file mode 100644 index 000000000..928122282 Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/pt/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/ru/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/ru/mRemoteNG.resources.dll new file mode 100644 index 000000000..269086809 Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/ru/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/uk/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/uk/mRemoteNG.resources.dll new file mode 100644 index 000000000..b98b1d07a Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/uk/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/zh-CN/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/zh-CN/mRemoteNG.resources.dll new file mode 100644 index 000000000..168df574e Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/zh-CN/mRemoteNG.resources.dll differ diff --git a/mRemoteV1/CS/obj/Debug Portable/zh-TW/mRemoteNG.resources.dll b/mRemoteV1/CS/obj/Debug Portable/zh-TW/mRemoteNG.resources.dll new file mode 100644 index 000000000..f2d3286f9 Binary files /dev/null and b/mRemoteV1/CS/obj/Debug Portable/zh-TW/mRemoteNG.resources.dll differ