Moved References and removed some issues
85aec2e3
Aaron Campf
committed
50 changed files
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.
RateBase.cs
/Progress/Common/RateBase.cs+37
/Progress/Common/RateBase.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
/Progress/Properties/AssemblyInfo.cs+37
/Progress/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  
RateBar.csproj
/Progress/RateBar.csproj
/Progress/RateBar.csproj
FileOperation.xaml.cs
/Shell/FileOperation/FileOperation.xaml.cs
/Shell/FileOperation/FileOperation.xaml.cs
IIFileOperation.cs
/Shell/FileOperation/IIFileOperation.cs
/Shell/FileOperation/IIFileOperation.cs
AssociationItem.cs
/Shell/AssociationItem.cs
/Shell/AssociationItem.cs
Shell.csproj
/Shell/Shell.csproj
/Shell/Shell.csproj
ShellComboBox.cs
/Shell/ShellComboBox.cs
/Shell/ShellComboBox.cs
ShellTreeViewEx.cs
/Shell/ShellTreeViewEx.cs
/Shell/ShellTreeViewEx.cs
ShellViewEx.cs
/Shell/ShellViewEx.cs
/Shell/ShellViewEx.cs
SysImageList.cs
/Shell/SysImageList.cs
/Shell/SysImageList.cs
ToolTip.xaml.cs
/Shell/ToolTip.xaml.cs
/Shell/ToolTip.xaml.cs
TabControl.cs
/TabControl/TabControl.cs
/TabControl/TabControl.cs
TaskDialogInterop.cs
/TaskDialog/TaskDialogInterop.cs
/TaskDialog/TaskDialogInterop.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
BExplorer.sln
/BExplorer.sln
/BExplorer.sln