minor tweaks

This commit is contained in:
Jed Laundry
2020-05-13 16:50:41 +12:00
parent 3b4f802a4e
commit 6877f6642a
6 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
<userSettings>
<TypeClipboard.Properties.Settings>
<setting name="enableHotkey" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
</TypeClipboard.Properties.Settings>
</userSettings>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.0")]

View File

@@ -25,7 +25,7 @@ namespace TypeClipboard.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool enableHotkey {
get {
return ((bool)(this["enableHotkey"]));

View File

@@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="enableHotkey" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>

View File

@@ -45,7 +45,8 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
@@ -106,7 +107,6 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<Content Include="typeclipboard.ico" />
</ItemGroup>
<ItemGroup>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB