mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Changed the default location of the quicky toolbar. Changed the assembly name to mRemoteNG. Removed reference to scvncctrl.lic.
This commit is contained in:
4
mRemoteV1/My Project/Settings.Designer.vb
generated
4
mRemoteV1/My Project/Settings.Designer.vb
generated
@@ -1,7 +1,7 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:2.0.50727.3603
|
||||
' Runtime Version:2.0.50727.4927
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
@@ -928,7 +928,7 @@ Namespace My
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Configuration.SettingsProviderAttribute(GetType(mRemote.Config.Settings.Providers.ChooseProvider)), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("300, 0")> _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("3, 24")> _
|
||||
Public Property QuickyTBLocation() As Global.System.Drawing.Point
|
||||
Get
|
||||
Return CType(Me("QuickyTBLocation"),Global.System.Drawing.Point)
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="QuickyTBLocation" Provider="mRemote.Config.Settings.Providers.ChooseProvider" Type="System.Drawing.Point" Scope="User">
|
||||
<Value Profile="(Default)">300, 0</Value>
|
||||
<Value Profile="(Default)">3, 24</Value>
|
||||
</Setting>
|
||||
<Setting Name="QuickyTBParentDock" Provider="mRemote.Config.Settings.Providers.ChooseProvider" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Top</Value>
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="QuickyTBLocation" serializeAs="String">
|
||||
<value>300, 0</value>
|
||||
<value>3, 24</value>
|
||||
</setting>
|
||||
<setting name="QuickyTBParentDock" serializeAs="String">
|
||||
<value>Top</value>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>mRemote.My.MyApplication</StartupObject>
|
||||
<RootNamespace>mRemote</RootNamespace>
|
||||
<AssemblyName>mRemote</AssemblyName>
|
||||
<AssemblyName>mRemoteNG</AssemblyName>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
<FileUpgradeFlags>
|
||||
@@ -785,8 +785,6 @@
|
||||
<None Include="Resources\Images\Arrow_Down.png" />
|
||||
<None Include="Resources\Images\ActiveDirectory.png" />
|
||||
<None Include="Resources\Images\Website.png" />
|
||||
<None Include="scvncctrl.lic">
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
|
||||
Reference in New Issue
Block a user