diff --git a/SharpShell/Dependencies/Apex/Apex.dll b/SharpShell/Dependencies/Apex/Apex.dll
deleted file mode 100644
index 55152fb6..00000000
Binary files a/SharpShell/Dependencies/Apex/Apex.dll and /dev/null differ
diff --git a/SharpShell/Directory.Build.props b/SharpShell/Directory.Build.props
new file mode 100644
index 00000000..17b86b4f
--- /dev/null
+++ b/SharpShell/Directory.Build.props
@@ -0,0 +1,14 @@
+
+
+ Dave Kerr
+ SharpShell
+ Copyright © Dave Kerr 2010-Present
+ Shell,SharpShell,COM,Context Menu,Icon Handler
+ https://github.com/dwmkerr/sharpshell
+ 2.7.2
+ $(Version).0
+ $(Version).0
+ AnyCPU
+ en-US
+
+
diff --git a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj b/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj
index 4625032e..bbb1df71 100644
--- a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj
+++ b/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index 6e830904..00000000
--- a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("AdvancedContextMenuExtension")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("AdvancedContextMenuExtension")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("0adf0c5c-4cc2-4288-8ed5-ffaa00e7b967")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj b/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj
index 6faa5b82..e389cd76 100644
--- a/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj
+++ b/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index a7d600e8..00000000
--- a/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("CopyDirectoryLocationHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("CopyDirectoryLocationHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("ba7ff0c2-deb6-418b-992c-7c9730363cf1")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj b/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj
index 0b01b7ac..4b630927 100644
--- a/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj
+++ b/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index a995f8fb..00000000
--- a/SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("CountLinesExtension")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("CountLinesExtension")]
-[assembly: AssemblyCopyright("Copyright © 2012")]
-[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("856f8a6d-a906-40f4-94c0-32ee7f33672e")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj b/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj
index 127eeb02..df13e179 100644
--- a/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj
+++ b/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/ContextMenu/DllContextMenuExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/ContextMenu/DllContextMenuExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index 9ea013a1..00000000
--- a/SharpShell/Samples/ContextMenu/DllContextMenuExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("DllContextMenuExtension")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("DllContextMenuExtension")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("9151bdc3-6ffe-4b9f-adac-484b36e1e97a")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj b/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj
index 4625032e..bbb1df71 100644
--- a/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj
+++ b/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/ContextMenu/DynamicSubMenu/Properties/AssemblyInfo.cs b/SharpShell/Samples/ContextMenu/DynamicSubMenu/Properties/AssemblyInfo.cs
deleted file mode 100644
index 3be9c72d..00000000
--- a/SharpShell/Samples/ContextMenu/DynamicSubMenu/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("DynamicSubMenus")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("DynamicSubMenus")]
-[assembly: AssemblyCopyright("Copyright © 2015")]
-[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("280c448c-2763-42a6-9895-59c17555a0e7")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj b/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj
index f6038dc3..6422db1e 100644
--- a/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj
+++ b/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj
@@ -3,7 +3,6 @@
net48
Library
ExtendedViewContextMenu
- false
true
true
true
diff --git a/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index f2be6e0b..00000000
--- a/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// Allgemeine Informationen über eine Assembly werden über die folgenden
-// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
-// die einer Assembly zugeordnet sind.
-[assembly: AssemblyTitle("ExtendedViewContextMenuSample")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ExtendedViewContextMenuSample")]
-[assembly: AssemblyCopyright("Copyright © 2020")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
-// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
-// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
-[assembly: ComVisible(false)]
-
-// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
-[assembly: Guid("1bf437a2-0b93-4626-8e24-31727c2849d7")]
-
-// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
-//
-// Hauptversion
-// Nebenversion
-// Buildnummer
-// Revision
-//
-// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
-// indem Sie "*" wie unten gezeigt eingeben:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj b/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj
index 127eeb02..df13e179 100644
--- a/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj
+++ b/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/Properties/AssemblyInfo.cs b/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/Properties/AssemblyInfo.cs
deleted file mode 100644
index e2f7ab43..00000000
--- a/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("MultipleExtensionsSample")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("MultipleExtensionsSample")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("e0298aa9-6063-4bff-9ed8-2a1934bd35c4")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj b/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj
index 6faa5b82..e389cd76 100644
--- a/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj
+++ b/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/DataHandler/CopyPathDataHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/DataHandler/CopyPathDataHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index af582881..00000000
--- a/SharpShell/Samples/DataHandler/CopyPathDataHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("CopyPathDataHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("CopyPathDataHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("c66aebfa-9a81-41be-b998-844a7389324a")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/DeskBand/WebSearchDeskBand/Properties/AssemblyInfo.cs b/SharpShell/Samples/DeskBand/WebSearchDeskBand/Properties/AssemblyInfo.cs
deleted file mode 100644
index 5a6dfed1..00000000
--- a/SharpShell/Samples/DeskBand/WebSearchDeskBand/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("WebSearchDeskBand")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("WebSearchDeskBand")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("21a820d2-c74f-4999-8cd7-2f53555eaf8f")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj b/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj
index 5bd4a85a..a1979bf4 100644
--- a/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj
+++ b/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
diff --git a/SharpShell/Samples/DropHandler/XsdDropHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/DropHandler/XsdDropHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index c8fb9fd3..00000000
--- a/SharpShell/Samples/DropHandler/XsdDropHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("XsdDropHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("XsdDropHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("0bd4d291-0876-4ae4-b616-e7adebd9fe0e")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj b/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj
index b728cefb..941add86 100644
--- a/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj
+++ b/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj b/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj
index 6faa5b82..e389cd76 100644
--- a/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj
+++ b/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/IconHandler/DllIconHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/IconHandler/DllIconHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index 7fc1ff20..00000000
--- a/SharpShell/Samples/IconHandler/DllIconHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("DllIconHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("DllIconHandler")]
-[assembly: AssemblyCopyright("Copyright © 2012")]
-[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("545c6f5b-6cb4-492b-a5fd-df6a75a41109")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj b/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj
index 6faa5b82..e389cd76 100644
--- a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj
+++ b/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index 451a79bb..00000000
--- a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("LockedFileIconOverlayHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("LockedFileIconOverlayHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("32b8b8a0-2dca-4fd4-9023-75175c57b77d")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index d3f14b7f..00000000
--- a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("ReadOnlyFileIconOverlayHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ReadOnlyFileIconOverlayHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("b8ae651d-0143-420d-9b65-b356ab2c3d67")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj b/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj
index 6faa5b82..e389cd76 100644
--- a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj
+++ b/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj b/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj
index 6faa5b82..e389cd76 100644
--- a/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj
+++ b/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index 6e8bd281..00000000
--- a/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("FolderInfoTipHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("FolderInfoTipHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("4dab2b81-2d9c-403d-afef-2f3c2e3a3cfa")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj
index 4625032e..bbb1df71 100644
--- a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj
+++ b/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index 742aacb4..00000000
--- a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("EnvironmentVariablesNamespaceExtension")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("EnvironmentVariablesNamespaceExtension")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
-[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("672b9bed-7742-4f33-b6e0-172c3907916d")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj
index 1f1e73c1..a38fd1ee 100644
--- a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj
+++ b/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj
@@ -3,8 +3,6 @@
net48
Library
..\..\..\
- true
- false
true
true
diff --git a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index 2da80d15..00000000
--- a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("GitHubNamespaceExtension")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("GitHubNamespaceExtension")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
-[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("c102708f-39e6-46ab-97be-c1521719f29c")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/packages.config b/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/packages.config
deleted file mode 100644
index 9a189d21..00000000
--- a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index c3531841..00000000
--- a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("RegistryNamespaceExtension")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("RegistryNamespaceExtension")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
-[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("0386a0dd-baef-4a47-9f01-7cc77c030fb4")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj
index 5efba260..2e3f0050 100644
--- a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj
+++ b/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
Key.snk
diff --git a/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/Properties/AssemblyInfo.cs b/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/Properties/AssemblyInfo.cs
deleted file mode 100644
index ded25eb8..00000000
--- a/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("TrivialNamespaceExtension")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("TrivialNamespaceExtension")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
-[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("7570caa5-ec8a-4045-a35f-a094b1ce1a33")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj
index 53f6cba5..bb55067b 100644
--- a/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj
+++ b/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
diff --git a/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj b/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj
index e907ee95..5e99c17b 100644
--- a/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj
+++ b/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index 9ead9aa9..00000000
--- a/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("AbcPreviewHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("AbcPreviewHandler")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
-[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("e15a6c4a-3b3d-4385-bbac-30466a9eee37")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj b/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj
index 06987f5f..94cd6d66 100644
--- a/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj
+++ b/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/PreviewHandler/IconPreviewHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/PreviewHandler/IconPreviewHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index 4907796e..00000000
--- a/SharpShell/Samples/PreviewHandler/IconPreviewHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("IconPreviewHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("IconPreviewHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("9b3ac119-7d93-4d34-a609-6ac79b11e9aa")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj b/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj
index 459fc200..e356505d 100644
--- a/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj
+++ b/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
diff --git a/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/Properties/AssemblyInfo.cs b/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/Properties/AssemblyInfo.cs
deleted file mode 100644
index e42b434a..00000000
--- a/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("FileTimesPropertySheet")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("FileTimesPropertySheet")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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("4bc810f9-a433-4c76-874a-b5b38b3568f3")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/Properties/AssemblyInfo.cs b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/Properties/AssemblyInfo.cs
deleted file mode 100644
index fc9df276..00000000
--- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("ResourcesPropertySheet.Tests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ResourcesPropertySheet.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2018")]
-[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("b1418bd9-cf03-45c8-b8d0-84ceeb4e4978")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj
index 1d3b5a01..937fc596 100644
--- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj
+++ b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
Key.snk
diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/packages.config b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/packages.config
deleted file mode 100644
index 4c851b84..00000000
--- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/Properties/AssemblyInfo.cs b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/Properties/AssemblyInfo.cs
deleted file mode 100644
index 8ced10f4..00000000
--- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("ResourcesPropertySheet")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ResourcesPropertySheet")]
-[assembly: AssemblyCopyright("Copyright © 2018")]
-[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("d94d7e7a-4a71-4750-b5c6-2e797f5c4d0c")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
-
-// Expose internals to the test assembly.
-[assembly: InternalsVisibleTo("ResourcesPropertySheet.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100fd4d1b737ded9aed85fd63e4e856ca63fc9d49b5ec1134b4da812eb12ffe07c53a42ec95de36c16dde43792926e1fc3c3ca718c10a7679f96785681c5c12a65b1cfe62652186f5030de0e6d44dbb043e86c7a9230e7d61c6c4036fc9a6da9c2d817c8681228a328a32814c775c9212bfba4dbdc2c82eda1c3d66532648d338b5")]
\ No newline at end of file
diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj
index 8108d7cf..f3aee6a8 100644
--- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj
+++ b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
true
true
@@ -25,4 +24,9 @@
+
+
+ <_Parameter1>ResourcesPropertySheet.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100fd4d1b737ded9aed85fd63e4e856ca63fc9d49b5ec1134b4da812eb12ffe07c53a42ec95de36c16dde43792926e1fc3c3ca718c10a7679f96785681c5c12a65b1cfe62652186f5030de0e6d44dbb043e86c7a9230e7d61c6c4036fc9a6da9c2d817c8681228a328a32814c775c9212bfba4dbdc2c82eda1c3d66532648d338b5
+
+
diff --git a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/Properties/AssemblyInfo.cs b/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index e694870f..00000000
--- a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("TxtThumbnailHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("TxtThumbnailHandler")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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(true)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("47c98e0d-231e-434d-9851-e49316ddedfc")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj b/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj
index 91844a12..71952753 100644
--- a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj
+++ b/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj
@@ -2,7 +2,6 @@
net48
Library
- false
true
Key.snk
OnOutputUpdated
diff --git a/SharpShell/SharedAssemblyInfo.cs b/SharpShell/SharedAssemblyInfo.cs
deleted file mode 100644
index 623f058f..00000000
--- a/SharpShell/SharedAssemblyInfo.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// Shared Assembly Information for all projects in SharpShell.
-[assembly: AssemblyCompany("Dave Kerr")]
-[assembly: AssemblyProduct("SharpShell")]
-[assembly: AssemblyCopyright("Copyright © Dave Kerr 2019")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.7.2.0")]
-[assembly: AssemblyFileVersion("2.7.2.0")]
diff --git a/SharpShell/SharpShell.Tests/Properties/AssemblyInfo.cs b/SharpShell/SharpShell.Tests/Properties/AssemblyInfo.cs
deleted file mode 100644
index 2f8c0ad2..00000000
--- a/SharpShell/SharpShell.Tests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("SharpShell.Tests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("SharpShell.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
-[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("eaefda4f-434a-4fa0-92c5-4547b5be6674")]
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj b/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj
index e908b38d..3137dcc3 100644
--- a/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj
+++ b/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj
@@ -4,7 +4,6 @@
Library
..\
true
- false
true
Key.snk
diff --git a/SharpShell/SharpShell.Tests/packages.config b/SharpShell/SharpShell.Tests/packages.config
deleted file mode 100644
index 9251da4c..00000000
--- a/SharpShell/SharpShell.Tests/packages.config
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SharpShell/SharpShell.sln b/SharpShell/SharpShell.sln
index 2453d251..058bf99e 100644
--- a/SharpShell/SharpShell.sln
+++ b/SharpShell/SharpShell.sln
@@ -13,9 +13,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerManager", "Tools\Serv
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. Tools", "2. Tools", "{2B76CB23-07D4-4139-9872-3FF41FEA6F24}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0. Info", "0. Info", "{A5AA3023-8450-45C8-BBB4-F5DB373AFF7D}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0. Shared", "0. Shared", "{A5AA3023-8450-45C8-BBB4-F5DB373AFF7D}"
ProjectSection(SolutionItems) = preProject
- SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
+ Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CountLinesExtension", "Samples\ContextMenu\CountLinesExtension\CountLinesExtension.csproj", "{E48D396E-04AC-40C8-9046-66A896EF3568}"
diff --git a/SharpShell/SharpShell.vssscc b/SharpShell/SharpShell.vssscc
deleted file mode 100644
index 6cb031bc..00000000
--- a/SharpShell/SharpShell.vssscc
+++ /dev/null
@@ -1,10 +0,0 @@
-""
-{
-"FILE_VERSION" = "9237"
-"ENLISTMENT_CHOICE" = "NEVER"
-"PROJECT_FILE_RELATIVE_PATH" = ""
-"NUMBER_OF_EXCLUDED_FILES" = "0"
-"ORIGINAL_PROJECT_FILE_PATH" = ""
-"NUMBER_OF_NESTED_PROJECTS" = "0"
-"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
-}
diff --git a/SharpShell/SharpShell/Properties/AssemblyInfo.cs b/SharpShell/SharpShell/Properties/AssemblyInfo.cs
deleted file mode 100644
index 6177cf60..00000000
--- a/SharpShell/SharpShell/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("SharpShell")]
-[assembly: AssemblyDescription("Core SharpShell Library")]
-[assembly: AssemblyConfiguration("")]
-[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("a5aa1830-0ac4-4291-8089-b3183d29a0e2")]
-
-// Expose internals to the SRM and unit tests.
-[assembly: InternalsVisibleTo("ServerRegistrationManager, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a5981b638f37c9bdd36af30b4a7c34b7e8fce33c5e424f37538f7dbd4e108c12909a2efcc4a2eb6dd4ef509cb53443a07f90504a7c8ec1a51813bd6696d21ab20d68d823ef8e840a3c4cdcf95c21122e153b389566c23c20f8e58fa4d15c810538443a303e6049d3ce9c8e589bb2277fab465f8bb2cfd2e4740688bc8f5b95e7")]
-[assembly: InternalsVisibleTo("SharpShell.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100fdbcb0cdaebf9bb65494552e5ca20ddae849ac94b8a14a02cee7fa7594bcaf918a8e89dabd1b1b29f5ef542253409a00ddf7055d1208a21d6b41f4b9b49ccac58beba7413f3ba74f10671ceae891f6e62bb9f504198ae30e9318bc3cfd0e4966dcc041b9b339b36ec893bf3e452add7d719958d36e7627b4b4e4835b2f07aba7")]
\ No newline at end of file
diff --git a/SharpShell/SharpShell/SharpShell.csproj b/SharpShell/SharpShell/SharpShell.csproj
index de17b42d..d002ae86 100644
--- a/SharpShell/SharpShell/SharpShell.csproj
+++ b/SharpShell/SharpShell/SharpShell.csproj
@@ -2,20 +2,16 @@
net48
Library
- false
- true
- true
+ True
true
true
Key.snk
+ SharpShell is a framework that lets you build Windows Shell Extensions using .NET
true
-
- SharedAssemblyInfo.cs
-
UserControl
@@ -27,9 +23,6 @@
-
-
-
@@ -38,4 +31,12 @@
+
+
+ <_Parameter1>SharpShell.Tests, PublicKey="0024000004800000940000000602000000240000525341310004000001000100fdbcb0cdaebf9bb65494552e5ca20ddae849ac94b8a14a02cee7fa7594bcaf918a8e89dabd1b1b29f5ef542253409a00ddf7055d1208a21d6b41f4b9b49ccac58beba7413f3ba74f10671ceae891f6e62bb9f504198ae30e9318bc3cfd0e4966dcc041b9b339b36ec893bf3e452add7d719958d36e7627b4b4e4835b2f07aba7
+
+
+ <_Parameter1>ServerRegistrationManager, PublicKey="0024000004800000940000000602000000240000525341310004000001000100a5981b638f37c9bdd36af30b4a7c34b7e8fce33c5e424f37538f7dbd4e108c12909a2efcc4a2eb6dd4ef509cb53443a07f90504a7c8ec1a51813bd6696d21ab20d68d823ef8e840a3c4cdcf95c21122e153b389566c23c20f8e58fa4d15c810538443a303e6049d3ce9c8e589bb2277fab465f8bb2cfd2e4740688bc8f5b95e7
+
+
diff --git a/SharpShell/SharpShell/SharpShell.nuspec b/SharpShell/SharpShell/SharpShell.nuspec
deleted file mode 100644
index 7c7627c6..00000000
--- a/SharpShell/SharpShell/SharpShell.nuspec
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- $id$
- $version$
- SharpShell
- Dave Kerr
- Dave Kerr
- https://github.com/dwmkerr/sharpshell
- false
- SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.
- SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.
- Copyright © Dave Kerr 2018
- Shell,SharpShell,COM,Context Menu,Icon Handler
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SharpShell/Tools/ServerInspector/Properties/AssemblyInfo.cs b/SharpShell/Tools/ServerInspector/Properties/AssemblyInfo.cs
deleted file mode 100644
index 95978911..00000000
--- a/SharpShell/Tools/ServerInspector/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,38 +0,0 @@
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-using System.Windows;
-
-// 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("ServerInspector")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[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)]
-
-//In order to begin building localizable applications, set
-//CultureYouAreCodingWith in your .csproj file
-//inside a . For example, if you are using US english
-//in your source files, set the to en-US. Then uncomment
-//the NeutralResourceLanguage attribute below. Update the "en-US" in
-//the line below to match the UICulture setting in the project file.
-
-//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
-
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
\ No newline at end of file
diff --git a/SharpShell/Tools/ServerInspector/ServerInspector.csproj b/SharpShell/Tools/ServerInspector/ServerInspector.csproj
index 02455aff..f0957082 100644
--- a/SharpShell/Tools/ServerInspector/ServerInspector.csproj
+++ b/SharpShell/Tools/ServerInspector/ServerInspector.csproj
@@ -3,16 +3,9 @@
net48
WinExe
..\..\
- true
- false
true
true
-
-
- SharedAssemblyInfo.cs
-
-
diff --git a/SharpShell/Tools/ServerInspector/app.config b/SharpShell/Tools/ServerInspector/app.config
deleted file mode 100644
index 3e0e37cf..00000000
--- a/SharpShell/Tools/ServerInspector/app.config
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/SharpShell/Tools/ServerInspector/packages.config b/SharpShell/Tools/ServerInspector/packages.config
deleted file mode 100644
index 7ac2f200..00000000
--- a/SharpShell/Tools/ServerInspector/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/SharpShell/Tools/ServerManager/Properties/AssemblyInfo.cs b/SharpShell/Tools/ServerManager/Properties/AssemblyInfo.cs
deleted file mode 100644
index 3b6126d0..00000000
--- a/SharpShell/Tools/ServerManager/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("ServerManager")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[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("4757d875-c4d1-498b-8bf5-b5075376daec")]
\ No newline at end of file
diff --git a/SharpShell/Tools/ServerManager/ServerManager.csproj b/SharpShell/Tools/ServerManager/ServerManager.csproj
index a512bc57..5a6e5efa 100644
--- a/SharpShell/Tools/ServerManager/ServerManager.csproj
+++ b/SharpShell/Tools/ServerManager/ServerManager.csproj
@@ -3,12 +3,9 @@
net48
WinExe
..\..\
- true
- false
true
true
SharpShell.ico
- app.manifest
$(TargetDir)\ServerManager.exe.CodeAnalysisLog.xml
MinimumRecommendedRules.ruleset
;$(DevEnvDir)\..\..\Team Tools\Static Analysis Tools\Rule Sets
@@ -22,9 +19,6 @@
-
- SharedAssemblyInfo.cs
-
UserControl
diff --git a/SharpShell/Tools/ServerManager/app.config b/SharpShell/Tools/ServerManager/app.config
deleted file mode 100644
index 3e0e37cf..00000000
--- a/SharpShell/Tools/ServerManager/app.config
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/SharpShell/Tools/ServerManager/app.manifest b/SharpShell/Tools/ServerManager/app.manifest
deleted file mode 100644
index b537bf49..00000000
--- a/SharpShell/Tools/ServerManager/app.manifest
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/SharpShell/Tools/ServerRegistrationManager/App.config b/SharpShell/Tools/ServerRegistrationManager/App.config
deleted file mode 100644
index 4bfa0056..00000000
--- a/SharpShell/Tools/ServerRegistrationManager/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/SharpShell/Tools/ServerRegistrationManager/Properties/AssemblyInfo.cs b/SharpShell/Tools/ServerRegistrationManager/Properties/AssemblyInfo.cs
deleted file mode 100644
index 49c1a7a5..00000000
--- a/SharpShell/Tools/ServerRegistrationManager/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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("ServerRegistrationManager")]
-[assembly: AssemblyDescription("Server Registration Manager for SharpShell, can be used in install or uninstall servers.")]
-[assembly: AssemblyConfiguration("")]
-[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("1968ce66-74ce-4167-9a2c-8a23cc975cd4")]
\ No newline at end of file
diff --git a/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj b/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj
index 7eb0bc62..a41eb4a0 100644
--- a/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj
+++ b/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj
@@ -2,29 +2,16 @@
net48
Exe
- false
true
Key.snk
OnOutputUpdated
- app.manifest
+ Server Registration Manager for SharpShell, can be used in install or uninstall servers
-
-
- Properties\SharedAssemblyInfo.cs
-
-
-
-
- Designer
-
-
-
-
diff --git a/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.nuspec b/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.nuspec
deleted file mode 100644
index e9320e6c..00000000
--- a/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.nuspec
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- $id$
- $version$
- ServerRegistrationManager
- Dave Kerr
- Dave Kerr
- https://github.com/dwmkerr/sharpshell
- false
- The ServerRegistrationManager tool is a tool which can be used to deploy SharpShell servers
- The ServerRegistrationManager tool is a tool which can be used to deploy SharpShell servers
- Copyright © Dave Kerr 2018
- SharpShell,ServerRegistrationManager,SRM,Shell,COM,Context Menu,Icon Handler
-
-
-
-
-
-
diff --git a/SharpShell/Tools/ServerRegistrationManager/app.manifest b/SharpShell/Tools/ServerRegistrationManager/app.manifest
deleted file mode 100644
index b537bf49..00000000
--- a/SharpShell/Tools/ServerRegistrationManager/app.manifest
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/SharpShell/Tools/SharpShellTools.nuspec b/SharpShell/Tools/SharpShellTools.nuspec
deleted file mode 100644
index 0e90d87f..00000000
--- a/SharpShell/Tools/SharpShellTools.nuspec
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- SharpShellTools
- $version$
- SharpShell Tools
- Dave Kerr
- Dave Kerr
- false
- https://github.com/dwmkerr/sharpshell
- SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.
- SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.
- Copyright © Dave Kerr 2018
- Shell,SharpShell,COM,Context Menu,Icon Handler
-
-
-
-
-
-
diff --git a/SharpShell/Tools/ShellExtensionManager/Properties/AssemblyInfo.cs b/SharpShell/Tools/ShellExtensionManager/Properties/AssemblyInfo.cs
deleted file mode 100644
index 946a3829..00000000
--- a/SharpShell/Tools/ShellExtensionManager/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-using System.Windows;
-
-// 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("ShellExtensionManager")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ShellExtensionManager")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[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)]
-
-//In order to begin building localizable applications, set
-//CultureYouAreCodingWith in your .csproj file
-//inside a . For example, if you are using US english
-//in your source files, set the to en-US. Then uncomment
-//the NeutralResourceLanguage attribute below. Update the "en-US" in
-//the line below to match the UICulture setting in the project file.
-
-//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
-
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
-
-
-// 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 Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj b/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj
index bf0b457b..7ca3525c 100644
--- a/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj
+++ b/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj
@@ -3,8 +3,6 @@
net48
WinExe
..\..\
- true
- false
true
true
$(TargetDir)\$(Configuration)\ShellExtensionManager.exe.CodeAnalysisLog.xml
diff --git a/SharpShell/Tools/ShellExtensionManager/app.config b/SharpShell/Tools/ShellExtensionManager/app.config
deleted file mode 100644
index 3e0e37cf..00000000
--- a/SharpShell/Tools/ShellExtensionManager/app.config
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/SharpShell/packages/Octokit.0.1.7/LICENSE.txt b/SharpShell/packages/Octokit.0.1.7/LICENSE.txt
deleted file mode 100644
index 9fa3e1df..00000000
--- a/SharpShell/packages/Octokit.0.1.7/LICENSE.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2012 GitHub, Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/SharpShell/packages/Octokit.0.1.7/Octokit.0.1.7.nupkg b/SharpShell/packages/Octokit.0.1.7/Octokit.0.1.7.nupkg
deleted file mode 100644
index ccaa195c..00000000
Binary files a/SharpShell/packages/Octokit.0.1.7/Octokit.0.1.7.nupkg and /dev/null differ
diff --git a/SharpShell/packages/Octokit.0.1.7/README.md b/SharpShell/packages/Octokit.0.1.7/README.md
deleted file mode 100644
index c6f9cf6b..00000000
--- a/SharpShell/packages/Octokit.0.1.7/README.md
+++ /dev/null
@@ -1,118 +0,0 @@
-# Octokit - GitHub API Client Library for .NET
-
-Octokit is a client library targeting .NET 4.5 and above that provides an easy
-way to interact with the [GitHub API](http://developer.github.com/v3/).
-
-## Usage examples
-
-Get public info on a specific user.
-
-```c#
-var github = new GitHubClient(new ProductHeaderValue("MyAmazingApp"));
-var user = await github.User.Get("half-ogre");
-Console.WriteLine(user.Followers + " folks love the half ogre!");
-```
-
-## Supported Platforms
-
-* .NET 4.5 (Desktop / Server)
-* Xamarin.iOS / Xamarin.Android / Xamarin.Mac
-* Mono 3.x
-* Windows 8 / 8.1 Store Apps
-
-## Getting Started
-
-Octokit is available on NuGet.
-
-```
-Install-Package Octokit
-```
-
-## Build
-
-Octokit is a single assembly designed to be easy to deploy anywhere. If you prefer
-to compile it yourself, you’ll need:
-
-* Visual Studio 2012 or later, or Xamarin Studio
-* Windows 8 or higher to build and test the WinRT projects
-
-To clone it locally click the "Clone in Windows" button above or run the
-following git commands.
-
-```
-git clone git@github.com:octokit/Octokit.net.git Octokit
-cd Octokit
-.\build.cmd
-```
-
-## Integration Tests
-
-Octokit has integration tests that access the GitHub API, but they must be configured before they will be executed.
-To configure the tests, create a test GitHub account (i.e., **don't use your real GitHub account**) and then set
-the following two environment variables:
-
-- `OCTOKIT_GITHUBUSERNAME` (set this to the test account's username)
-- `OCTOKIT_GITHUBPASSWORD` (set this to the test account's password)
-
-Once both of these are set, the integration tests will be executed both when running the `FullBuild` MSBuild target,
-and when running the `Octokit.Tests.Integration` assembly through an xUnit.net-friendly test runner.
-
-## Build Server
-
-The builds and tests for Octokit.net are run on [qed](https://github.com/half-ogre/qed/). This enables us to build and test incoming pull requests: http://half-ogre-qed.cloudapp.net/octokit/octokit.net
-
-## Problems?
-
-Octokit is 100% certified to be bug free. If you find an issue with our
-certification, please visit the [issue tracker](https://github.com/octokit/octokit.net/issues)
-and report the issue.
-
-Please be kind and search to see if the issue is already logged before creating
-a new one. If you're pressed for time, log it anyways.
-
-When creating an issue, clearly explain
-
-* What you were trying to do.
-* What you expected to happen.
-* What actually happened.
-* Steps to reproduce the problem.
-
-Also include any other information you think is relevant to reproduce the
-problem.
-
-## Contribute
-
-Visit the [Contributor Guidelines](https://github.com/octokit/octokit.net/blob/master/CONTRIBUTING.md)
-for more details.
-
-### A Note about project structure
-
-There are two primary projects in the solution: `Octokit.csproj` and `Octokit.Reactive.csproj`.
-
-The first is the task-based library. The second is a wrapper that provides an Reactive Extensions (Rx) based library.
-
-The clients within a project are organized similarly to the endpoints in the [GitHub API documentation](http://developer.github.com/v3/)
-
-Some clients are "sub-clients". For example, when you navigate to the [Issues API](http://developer.github.com/v3/issues/) you'll notice there's an endpoint for issues. But in the right navbar, there are other APIs such as [Assignees](http://developer.github.com/v3/issues/assignees/) and [Milestones](http://developer.github.com/v3/issues/milestones/).
-
-We've tried to mirror this structure. So the `IObservableMilestoneClient` isn't a direct property of `IObservableGitHubClient`. Instead, it's a property of the `IObservableIssuesClient`. And thus you can get to it by going to `client.Issues.Milestones`.
-
-## Copyright and License
-
-Copyright 2013 GitHub, Inc.
-
-Licensed under the [MIT License](https://github.com/octokit/octokit.net/blob/master/LICENSE.txt)
-
-## Deploying a new release
-
-When we're ready to deploy a new release, we need to do the following steps.
-
-1. Create a branch named `release`.
-2. Update [`ReleaseNotes.md`](ReleaseNotes.md). Note that the format is important as we parse the version out and use that for the NuGet packages.
-3. Push the branch to GitHub and create a pull request. This will kick off the MyGet build of the NuGet package with this new version.
-4. Test!
-5. When you're satisfied with this release, push the package [from MyGet](https://www.myget.org/feed/Packages/octokit) to NuGet.
-6. Create a tag `git tag v#.#.#`. For example, to create a tag for 1.0.0 `git tag v1.0.0`
-7. Push the tag to the server. `git push --tags`
-7. Accept the pull request.
-8. Create a [new release](https://github.com/octokit/octokit.net/releases/new) using the tag you just created and pasting in the release notes you just wrote up
diff --git a/SharpShell/packages/Octokit.0.1.7/ReleaseNotes.md b/SharpShell/packages/Octokit.0.1.7/ReleaseNotes.md
deleted file mode 100644
index 7c0d8185..00000000
--- a/SharpShell/packages/Octokit.0.1.7/ReleaseNotes.md
+++ /dev/null
@@ -1,41 +0,0 @@
-### New in 0.1.7 (Released 2013/12/27)
-* New client for repository search - #226 and @273 via @hahmed
-* Bugfix for creating/updating issue comments - #262 via @tpeczek
-* Bugfix for retrieving events - #264 via @shiftkey
-
-### New in 0.1.6 (Released 2013/12/18)
-* New client for managing Gists - #225 via @SimonCropp
-* New client for managing Git references - #238 via @khellang
-* Added missing Observable versions for Git objects client - #251 by @khellang
-* New client for Gist comments - #252 by @khellang
-* Lots of documentation - #253 by @pmacn
-* New client for managing issue labels - #256 by @andrerod
-
-### New in 0.1.5 (Released 2013/11/19)
-* New client for starring repositories
-* New client for retrieving commits
-* New client for managing an organization's teams and members
-* New client for managing blobs
-* New client for retrieving and creating trees
-* New client for managing collaborators of a repository
-
-### New in 0.1.4 (Released 2013/11/6)
-* New client for retrieving activity events
-* Fixed bug where concealing an org's member actually shows the member
-
-### New in 0.1.3 (Released 2013/11/5)
-* New Xamarin Component store versions of Octokit.net
-* New clients for managing assignees, milestones, and tags
-* New clients for managing issues, issue events, and issue comments
-* New client for managing organization members
-* Fixed bug in applying query parameters that could cause paging to continually request the same page
-
-### New in 0.1.2 (Released 2013/10/31)
-* New default constructors in Octokit.Reactive
-* New IObservableAssigneesClient in Octokit.Reactive
-
-### New in 0.1.1 (Released 2013/10/30)
-* Fixed problems with Microsoft.Threading.Tasks
-
-### New in 0.1.0 (Released 2013/10/30)
-* Initial release
diff --git a/SharpShell/packages/Octokit.0.1.7/lib/net45/Octokit.dll b/SharpShell/packages/Octokit.0.1.7/lib/net45/Octokit.dll
deleted file mode 100644
index b3aae470..00000000
Binary files a/SharpShell/packages/Octokit.0.1.7/lib/net45/Octokit.dll and /dev/null differ
diff --git a/SharpShell/packages/Octokit.0.1.7/lib/netcore45/Octokit.dll b/SharpShell/packages/Octokit.0.1.7/lib/netcore45/Octokit.dll
deleted file mode 100644
index 919308d8..00000000
Binary files a/SharpShell/packages/Octokit.0.1.7/lib/netcore45/Octokit.dll and /dev/null differ
diff --git a/SharpShell/packages/repositories.config b/SharpShell/packages/repositories.config
deleted file mode 100644
index c2db976d..00000000
--- a/SharpShell/packages/repositories.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file