Changed the default location of the quicky toolbar. Changed the assembly name to mRemoteNG. Removed reference to scvncctrl.lic.

This commit is contained in:
Riley McArdle
2010-01-09 00:26:01 -06:00
parent 092f0116eb
commit fecbac2efd
4 changed files with 5 additions and 7 deletions

View File

@@ -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)

View File

@@ -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>

View File

@@ -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>

View File

@@ -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">