Skip to content

Commit

Permalink
😁😁😁😁
Browse files Browse the repository at this point in the history
  • Loading branch information
indiff committed Mar 24, 2022
1 parent ef3b35f commit 5daac9b
Show file tree
Hide file tree
Showing 28 changed files with 2,274 additions and 806 deletions.
134 changes: 67 additions & 67 deletions BandObjectLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
// This file is part of QTTabBar, a shell extension for Microsoft
// Windows Explorer.
// Copyright (C) 2007-2021 Quizo, Paul Accisano
//
// QTTabBar is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// QTTabBar is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with QTTabBar. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;

//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
// This file is part of QTTabBar, a shell extension for Microsoft
// Windows Explorer.
// Copyright (C) 2007-2021 Quizo, Paul Accisano
//
// QTTabBar is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// QTTabBar is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with QTTabBar. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;

//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("BandObjectLib")]
[assembly: AssemblyDescription("C# BandObject¿â")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("indiff")]
[assembly: AssemblyProduct("QTTabBar")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2021")]
[assembly: AssemblyTrademark("indiff")]
[assembly: AssemblyDescription("C# BandObject¿â")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("indiff")]
[assembly: AssemblyProduct("QTTabBar")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2022")]
[assembly: AssemblyTrademark("indiff")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyFileVersion("1.5.5.3")]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
[assembly: AssemblyFileVersion("1.5.5.4")]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.5.5.3")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified, the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified, the
// following processing occurs:
// (1) If the KeyName can be found in the CSP, that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist, the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile, the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
// located in the project directory, you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
[assembly: AssemblyVersion("1.5.5.4")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified, the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified, the
// following processing occurs:
// (1) If the KeyName can be found in the CSP, that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist, the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile, the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
// located in the project directory, you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
10 changes: 6 additions & 4 deletions Installer/Installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

<?define SkuName = "QTTabBar"?>
<?define RTMProductVersion="1.5.0" ?>
<?define ProductVersion="1.5.5.3" ?> <!-- Change the last number to the svn revision before release -->
<?define VersionString="1.5.5.3 Beta(2021)" ?> <!-- Change to correct version before release, eg, 2019 1.5.0.0 Beta 1 -->
<?define ProductVersion="1.5.5.4" ?> <!-- Change the last number to the svn revision before release -->
<?define VersionString="1.5.5.4 Beta(2022)" ?> <!-- Change to correct version before release, eg, 2019 1.5.0.0 Beta 1 -->
<?define UpgradeCode="{ec9baff7-58fb-40cb-9f67-1c438a7524a5}"?> <!-- NEVER CHANGE THIS, EVER!! -->
<!-- Quizo and Paul Accisano -->
<?define Manufacturer="indiff"?>
<?define ProductCode="*"?>
<?define StrongName="QTTabBar, Version=1.5.5.3, Culture=neutral, PublicKeyToken=973461f1cd23d8eb"?>
<?define StrongName="QTTabBar, Version=1.5.5.4, Culture=neutral, PublicKeyToken=973461f1cd23d8eb"?>
<?define MyLanguage="1033"?>
<!-- Language code page 1252 1033
语言 语言-国家 Language Codepage
Expand Down Expand Up @@ -201,7 +201,9 @@ Language="1033"
<Condition>VersionNT64</Condition>
<?endif?>
<RegistryKey Root="HKLM" Key="Software\QTTabBar" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes">
<RegistryValue Name="InstallDate" Value="[Date] [Time]" Type="string" Action="write" KeyPath ="yes" />
<RegistryValue Name="InstallDate" Value="[Date] [Time]" Type="string" Action="write" KeyPath ="yes" />
<!-- 不捕获控制面板
<RegistryValue Name="NoCaptureAt" Value="::{20D04FE0-3AEA-1069-A2D8-08002B30309D};::{26EE0668-A00A-44D7-9371-BEB064C98683}" Type="string" Action="write" KeyPath ="yes" /> -->
</RegistryKey>
</Component>

Expand Down
98 changes: 49 additions & 49 deletions Plugins/ActivateByMouseHover/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
// This file is part of QTTabBar, a shell extension for Microsoft
// Windows Explorer.
// Copyright (C) 2010 Quizo, Paul Accisano
//
// QTTabBar is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// QTTabBar is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with QTTabBar. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ShowStatusBar")]
[assembly: AssemblyDescription("show status bar by key")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("indiff")]
// This file is part of QTTabBar, a shell extension for Microsoft
// Windows Explorer.
// Copyright (C) 2010 Quizo, Paul Accisano
//
// QTTabBar is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// QTTabBar is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with QTTabBar. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ShowStatusBar")]
[assembly: AssemblyDescription("show status bar by key")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("indiff")]
[assembly: AssemblyProduct("ShowStatusBar")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

[assembly: AssemblyCopyright("Copyright (C) 2007-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("fee96ce1-f769-4dac-bc86-1c0ee7f69dd1")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: Guid("fee96ce1-f769-4dac-bc86-1c0ee7f69dd1")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion Plugins/CreateNewItem/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("indiff")]
[assembly: AssemblyProduct("CreateNewItem")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2021")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Plugins/Memo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("indiff")]
[assembly: AssemblyProduct("QTClock")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2021")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Plugins/MigemoLoader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("indiff")]
[assembly: AssemblyProduct("MigemoLoader")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2021")]
[assembly: AssemblyCopyright("Copyright (C) 2007-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Loading

0 comments on commit 5daac9b

Please sign in to comment.