From 1bd270eb007f01ae978ed0441793d773ec9e5605 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Mon, 20 May 2024 11:47:17 -0500 Subject: [PATCH] =?UTF-8?q?Update=20.NET=20Framework=20versions=20(4.0/4.5?= =?UTF-8?q?=20=E2=86=92=204.8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AdvancedContextMenuExtension.csproj | 26 ++-- .../Properties/Resources.Designer.cs | 6 +- .../CopyDirectoryLocationHandler.csproj | 26 ++-- .../CountLinesExtension.csproj | 28 ++-- .../Properties/Resources.Designer.cs | 9 +- .../DllContextMenuExtension.csproj | 14 +- .../DynamicSubMenu/DynamicSubMenus.csproj | 16 +- .../Properties/Resources.Designer.cs | 4 +- .../ExtendedViewContextMenuExtension.csproj | 4 +- .../MultipleExtensionsSample.csproj | 15 +- .../CopyPathDataHandler.csproj | 28 ++-- .../WebSearchDeskBand.csproj | 8 +- .../XsdDropHandler/XsdDropHandler.csproj | 28 ++-- .../DllIconHandler/DllIconHandler.csproj | 28 ++-- .../Properties/Resources.Designer.cs | 12 +- .../LockedFileIconOverlayHandler.csproj | 28 ++-- .../Properties/Resources.Designer.cs | 9 +- .../Properties/Resources.Designer.cs | 9 +- .../ReadOnlyFileIconOverlayHandler.csproj | 28 ++-- .../FolderInfoTipHandler.csproj | 28 ++-- ...ironmentVariablesNamespaceExtension.csproj | 18 +-- .../Properties/Resources.Designer.cs | 146 +++++++++--------- .../GitHubNamespaceExtension.csproj | 8 +- .../Properties/Resources.Designer.cs | 146 +++++++++--------- .../RegistryNamespaceExtension.csproj | 8 +- .../TrivialNamespaceExtension.csproj | 8 +- .../AbcPreviewHandler.csproj | 6 +- .../IconPreviewHandler.csproj | 28 ++-- .../FileTimesPropertySheet.csproj | 26 ++-- .../ResourcesPropertySheet.Tests.csproj | 4 +- .../Properties/Resources.Designer.cs | 146 +++++++++--------- .../ResourcesPropertySheet.csproj | 4 +- .../Properties/Resources.Designer.cs | 6 +- .../TxtThumbnailHandler.csproj | 28 ++-- .../SharpShell.Tests/SharpShell.Tests.csproj | 18 +-- SharpShell/SharpShell.sln | 96 +++++++++++- .../SharpNamespaceExtension.cs | 1 - SharpShell/SharpShell/SharpShell.csproj | 19 +-- .../Properties/Resources.Designer.cs | 48 +++--- .../Properties/Settings.Designer.cs | 26 ++-- .../ServerInspector/ServerInspector.csproj | 18 +-- .../Servers/ServerViewModel.cs | 12 +- SharpShell/Tools/ServerInspector/app.config | 3 + .../Properties/Resources.Designer.cs | 6 +- .../Properties/Settings.Designer.cs | 6 +- .../Tools/ServerManager/ServerManager.csproj | 34 ++-- SharpShell/Tools/ServerManager/app.config | 3 + .../ServerRegistrationManager/App.config | 6 +- .../ServerRegistrationManager.csproj | 26 ++-- .../Properties/Resources.Designer.cs | 48 +++--- .../Properties/Settings.Designer.cs | 26 ++-- .../ShellExtensionManager.csproj | 22 ++- .../Tools/ShellExtensionManager/app.config | 3 + 53 files changed, 669 insertions(+), 688 deletions(-) create mode 100644 SharpShell/Tools/ServerInspector/app.config create mode 100644 SharpShell/Tools/ServerManager/app.config create mode 100644 SharpShell/Tools/ShellExtensionManager/app.config diff --git a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj b/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj index 4e636a3b..d7b9f698 100644 --- a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj +++ b/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,16 +9,8 @@ Properties AdvancedContextMenuExtension AdvancedContextMenuExtension - v4.5 + v4.8 512 - - - - - - - - true @@ -86,11 +78,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/Resources.Designer.cs b/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/Resources.Designer.cs index 00cb502b..9378b36c 100644 --- a/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18051 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace AdvancedContextMenuExtension.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj b/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj index b9c7d6e7..19a31ea7 100644 --- a/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj +++ b/SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,16 +9,8 @@ Properties CopyDirectoryLocationHandler CopyDirectoryLocationHandler - v4.5 + v4.8 512 - - - - - - - - true @@ -75,11 +67,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj b/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj index 987b69df..28106d76 100644 --- a/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj +++ b/SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties CountLinesExtension CountLinesExtension - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -92,11 +86,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/Resources.Designer.cs b/SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/Resources.Designer.cs index 618a6193..56225ca4 100644 --- a/SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.296 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace CountLinesExtension.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -60,6 +60,9 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap CountLines { get { object obj = ResourceManager.GetObject("CountLines", resourceCulture); diff --git a/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj b/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj index ec16e3df..79d05b23 100644 --- a/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj +++ b/SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,12 +10,8 @@ Properties DllContextMenuExtension DllContextMenuExtension - v4.0 + v4.8 512 - SAK - SAK - SAK - SAK true @@ -25,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -33,6 +30,7 @@ TRACE prompt 4 + false true @@ -65,11 +63,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj b/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj index b909991e..61cc540f 100644 --- a/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj +++ b/SharpShell/Samples/ContextMenu/DynamicSubMenu/DynamicSubMenus.csproj @@ -9,7 +9,7 @@ Properties DynamicSubMenus DynamicSubMenus - v4.5 + v4.8 512 @@ -76,11 +76,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/ContextMenu/DynamicSubMenu/Properties/Resources.Designer.cs b/SharpShell/Samples/ContextMenu/DynamicSubMenu/Properties/Resources.Designer.cs index a06ce0a8..3a11ca3e 100644 --- a/SharpShell/Samples/ContextMenu/DynamicSubMenu/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/ContextMenu/DynamicSubMenu/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -19,7 +19,7 @@ namespace DynamicSubMenus.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj b/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj index b2611c13..809ef6e1 100644 --- a/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj +++ b/SharpShell/Samples/ContextMenu/ExtendedViewContextMenuExtension/ExtendedViewContextMenuExtension.csproj @@ -9,7 +9,7 @@ Properties ExtendedViewContextMenu ExtendedViewContextMenuExtension - v4.5 + v4.8 512 true @@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj b/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj index 1ef94845..80dd154c 100644 --- a/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj +++ b/SharpShell/Samples/ContextMenu/MultipleExtensionsSample/MultipleExtensionsSample.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,12 +9,8 @@ Properties MultipleExtensionsSample MultipleExtensionsSample - v4.5 + v4.8 512 - SAK - SAK - SAK - SAK true @@ -68,14 +64,11 @@ - - copy "$(TargetDir)*.dll" "$(SolutionDir)..\Build\Samples" - - - \ No newline at end of file + diff --git a/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj b/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj index 49d1a28a..a7b13210 100644 --- a/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj +++ b/SharpShell/Samples/DataHandler/CopyPathDataHandler/CopyPathDataHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties CopyPathDataHandler CopyPathDataHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -76,11 +70,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj b/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj index a26d4cc1..7493016d 100644 --- a/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj +++ b/SharpShell/Samples/DeskBand/WebSearchDeskBand/WebSearchDeskBand.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties WebSearchDeskBand WebSearchDeskBand - v4.5 + v4.8 512 @@ -77,11 +77,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj b/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj index 00bdb76a..c2db6f37 100644 --- a/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj +++ b/SharpShell/Samples/DropHandler/XsdDropHandler/XsdDropHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties XsdDropHandler XsdDropHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -95,11 +89,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj b/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj index 51ceae43..3c124dd8 100644 --- a/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj +++ b/SharpShell/Samples/IconHandler/DllIconHandler/DllIconHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties DllIconHandler DllIconHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -92,11 +86,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/IconHandler/DllIconHandler/Properties/Resources.Designer.cs b/SharpShell/Samples/IconHandler/DllIconHandler/Properties/Resources.Designer.cs index c94f8e14..171f670e 100644 --- a/SharpShell/Samples/IconHandler/DllIconHandler/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/IconHandler/DllIconHandler/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.269 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace DllIconHandler.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -60,6 +60,9 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon ManagedDll { get { object obj = ResourceManager.GetObject("ManagedDll", resourceCulture); @@ -67,6 +70,9 @@ internal static System.Drawing.Icon ManagedDll { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon NativeDll { get { object obj = ResourceManager.GetObject("NativeDll", resourceCulture); diff --git a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj b/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj index e7819f6c..3aff7607 100644 --- a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj +++ b/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/LockedFileIconOverlayHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties LockedFileIconOverlayHandler LockedFileIconOverlayHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -90,11 +84,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/Properties/Resources.Designer.cs b/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/Properties/Resources.Designer.cs index cbd9935d..4bdb4ca1 100644 --- a/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/IconOverlayHandler/LockedFileIconOverlayHandler/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.296 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace LockedFileIconOverlayHandler.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -60,6 +60,9 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon Locked { get { object obj = ResourceManager.GetObject("Locked", resourceCulture); diff --git a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/Properties/Resources.Designer.cs b/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/Properties/Resources.Designer.cs index 5d4e929a..ecdd1a82 100644 --- a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.269 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace ReadOnlyFileIconOverlayHandler.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -60,6 +60,9 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon ReadOnly { get { object obj = ResourceManager.GetObject("ReadOnly", resourceCulture); diff --git a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj b/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj index 425e5ffd..d876683d 100644 --- a/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj +++ b/SharpShell/Samples/IconOverlayHandler/ReadOnlyFileIconOverlayHandler/ReadOnlyFileIconOverlayHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties ReadOnlyFileIconOverlayHandler ReadOnlyFileIconOverlayHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -88,11 +82,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj b/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj index 7f3fa2f0..89e75e64 100644 --- a/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj +++ b/SharpShell/Samples/InfoTipHandler/FolderInfoTipHandler/FolderInfoTipHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties FolderInfoTipHandler FolderInfoTipHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -76,11 +70,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj index 1d2401f1..2f1878a1 100644 --- a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj +++ b/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/EnvironmentVariablesNamespaceExtension.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties EnvironmentVariablesNamespaceExtension EnvironmentVariablesNamespaceExtension - v4.5 + v4.8 512 @@ -78,11 +78,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/Properties/Resources.Designer.cs b/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/Properties/Resources.Designer.cs index 46f1c3bf..27557e55 100644 --- a/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/NamespaceExtension/EnvironmentVariablesNamespaceExtension/Properties/Resources.Designer.cs @@ -1,73 +1,73 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace EnvironmentVariablesNamespaceExtension.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EnvironmentVariablesNamespaceExtension.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon EnvironmentVariable { - get { - object obj = ResourceManager.GetObject("EnvironmentVariable", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace EnvironmentVariablesNamespaceExtension.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EnvironmentVariablesNamespaceExtension.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon EnvironmentVariable { + get { + object obj = ResourceManager.GetObject("EnvironmentVariable", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + } +} diff --git a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj index 2c38cb16..360591dc 100644 --- a/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj +++ b/SharpShell/Samples/NamespaceExtension/GitHubNamespaceExtension/GitHubNamespaceExtension.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties GitHubNamespaceExtension GitHubNamespaceExtension - v4.5 + v4.8 512 ..\..\..\ true @@ -62,11 +62,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/Properties/Resources.Designer.cs b/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/Properties/Resources.Designer.cs index 36ecd1aa..56c6532f 100644 --- a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/Properties/Resources.Designer.cs @@ -1,73 +1,73 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.17929 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace RegistryNamespaceExtension.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RegistryNamespaceExtension.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon RegistryKey { - get { - object obj = ResourceManager.GetObject("RegistryKey", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace RegistryNamespaceExtension.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RegistryNamespaceExtension.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon RegistryKey { + get { + object obj = ResourceManager.GetObject("RegistryKey", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + } +} diff --git a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj index c614393f..c6478028 100644 --- a/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj +++ b/SharpShell/Samples/NamespaceExtension/RegistryNamespaceExtension/RegistryNamespaceExtension.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties RegistryNamespaceExtension RegistryNamespaceExtension - v4.5 + v4.8 512 @@ -73,11 +73,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj b/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj index dc3c75af..c05591df 100644 --- a/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj +++ b/SharpShell/Samples/NamespaceExtension/TrivialNamespaceExtension/TrivialNamespaceExtension.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties TrivialNamespaceExtension TrivialNamespaceExtension - v4.5 + v4.8 512 @@ -62,11 +62,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj b/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj index cfb18e4f..535acf59 100644 --- a/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj +++ b/SharpShell/Samples/PreviewHandler/AbcPreviewHandler/AbcPreviewHandler.csproj @@ -9,7 +9,7 @@ Properties AbcPreviewHandler AbcPreviewHandler - v4.5 + v4.8 512 @@ -71,11 +71,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj b/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj index f162de99..03b735da 100644 --- a/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj +++ b/SharpShell/Samples/PreviewHandler/IconPreviewHandler/IconPreviewHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties IconPreviewHandler IconPreviewHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -92,11 +86,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj b/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj index ff71f2bd..aae7240c 100644 --- a/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj +++ b/SharpShell/Samples/PropertySheet/FileTimesPropertySheet/FileTimesPropertySheet.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,16 +9,8 @@ Properties FileTimesPropertySheet FileTimesPropertySheet - v4.5 + v4.8 512 - - - - - - - - true @@ -86,11 +78,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj index 868bb366..c42d34d7 100644 --- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj +++ b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet.Tests/ResourcesPropertySheet.Tests.csproj @@ -10,7 +10,7 @@ Properties ResourcesPropertySheet.Tests ResourcesPropertySheet.Tests - v4.5 + v4.8 512 true @@ -80,4 +80,4 @@ - \ No newline at end of file + diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/Properties/Resources.Designer.cs b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/Properties/Resources.Designer.cs index d31e27ac..03a2539a 100644 --- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/Properties/Resources.Designer.cs @@ -1,73 +1,73 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace ResourcesPropertySheet.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ResourcesPropertySheet.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon ResourceIcon { - get { - object obj = ResourceManager.GetObject("ResourceIcon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace ResourcesPropertySheet.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ResourcesPropertySheet.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon ResourceIcon { + get { + object obj = ResourceManager.GetObject("ResourceIcon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + } +} diff --git a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj index c0585847..9d50c51c 100644 --- a/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj +++ b/SharpShell/Samples/PropertySheet/ResourcesPropertySheet/ResourcesPropertySheet.csproj @@ -9,7 +9,7 @@ Properties ResourcesPropertySheet ResourcesPropertySheet - v4.5 + v4.8 512 true @@ -113,4 +113,4 @@ - \ No newline at end of file + diff --git a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/Properties/Resources.Designer.cs b/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/Properties/Resources.Designer.cs index 9a256892..14a0db30 100644 --- a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/Properties/Resources.Designer.cs +++ b/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace TxtThumbnailHandler.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj b/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj index 072a2b73..6fb15b81 100644 --- a/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj +++ b/SharpShell/Samples/ThumbnailHandler/TxtThumbnailHandler/TxtThumbnailHandler.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,16 +10,8 @@ Properties TxtThumbnailHandler TxtThumbnailHandler - v4.0 + v4.8 512 - - - - - - - - true @@ -29,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -37,6 +30,7 @@ TRACE prompt 4 + false true @@ -90,11 +84,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj b/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj index 31f2bdb8..c9d1938b 100644 --- a/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj +++ b/SharpShell/SharpShell.Tests/SharpShell.Tests.csproj @@ -1,5 +1,5 @@  - + @@ -11,7 +11,7 @@ Properties SharpShell.Tests SharpShell.Tests - v4.5 + v4.8 512 ..\ true @@ -89,11 +89,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/SharpShell.sln b/SharpShell/SharpShell.sln index 90efa190..a6dfecd0 100644 --- a/SharpShell/SharpShell.sln +++ b/SharpShell/SharpShell.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28010.2046 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34902.65 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpShell", "SharpShell\SharpShell.csproj", "{B5D5F670-BFBA-4D09-91C6-74BB12B7EDD4}" EndProject @@ -96,6 +96,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourcesPropertySheet.Test EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtendedViewContextMenuExtension", "Samples\ContextMenu\ExtendedViewContextMenuExtension\ExtendedViewContextMenuExtension.csproj", "{1BF437A2-0B93-4626-8E24-31727C2849D7}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DllContextMenuExtension", "Samples\ContextMenu\DllContextMenuExtension\DllContextMenuExtension.csproj", "{6078508E-2780-4836-AC08-4428951CE91D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultipleExtensionsSample", "Samples\ContextMenu\MultipleExtensionsSample\MultipleExtensionsSample.csproj", "{7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrivialNamespaceExtension", "Samples\NamespaceExtension\TrivialNamespaceExtension\TrivialNamespaceExtension.csproj", "{4A577120-B6A1-490D-BE53-82D81E1581B4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerInspector", "Tools\ServerInspector\ServerInspector.csproj", "{5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -542,6 +550,86 @@ Global {1BF437A2-0B93-4626-8E24-31727C2849D7}.Release|x64.Build.0 = Release|Any CPU {1BF437A2-0B93-4626-8E24-31727C2849D7}.Release|x86.ActiveCfg = Release|Any CPU {1BF437A2-0B93-4626-8E24-31727C2849D7}.Release|x86.Build.0 = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|Win32.ActiveCfg = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|Win32.Build.0 = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|x64.ActiveCfg = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|x64.Build.0 = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|x86.ActiveCfg = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Debug|x86.Build.0 = Debug|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|Any CPU.Build.0 = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|Win32.ActiveCfg = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|Win32.Build.0 = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|x64.ActiveCfg = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|x64.Build.0 = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|x86.ActiveCfg = Release|Any CPU + {6078508E-2780-4836-AC08-4428951CE91D}.Release|x86.Build.0 = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|Win32.ActiveCfg = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|Win32.Build.0 = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|x64.ActiveCfg = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|x64.Build.0 = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|x86.ActiveCfg = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Debug|x86.Build.0 = Debug|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|Any CPU.Build.0 = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|Win32.ActiveCfg = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|Win32.Build.0 = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|x64.ActiveCfg = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|x64.Build.0 = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|x86.ActiveCfg = Release|Any CPU + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A}.Release|x86.Build.0 = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|Win32.ActiveCfg = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|Win32.Build.0 = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|x64.ActiveCfg = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|x64.Build.0 = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|x86.ActiveCfg = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Debug|x86.Build.0 = Debug|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|Any CPU.Build.0 = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|Win32.ActiveCfg = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|Win32.Build.0 = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|x64.ActiveCfg = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|x64.Build.0 = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|x86.ActiveCfg = Release|Any CPU + {4A577120-B6A1-490D-BE53-82D81E1581B4}.Release|x86.Build.0 = Release|Any CPU + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|Any CPU.ActiveCfg = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|Any CPU.Build.0 = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|Win32.ActiveCfg = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|Win32.Build.0 = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|x64.ActiveCfg = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|x64.Build.0 = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|x86.ActiveCfg = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Debug|x86.Build.0 = Debug|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|Any CPU.ActiveCfg = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|Any CPU.Build.0 = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|Mixed Platforms.Build.0 = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|Win32.ActiveCfg = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|Win32.Build.0 = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|x64.ActiveCfg = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|x64.Build.0 = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|x86.ActiveCfg = Release|x86 + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -584,6 +672,10 @@ Global {D94D7E7A-4A71-4750-B5C6-2E797F5C4D0C} = {8D0115C0-3631-46D2-B4BC-5DFB9D6DC614} {B1418BD9-CF03-45C8-B8D0-84CEEB4E4978} = {8D0115C0-3631-46D2-B4BC-5DFB9D6DC614} {1BF437A2-0B93-4626-8E24-31727C2849D7} = {1485D689-7B58-4926-A9A8-7192F47E417B} + {6078508E-2780-4836-AC08-4428951CE91D} = {1485D689-7B58-4926-A9A8-7192F47E417B} + {7AA52B74-AF46-4D23-BCC3-1DB275BEB80A} = {1485D689-7B58-4926-A9A8-7192F47E417B} + {4A577120-B6A1-490D-BE53-82D81E1581B4} = {915BB9DF-13F0-4E44-865F-4816C1FAB538} + {5183F6D9-1DC3-4F28-8A90-0C4F7F2DBCA6} = {2B76CB23-07D4-4139-9872-3FF41FEA6F24} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {2187190F-D346-4601-AC5D-3D30CC326C54} diff --git a/SharpShell/SharpShell/SharpNamespaceExtension/SharpNamespaceExtension.cs b/SharpShell/SharpShell/SharpNamespaceExtension/SharpNamespaceExtension.cs index 4a234a17..e03ef668 100644 --- a/SharpShell/SharpShell/SharpNamespaceExtension/SharpNamespaceExtension.cs +++ b/SharpShell/SharpShell/SharpNamespaceExtension/SharpNamespaceExtension.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.ComponentModel; using System.Drawing; -using System.EnterpriseServices; using System.Linq; using System.Reflection.Emit; using System.Runtime.InteropServices; diff --git a/SharpShell/SharpShell/SharpShell.csproj b/SharpShell/SharpShell/SharpShell.csproj index f45f6477..4ebe89a8 100644 --- a/SharpShell/SharpShell/SharpShell.csproj +++ b/SharpShell/SharpShell/SharpShell.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,17 +10,8 @@ Properties SharpShell SharpShell - v4.0 + v4.8 512 - - - - - - - - - Client true @@ -34,6 +25,7 @@ true + false pdbonly @@ -44,6 +36,7 @@ 4 bin\Release\SharpShell.xml true + false true @@ -344,11 +337,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Tools/ServerInspector/Properties/Resources.Designer.cs b/SharpShell/Tools/ServerInspector/Properties/Resources.Designer.cs index 546c5173..076782b8 100644 --- a/SharpShell/Tools/ServerInspector/Properties/Resources.Designer.cs +++ b/SharpShell/Tools/ServerInspector/Properties/Resources.Designer.cs @@ -1,17 +1,17 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.269 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -namespace ServerInspector.Properties -{ - - +namespace ServerInspector.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace ServerInspector.Properties // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ServerInspector.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/SharpShell/Tools/ServerInspector/Properties/Settings.Designer.cs b/SharpShell/Tools/ServerInspector/Properties/Settings.Designer.cs index 227b6d71..7f88ca80 100644 --- a/SharpShell/Tools/ServerInspector/Properties/Settings.Designer.cs +++ b/SharpShell/Tools/ServerInspector/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.269 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -namespace ServerInspector.Properties -{ - - +namespace ServerInspector.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/SharpShell/Tools/ServerInspector/ServerInspector.csproj b/SharpShell/Tools/ServerInspector/ServerInspector.csproj index 4e62e3aa..e91de213 100644 --- a/SharpShell/Tools/ServerInspector/ServerInspector.csproj +++ b/SharpShell/Tools/ServerInspector/ServerInspector.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,17 +10,12 @@ Properties ServerInspector ServerInspector - v4.0 - Client + v4.8 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 ..\..\ true - SAK - SAK - SAK - SAK x86 @@ -31,6 +26,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -40,6 +36,7 @@ TRACE prompt 4 + false @@ -108,6 +105,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator @@ -122,12 +120,12 @@ - - - \ No newline at end of file + diff --git a/SharpShell/Tools/ServerInspector/Servers/ServerViewModel.cs b/SharpShell/Tools/ServerInspector/Servers/ServerViewModel.cs index 835d7afc..b1fdf644 100644 --- a/SharpShell/Tools/ServerInspector/Servers/ServerViewModel.cs +++ b/SharpShell/Tools/ServerInspector/Servers/ServerViewModel.cs @@ -12,7 +12,7 @@ namespace ServerInspector.Servers /// The ServerViewModel ViewModel class. /// [ViewModel] - public class ServerViewModel : ViewModel + public class ServerViewModel : ViewModel { /// /// Initializes a new instance of the class. @@ -26,12 +26,12 @@ public ServerViewModel() } - public override void FromModel(ShellExtensionsRegistrationInfo model) + public override void FromModel(ShellExtensionRegistrationInfo model) { Model = model; } - public override void ToModel(ShellExtensionsRegistrationInfo model) + public override void ToModel(ShellExtensionRegistrationInfo model) { throw new NotImplementedException(); } @@ -41,15 +41,15 @@ public override void ToModel(ShellExtensionsRegistrationInfo model) /// The NotifyingProperty for the Model property. /// private readonly NotifyingProperty ModelProperty = - new NotifyingProperty("Model", typeof(ShellExtensionsRegistrationInfo), default(ShellExtensionsRegistrationInfo)); + new NotifyingProperty("Model", typeof(ShellExtensionRegistrationInfo), default(ShellExtensionRegistrationInfo)); /// /// Gets or sets Model. /// /// The value of Model. - public ShellExtensionsRegistrationInfo Model + public ShellExtensionRegistrationInfo Model { - get { return (ShellExtensionsRegistrationInfo)GetValue(ModelProperty); } + get { return (ShellExtensionRegistrationInfo)GetValue(ModelProperty); } set { SetValue(ModelProperty, value); } } } diff --git a/SharpShell/Tools/ServerInspector/app.config b/SharpShell/Tools/ServerInspector/app.config new file mode 100644 index 00000000..3e0e37cf --- /dev/null +++ b/SharpShell/Tools/ServerInspector/app.config @@ -0,0 +1,3 @@ + + + diff --git a/SharpShell/Tools/ServerManager/Properties/Resources.Designer.cs b/SharpShell/Tools/ServerManager/Properties/Resources.Designer.cs index 8ce1b9e2..2a7cdb39 100644 --- a/SharpShell/Tools/ServerManager/Properties/Resources.Designer.cs +++ b/SharpShell/Tools/ServerManager/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18051 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace ServerManager.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/SharpShell/Tools/ServerManager/Properties/Settings.Designer.cs b/SharpShell/Tools/ServerManager/Properties/Settings.Designer.cs index 72bc7379..ab889444 100644 --- a/SharpShell/Tools/ServerManager/Properties/Settings.Designer.cs +++ b/SharpShell/Tools/ServerManager/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.269 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace ServerManager.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/SharpShell/Tools/ServerManager/ServerManager.csproj b/SharpShell/Tools/ServerManager/ServerManager.csproj index 2352c7ff..98d9339b 100644 --- a/SharpShell/Tools/ServerManager/ServerManager.csproj +++ b/SharpShell/Tools/ServerManager/ServerManager.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,19 +10,10 @@ Properties ServerManager ServerManager - v4.0 - Client + v4.8 512 ..\..\ true - - - - - - - - x86 @@ -33,6 +24,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -42,6 +34,7 @@ TRACE prompt 4 + false true @@ -58,6 +51,7 @@ false ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true + false bin\x64\Release\ @@ -75,6 +69,7 @@ ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true false + false true @@ -92,6 +87,7 @@ ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true false + false bin\Release\ @@ -108,6 +104,7 @@ true ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true + false SharpShell.ico @@ -220,6 +217,7 @@ TestShellForm.cs + SettingsSingleFileGenerator @@ -260,11 +258,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Tools/ServerManager/app.config b/SharpShell/Tools/ServerManager/app.config new file mode 100644 index 00000000..3e0e37cf --- /dev/null +++ b/SharpShell/Tools/ServerManager/app.config @@ -0,0 +1,3 @@ + + + diff --git a/SharpShell/Tools/ServerRegistrationManager/App.config b/SharpShell/Tools/ServerRegistrationManager/App.config index 8e156463..4bfa0056 100644 --- a/SharpShell/Tools/ServerRegistrationManager/App.config +++ b/SharpShell/Tools/ServerRegistrationManager/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj b/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj index 276ab6e0..fda9e4b4 100644 --- a/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj +++ b/SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,16 +9,8 @@ Properties ServerRegistrationManager ServerRegistrationManager - v4.5 + v4.8 512 - - - - - - - - AnyCPU @@ -100,11 +92,11 @@ xcopy "$(SolutionDir)artifacts\build\SharpShell\SharpShell.dll" "$(ProjectDir)EmbeddedReferences\" /F /R /Y /I - - \ No newline at end of file + diff --git a/SharpShell/Tools/ShellExtensionManager/Properties/Resources.Designer.cs b/SharpShell/Tools/ShellExtensionManager/Properties/Resources.Designer.cs index 01e6b8c5..574f1595 100644 --- a/SharpShell/Tools/ShellExtensionManager/Properties/Resources.Designer.cs +++ b/SharpShell/Tools/ShellExtensionManager/Properties/Resources.Designer.cs @@ -1,17 +1,17 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.269 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -namespace ShellExtensionManager.Properties -{ - - +namespace ShellExtensionManager.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace ShellExtensionManager.Properties // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShellExtensionManager.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/SharpShell/Tools/ShellExtensionManager/Properties/Settings.Designer.cs b/SharpShell/Tools/ShellExtensionManager/Properties/Settings.Designer.cs index 476a025e..98c8b3db 100644 --- a/SharpShell/Tools/ShellExtensionManager/Properties/Settings.Designer.cs +++ b/SharpShell/Tools/ShellExtensionManager/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.269 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -namespace ShellExtensionManager.Properties -{ - - +namespace ShellExtensionManager.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj b/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj index 75b1bdc5..30bf098f 100644 --- a/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj +++ b/SharpShell/Tools/ShellExtensionManager/ShellExtensionManager.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,19 +10,10 @@ Properties ShellExtensionManager ShellExtensionManager - v4.0 - Client + v4.8 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 - - - - - - - - ..\..\ true @@ -35,6 +26,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -44,6 +36,7 @@ TRACE prompt 4 + false true @@ -60,6 +53,7 @@ true ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true + false bin\Release\ @@ -76,6 +70,7 @@ true ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true + false @@ -147,6 +142,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator Settings.Designer.cs @@ -160,11 +156,11 @@ - - \ No newline at end of file + diff --git a/SharpShell/Tools/ShellExtensionManager/app.config b/SharpShell/Tools/ShellExtensionManager/app.config new file mode 100644 index 00000000..3e0e37cf --- /dev/null +++ b/SharpShell/Tools/ShellExtensionManager/app.config @@ -0,0 +1,3 @@ + + +