diff --git a/Utility/RestartExplorer/Program.cs b/Utility/RestartExplorer/Program.cs new file mode 100644 index 0000000..94fdfcb --- /dev/null +++ b/Utility/RestartExplorer/Program.cs @@ -0,0 +1,5 @@ +namespace RestartExplorer { + public static class Program { + public static void Main() => Explorer.Restart(); + } +} \ No newline at end of file diff --git a/Utility/RestartExplorer/RestartExplorer.csproj b/Utility/RestartExplorer/RestartExplorer.csproj index ed779e8..c8fd39a 100644 --- a/Utility/RestartExplorer/RestartExplorer.csproj +++ b/Utility/RestartExplorer/RestartExplorer.csproj @@ -1,145 +1,153 @@  + - - - Debug - AnyCPU - {D7E17942-A57E-4A43-AEF3-F9327B12C22C} - Library - RestartExplorer - RestartExplorer - v4.6 - 512 - true - false - D:\Program Files\Shell Extensions\Context Menu\QuickActionExtension\ - true - Disk - false - Foreground - 7 - Days - false - false - true - true - 2 - 1.0.0.%2a - false - true - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - 651B2E0AB4CC7D06E35430F2AD3A188123F59BDF - - - RestartExplorer_TemporaryKey.pfx - - - true - - - false - - - - - - - - true - - - RestartExplorer.snk - - - true - - - - ..\..\packages\PInvoke.Kernel32.0.7.124\lib\net46\PInvoke.Kernel32.dll - - - ..\..\packages\PInvoke.User32.0.7.124\lib\net45\PInvoke.User32.dll - - - ..\..\packages\PInvoke.Windows.Core.0.7.124\lib\net45\PInvoke.Windows.Core.dll - - - ..\..\packages\PInvoke.Windows.ShellScalingApi.0.7.124\lib\net45\PInvoke.Windows.ShellScalingApi.dll - - - - ..\..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll - - - - ..\..\packages\System.Memory.4.5.5\lib\netstandard1.1\System.Memory.dll - - - ..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll - - - - - - - - ..\..\packages\Validation.2.5.51\lib\net45\Validation.dll - - - - - - - - - - - - - - - {EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B} - 1 - 1 - 0 - tlbimp - False - True - - - - - False - .NET Framework 3.5 SP1 - false - - - + + + Debug + AnyCPU + {D7E17942-A57E-4A43-AEF3-F9327B12C22C} + WinExe + RestartExplorer + RestartExplorer + v4.6 + 512 + true + false + D:\Program Files\Shell Extensions\Context Menu\QuickActionExtension\ + true + Disk + false + Foreground + 7 + Days + false + false + true + true + 2 + 1.0.0.%2a + false + true + true + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + 651B2E0AB4CC7D06E35430F2AD3A188123F59BDF + + + RestartExplorer_TemporaryKey.pfx + + + true + + + false + + + + + + + + false + + + true + + + + ..\..\packages\PInvoke.Kernel32.0.7.124\lib\net46\PInvoke.Kernel32.dll + + + ..\..\packages\PInvoke.User32.0.7.124\lib\net45\PInvoke.User32.dll + + + ..\..\packages\PInvoke.Windows.Core.0.7.124\lib\net45\PInvoke.Windows.Core.dll + + + ..\..\packages\PInvoke.Windows.ShellScalingApi.0.7.124\lib\net45\PInvoke.Windows.ShellScalingApi.dll + + + + ..\..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll + + + + ..\..\packages\System.Memory.4.5.5\lib\netstandard1.1\System.Memory.dll + + + ..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll + + + + + + + + ..\..\packages\Validation.2.5.51\lib\net45\Validation.dll + + + + + + + + + + + + + + + {EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B} + 1 + 1 + 0 + tlbimp + False + True + + + + + False + .NET Framework 3.5 SP1 + false + + + \ No newline at end of file diff --git a/Utility/RestartExplorer/RestartExplorer.snk b/Utility/RestartExplorer/RestartExplorer.snk deleted file mode 100644 index d20ae3b..0000000 Binary files a/Utility/RestartExplorer/RestartExplorer.snk and /dev/null differ