mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
couple of fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using mRemoteNG.Config.Connections;
|
using mRemoteNG.Config.Connections;
|
||||||
using mRemoteNG.Config.DataProviders;
|
using mRemoteNG.Config.DataProviders;
|
||||||
@@ -17,6 +18,7 @@ using mRemoteNG.UI.Forms;
|
|||||||
|
|
||||||
namespace mRemoteNG.App
|
namespace mRemoteNG.App
|
||||||
{
|
{
|
||||||
|
[SupportedOSPlatform("windows")]
|
||||||
public static class Export
|
public static class Export
|
||||||
{
|
{
|
||||||
public static void ExportToFile(ConnectionInfo selectedNode, ConnectionTreeModel connectionTreeModel)
|
public static void ExportToFile(ConnectionInfo selectedNode, ConnectionTreeModel connectionTreeModel)
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ using System.Resources;
|
|||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
// Version information
|
// Version information
|
||||||
[assembly: AssemblyVersion("1.77.3.1821")]
|
[assembly: AssemblyVersion("1.77.3.1826")]
|
||||||
[assembly: AssemblyFileVersion("1.77.3.1821")]
|
[assembly: AssemblyFileVersion("1.77.3.1826")]
|
||||||
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
||||||
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 1821)")]
|
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 1826)")]
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,11 @@ using mRemoteNG.App;
|
|||||||
using mRemoteNG.Container;
|
using mRemoteNG.Container;
|
||||||
using mRemoteNG.Themes;
|
using mRemoteNG.Themes;
|
||||||
using mRemoteNG.Resources.Language;
|
using mRemoteNG.Resources.Language;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
|
||||||
namespace mRemoteNG.UI.Window
|
namespace mRemoteNG.UI.Window
|
||||||
{
|
{
|
||||||
|
[SupportedOSPlatform("windows")]
|
||||||
public partial class ActiveDirectoryImportWindow : BaseWindow
|
public partial class ActiveDirectoryImportWindow : BaseWindow
|
||||||
{
|
{
|
||||||
private string _currentDomain;
|
private string _currentDomain;
|
||||||
|
|||||||
@@ -120,6 +120,9 @@
|
|||||||
<Component Id="cmp6107C12C2A55CB8E7E97FF2C9A33F385" Directory="INSTALLDIR" Guid="*">
|
<Component Id="cmp6107C12C2A55CB8E7E97FF2C9A33F385" Directory="INSTALLDIR" Guid="*">
|
||||||
<File Id="fil135F9AEEB4A74E1EE438100986E97C41" KeyPath="yes" Source="$(var.HarvestPath)\Microsoft.Xaml.Behaviors.dll" />
|
<File Id="fil135F9AEEB4A74E1EE438100986E97C41" KeyPath="yes" Source="$(var.HarvestPath)\Microsoft.Xaml.Behaviors.dll" />
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Id="cmp6D79B55FE813E3B9698C5EC94C61A3ED" Directory="INSTALLDIR" Guid="*">
|
||||||
|
<File Id="filEAE7ACD0CC39325A589F2853F7C77C6A" KeyPath="yes" Source="$(var.HarvestPath)\mRemoteNG-Installer-1.77.3 (Nightly Build 1824).msi" />
|
||||||
|
</Component>
|
||||||
<Component Id="cmp41D33384103998013724F7507BE537A3" Directory="INSTALLDIR" Guid="*">
|
<Component Id="cmp41D33384103998013724F7507BE537A3" Directory="INSTALLDIR" Guid="*">
|
||||||
<File Id="filD409F3953DFE64FEE2FDC4460BD98297" KeyPath="yes" Source="$(var.HarvestPath)\mRemoteNG.deps.json" />
|
<File Id="filD409F3953DFE64FEE2FDC4460BD98297" KeyPath="yes" Source="$(var.HarvestPath)\mRemoteNG.deps.json" />
|
||||||
</Component>
|
</Component>
|
||||||
|
|||||||
Reference in New Issue
Block a user