50 changed files
BExplorer/BetterExplorer | ||
BetterExplorer.csproj | ||
MainWindow.xaml.cs | ||
BreadcrumbBar | ||
Properties | ||
AssemblyInfo.cs | ||
Odyssey.Controls.csproj | ||
External References | ||
FluentRibbon | ||
ControlzEx.dll rename | ||
Fluent.dll rename | ||
MahApps.Metro.dll rename | ||
MahApps.Metro.xml rename | ||
System.Windows.Interactivity.dll rename | ||
7z.dll rename | ||
7z64.dll rename | ||
AeroWizard.dll rename | ||
AppLimit.NetSparkle.Net40.dll rename | ||
AutomaticUpdaterWPF.dll rename | ||
Fluent.dll rename | ||
Fluent.xml rename | ||
Ionic.Zip.dll rename | ||
MahApps.Metro.dll rename | ||
MahApps.Metro.xml rename | ||
Microsoft.WindowsAPICodePack.dll rename | ||
Microsoft.WindowsAPICodePack.xml rename | ||
NAppUpdate.Framework.dll rename | ||
NLog.dll rename | ||
Odyssey.dll rename | ||
SevenZipSharp.dll rename | ||
SQLite.Designer.dll rename | ||
System.Data.SQLite.dll rename | ||
System.Data.SQLite.Linq.dll rename | ||
System.Data.SQLite.xml rename | ||
System.Windows.Interactivity.dll rename | ||
TAFactory.IconPack.dll rename | ||
WPFLocalizeExtension.dll rename | ||
Progress | ||
Common | ||
RateBase.cs | ||
Properties | ||
AssemblyInfo.cs | ||
RateBar.csproj | ||
Shell | ||
FileOperation | ||
FileOperation.xaml.cs | ||
IIFileOperation.cs | ||
AssociationItem.cs | ||
Shell.csproj | ||
ShellComboBox.cs | ||
ShellTreeViewEx.cs | ||
ShellViewEx.cs | ||
SysImageList.cs | ||
ToolTip.xaml.cs | ||
TabControl | ||
TabControl.cs | ||
TaskDialog | ||
TaskDialogInterop.cs | ||
UnbufferedFO/GS.Common.IO | ||
OverlappedStream.cs | ||
UnbufferedIO.csproj | ||
WpfControlLibrary1 | ||
BetterExplorerControls.csproj | ||
BExplorer.sln | ||
BetterExplorer.csproj
/BExplorer/BetterExplorer/BetterExplorer.csproj+37/BExplorer/BetterExplorer/BetterExplorer.csproj
Add comment 1 Plus using System.Reflection;
Add comment 2 Plus using System.Runtime.CompilerServices;
Add comment 3 Plus using System.Runtime.InteropServices;
Add comment 4 Plus
Add comment 5 Plus // General Information about an assembly is controlled through the following
Add comment 6 Plus // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus // associated with an assembly.
Add comment 8 Plus [assembly: AssemblyTitle("BEHelper")]
Add comment 9 Plus [assembly: AssemblyDescription("")]
Add comment 10 Plus [assembly: AssemblyConfiguration("")]
Add comment 11 Plus [assembly: AssemblyCompany("")]
Add comment 12 Plus [assembly: AssemblyProduct("BEHelper")]
Add comment 13 Plus [assembly: AssemblyCopyright("Copyright © 2013")]
Add comment 14 Plus [assembly: AssemblyTrademark("")]
Add comment 15 Plus [assembly: AssemblyCulture("")]
Add comment 16 Plus
Add comment 17 Plus // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus [assembly: ComVisible(false)]
Add comment 21 Plus
Add comment 22 Plus // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus [assembly: Guid("3595b7eb-f7a1-4b6d-8df7-d0230dbe12b6")]
Add comment 24 Plus
Add comment 25 Plus // Version information for an assembly consists of the following four values:
Add comment 26 Plus //
Add comment 27 Plus // Major Version
Add comment 28 Plus // Minor Version
Add comment 29 Plus // Build Number
Add comment 30 Plus // Revision
Add comment 31 Plus //
Add comment 32 Plus // You can specify all the values or you can default the Build and Revision Numbers
Add comment 33 Plus // by using the '*' as shown below:
Add comment 34 Plus // [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus [assembly: AssemblyVersion("1.0.0.0")]
Add comment 36 Plus [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 37 Plus
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs+37/BExplorer/BetterExplorer/MainWindow.xaml.cs
Add comment 1 Plus using System.Reflection;
Add comment 2 Plus using System.Runtime.CompilerServices;
Add comment 3 Plus using System.Runtime.InteropServices;
Add comment 4 Plus
Add comment 5 Plus // General Information about an assembly is controlled through the following
Add comment 6 Plus // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus // associated with an assembly.
Add comment 8 Plus [assembly: AssemblyTitle("BEHelper")]
Add comment 9 Plus [assembly: AssemblyDescription("")]
Add comment 10 Plus [assembly: AssemblyConfiguration("")]
Add comment 11 Plus [assembly: AssemblyCompany("")]
Add comment 12 Plus [assembly: AssemblyProduct("BEHelper")]
Add comment 13 Plus [assembly: AssemblyCopyright("Copyright © 2013")]
Add comment 14 Plus [assembly: AssemblyTrademark("")]
Add comment 15 Plus [assembly: AssemblyCulture("")]
Add comment 16 Plus
Add comment 17 Plus // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus [assembly: ComVisible(false)]
Add comment 21 Plus
Add comment 22 Plus // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus [assembly: Guid("3595b7eb-f7a1-4b6d-8df7-d0230dbe12b6")]
Add comment 24 Plus
Add comment 25 Plus // Version information for an assembly consists of the following four values:
Add comment 26 Plus //
Add comment 27 Plus // Major Version
Add comment 28 Plus // Minor Version
Add comment 29 Plus // Build Number
Add comment 30 Plus // Revision
Add comment 31 Plus //
Add comment 32 Plus // You can specify all the values or you can default the Build and Revision Numbers
Add comment 33 Plus // by using the '*' as shown below:
Add comment 34 Plus // [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus [assembly: AssemblyVersion("1.0.0.0")]
Add comment 36 Plus [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 37 Plus
AssemblyInfo.cs
/BreadcrumbBar/Properties/AssemblyInfo.cs+37/BreadcrumbBar/Properties/AssemblyInfo.cs
Add comment 1 Plus using System.Reflection;
Add comment 2 Plus using System.Runtime.CompilerServices;
Add comment 3 Plus using System.Runtime.InteropServices;
Add comment 4 Plus
Add comment 5 Plus // General Information about an assembly is controlled through the following
Add comment 6 Plus // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus // associated with an assembly.
Add comment 8 Plus [assembly: AssemblyTitle("BEHelper")]
Add comment 9 Plus [assembly: AssemblyDescription("")]
Add comment 10 Plus [assembly: AssemblyConfiguration("")]
Add comment 11 Plus [assembly: AssemblyCompany("")]
Add comment 12 Plus [assembly: AssemblyProduct("BEHelper")]
Add comment 13 Plus [assembly: AssemblyCopyright("Copyright © 2013")]
Add comment 14 Plus [assembly: AssemblyTrademark("")]
Add comment 15 Plus [assembly: AssemblyCulture("")]
Add comment 16 Plus
Add comment 17 Plus // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus [assembly: ComVisible(false)]
Add comment 21 Plus
Add comment 22 Plus // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus [assembly: Guid("3595b7eb-f7a1-4b6d-8df7-d0230dbe12b6")]
Add comment 24 Plus
Add comment 25 Plus // Version information for an assembly consists of the following four values:
Add comment 26 Plus //
Add comment 27 Plus // Major Version
Add comment 28 Plus // Minor Version
Add comment 29 Plus // Build Number
Add comment 30 Plus // Revision
Add comment 31 Plus //
Add comment 32 Plus // You can specify all the values or you can default the Build and Revision Numbers
Add comment 33 Plus // by using the '*' as shown below:
Add comment 34 Plus // [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus [assembly: AssemblyVersion("1.0.0.0")]
Add comment 36 Plus [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 37 Plus
Odyssey.Controls.csproj
/BreadcrumbBar/Odyssey.Controls.csproj+37/BreadcrumbBar/Odyssey.Controls.csproj
Add comment 1 Plus using System.Reflection;
Add comment 2 Plus using System.Runtime.CompilerServices;
Add comment 3 Plus using System.Runtime.InteropServices;
Add comment 4 Plus
Add comment 5 Plus // General Information about an assembly is controlled through the following
Add comment 6 Plus // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus // associated with an assembly.
Add comment 8 Plus [assembly: AssemblyTitle("BEHelper")]
Add comment 9 Plus [assembly: AssemblyDescription("")]
Add comment 10 Plus [assembly: AssemblyConfiguration("")]
Add comment 11 Plus [assembly: AssemblyCompany("")]
Add comment 12 Plus [assembly: AssemblyProduct("BEHelper")]
Add comment 13 Plus [assembly: AssemblyCopyright("Copyright © 2013")]
Add comment 14 Plus [assembly: AssemblyTrademark("")]
Add comment 15 Plus [assembly: AssemblyCulture("")]
Add comment 16 Plus
Add comment 17 Plus // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus [assembly: ComVisible(false)]
Add comment 21 Plus
Add comment 22 Plus // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus [assembly: Guid("3595b7eb-f7a1-4b6d-8df7-d0230dbe12b6")]
Add comment 24 Plus
Add comment 25 Plus // Version information for an assembly consists of the following four values:
Add comment 26 Plus //
Add comment 27 Plus // Major Version
Add comment 28 Plus // Minor Version
Add comment 29 Plus // Build Number
Add comment 30 Plus // Revision
Add comment 31 Plus //
Add comment 32 Plus // You can specify all the values or you can default the Build and Revision Numbers
Add comment 33 Plus // by using the '*' as shown below:
Add comment 34 Plus // [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus [assembly: AssemblyVersion("1.0.0.0")]
Add comment 36 Plus [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 37 Plus
ControlzEx.dll
/External References/FluentRibbon/ControlzEx.dll/External References/FluentRibbon/ControlzEx.dll
Renamed from
/FluentRibbon/ControlzEx.dll
The file content is identical.
Fluent.dll
/External References/FluentRibbon/Fluent.dll/External References/FluentRibbon/Fluent.dll
Renamed from
/FluentRibbon/Fluent.dll
The file content is identical.
MahApps.Metro.dll
/External References/FluentRibbon/MahApps.Metro.dll/External References/FluentRibbon/MahApps.Metro.dll
Renamed from
/BExplorer/External References/MahApps.Metro.dll
The file content is identical.
MahApps.Metro.xml
/External References/FluentRibbon/MahApps.Metro.xml/External References/FluentRibbon/MahApps.Metro.xml
Renamed from
/BExplorer/External References/MahApps.Metro.xml
The file content is identical.
System.Windows.Interactivity.dll
/External References/FluentRibbon/System.Windows.Interactivity.dll/External References/FluentRibbon/System.Windows.Interactivity.dll
Renamed from
/BExplorer/External References/System.Windows.Interactivity.dll
The file content is identical.
7z.dll
/External References/7z.dll/External References/7z.dll
Renamed from
/BExplorer/External References/7z.dll
The file content is identical.
7z64.dll
/External References/7z64.dll/External References/7z64.dll
Renamed from
/BExplorer/External References/7z64.dll
The file content is identical.
AeroWizard.dll
/External References/AeroWizard.dll/External References/AeroWizard.dll
Renamed from
/BExplorer/External References/AeroWizard.dll
The file content is identical.
AppLimit.NetSparkle.Net40.dll
/External References/AppLimit.NetSparkle.Net40.dll/External References/AppLimit.NetSparkle.Net40.dll
Renamed from
/BExplorer/External References/AppLimit.NetSparkle.Net40.dll
The file content is identical.
AutomaticUpdaterWPF.dll
/External References/AutomaticUpdaterWPF.dll/External References/AutomaticUpdaterWPF.dll
Renamed from
/BExplorer/External References/AutomaticUpdaterWPF.dll
The file content is identical.
Fluent.dll
/External References/Fluent.dll/External References/Fluent.dll
Renamed from
/BExplorer/External References/Fluent.dll
The file content is identical.
Fluent.xml
/External References/Fluent.xml/External References/Fluent.xml
Renamed from
/BExplorer/External References/Fluent.xml
The file content is identical.
Ionic.Zip.dll
/External References/Ionic.Zip.dll/External References/Ionic.Zip.dll
Renamed from
/BExplorer/External References/Ionic.Zip.dll
The file content is identical.
MahApps.Metro.dll
/External References/MahApps.Metro.dll/External References/MahApps.Metro.dll
Renamed from
/FluentRibbon/MahApps.Metro.dll
The file content is identical.
MahApps.Metro.xml
/External References/MahApps.Metro.xml/External References/MahApps.Metro.xml
Renamed from
/FluentRibbon/MahApps.Metro.xml
The file content is identical.
Microsoft.WindowsAPICodePack.dll
/External References/Microsoft.WindowsAPICodePack.dll/External References/Microsoft.WindowsAPICodePack.dll
Renamed from
/BExplorer/External References/Microsoft.WindowsAPICodePack.dll
The file content is identical.
Microsoft.WindowsAPICodePack.xml
/External References/Microsoft.WindowsAPICodePack.xml/External References/Microsoft.WindowsAPICodePack.xml
Renamed from
/BExplorer/External References/Microsoft.WindowsAPICodePack.xml
The file content is identical.
NAppUpdate.Framework.dll
/External References/NAppUpdate.Framework.dll/External References/NAppUpdate.Framework.dll
Renamed from
/BExplorer/External References/NAppUpdate.Framework.dll
The file content is identical.
NLog.dll
/External References/NLog.dll/External References/NLog.dll
Renamed from
/BExplorer/External References/NLog.dll
The file content is identical.
Odyssey.dll
/External References/Odyssey.dll/External References/Odyssey.dll
Renamed from
/BExplorer/External References/Odyssey.dll
The file content is identical.
SevenZipSharp.dll
/External References/SevenZipSharp.dll/External References/SevenZipSharp.dll
Renamed from
/BExplorer/External References/SevenZipSharp.dll
The file content is identical.
SQLite.Designer.dll
/External References/SQLite.Designer.dll/External References/SQLite.Designer.dll
Renamed from
/BExplorer/External References/SQLite.Designer.dll
The file content is identical.
System.Data.SQLite.dll
/External References/System.Data.SQLite.dll/External References/System.Data.SQLite.dll
Renamed from
/BExplorer/External References/System.Data.SQLite.dll
The file content is identical.
System.Data.SQLite.Linq.dll
/External References/System.Data.SQLite.Linq.dll/External References/System.Data.SQLite.Linq.dll
Renamed from
/BExplorer/External References/System.Data.SQLite.Linq.dll
The file content is identical.
System.Data.SQLite.xml
/External References/System.Data.SQLite.xml/External References/System.Data.SQLite.xml
Renamed from
/BExplorer/External References/System.Data.SQLite.xml
The file content is identical.
System.Windows.Interactivity.dll
/External References/System.Windows.Interactivity.dll/External References/System.Windows.Interactivity.dll
Renamed from
/FluentRibbon/System.Windows.Interactivity.dll
The file content is identical.
TAFactory.IconPack.dll
/External References/TAFactory.IconPack.dll/External References/TAFactory.IconPack.dll
Renamed from
/BExplorer/External References/TAFactory.IconPack.dll
The file content is identical.
WPFLocalizeExtension.dll
/External References/WPFLocalizeExtension.dll/External References/WPFLocalizeExtension.dll
Renamed from
/BExplorer/External References/WPFLocalizeExtension.dll
The file content is identical.
Add comment 1 Plus using System.Reflection;
Add comment 2 Plus using System.Runtime.CompilerServices;
Add comment 3 Plus using System.Runtime.InteropServices;
Add comment 4 Plus
Add comment 5 Plus // General Information about an assembly is controlled through the following
Add comment 6 Plus // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus // associated with an assembly.
Add comment 8 Plus [assembly: AssemblyTitle("BEHelper")]
Add comment 9 Plus [assembly: AssemblyDescription("")]
Add comment 10 Plus [assembly: AssemblyConfiguration("")]
Add comment 11 Plus [assembly: AssemblyCompany("")]
Add comment 12 Plus [assembly: AssemblyProduct("BEHelper")]
Add comment 13 Plus [assembly: AssemblyCopyright("Copyright © 2013")]
Add comment 14 Plus [assembly: AssemblyTrademark("")]
Add comment 15 Plus [assembly: AssemblyCulture("")]
Add comment 16 Plus
Add comment 17 Plus // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus [assembly: ComVisible(false)]
Add comment 21 Plus
Add comment 22 Plus // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus [assembly: Guid("3595b7eb-f7a1-4b6d-8df7-d0230dbe12b6")]
Add comment 24 Plus
Add comment 25 Plus // Version information for an assembly consists of the following four values:
Add comment 26 Plus //
Add comment 27 Plus // Major Version
Add comment 28 Plus // Minor Version
Add comment 29 Plus // Build Number
Add comment 30 Plus // Revision
Add comment 31 Plus //
Add comment 32 Plus // You can specify all the values or you can default the Build and Revision Numbers
Add comment 33 Plus // by using the '*' as shown below:
Add comment 34 Plus // [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus [assembly: AssemblyVersion("1.0.0.0")]
Add comment 36 Plus [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 37 Plus
Add comment 1 Plus using System.Reflection;
Add comment 2 Plus using System.Runtime.CompilerServices;
Add comment 3 Plus using System.Runtime.InteropServices;
Add comment 4 Plus
Add comment 5 Plus // General Information about an assembly is controlled through the following
Add comment 6 Plus // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus // associated with an assembly.
Add comment 8 Plus [assembly: AssemblyTitle("BEHelper")]
Add comment 9 Plus [assembly: AssemblyDescription("")]
Add comment 10 Plus [assembly: AssemblyConfiguration("")]
Add comment 11 Plus [assembly: AssemblyCompany("")]
Add comment 12 Plus [assembly: AssemblyProduct("BEHelper")]
Add comment 13 Plus [assembly: AssemblyCopyright("Copyright © 2013")]
Add comment 14 Plus [assembly: AssemblyTrademark("")]
Add comment 15 Plus [assembly: AssemblyCulture("")]
Add comment 16 Plus
Add comment 17 Plus // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus [assembly: ComVisible(false)]
Add comment 21 Plus
Add comment 22 Plus // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus [assembly: Guid("3595b7eb-f7a1-4b6d-8df7-d0230dbe12b6")]
Add comment 24 Plus
Add comment 25 Plus // Version information for an assembly consists of the following four values:
Add comment 26 Plus //
Add comment 27 Plus // Major Version
Add comment 28 Plus // Minor Version
Add comment 29 Plus // Build Number
Add comment 30 Plus // Revision
Add comment 31 Plus //
Add comment 32 Plus // You can specify all the values or you can default the Build and Revision Numbers
Add comment 33 Plus // by using the '*' as shown below:
Add comment 34 Plus // [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus [assembly: AssemblyVersion("1.0.0.0")]
Add comment 36 Plus [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 37 Plus
FileOperation.xaml.cs
/Shell/FileOperation/FileOperation.xaml.cs/Shell/FileOperation/FileOperation.xaml.cs
IIFileOperation.cs
/Shell/FileOperation/IIFileOperation.cs/Shell/FileOperation/IIFileOperation.cs
OverlappedStream.cs
/UnbufferedFO/GS.Common.IO/OverlappedStream.cs/UnbufferedFO/GS.Common.IO/OverlappedStream.cs
UnbufferedIO.csproj
/UnbufferedFO/GS.Common.IO/UnbufferedIO.csproj/UnbufferedFO/GS.Common.IO/UnbufferedIO.csproj
BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj/WpfControlLibrary1/BetterExplorerControls.csproj