From b894ffdd5327fe0a56c2fea679a64af4d1c71b98 Mon Sep 17 00:00:00 2001 From: GreyMerlin Date: Sun, 13 Aug 2017 14:57:22 -0700 Subject: [PATCH] ShellExtension VS2017(2) - Updates * Eliminate Debug for registering the shell extension; it is leftover from a long-ago VS and no longer functions correctly. * Also for VS2015 --- ShellExtension/ShellExtension.vs2015.sln | 2 +- ShellExtension/ShellExtension.vs2015.vcxproj | 28 ++------------------ ShellExtension/ShellExtension.vs2017.sln | 6 ++--- ShellExtension/ShellExtension.vs2017.vcxproj | 38 +++++----------------------- 4 files changed, 13 insertions(+), 61 deletions(-) diff --git a/ShellExtension/ShellExtension.vs2015.sln b/ShellExtension/ShellExtension.vs2015.sln index 75586a716..d84c7f0e9 100644 --- a/ShellExtension/ShellExtension.vs2015.sln +++ b/ShellExtension/ShellExtension.vs2015.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShellExtension", "ShellExtension.vcxproj", "{76A538A1-9D2C-49CB-AE9F-72548CE37F88}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShellExtension", "ShellExtension.vs2015.vcxproj", "{76A538A1-9D2C-49CB-AE9F-72548CE37F88}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ShellExtension/ShellExtension.vs2015.vcxproj b/ShellExtension/ShellExtension.vs2015.vcxproj index 550be96cc..2e6949259 100644 --- a/ShellExtension/ShellExtension.vs2015.vcxproj +++ b/ShellExtension/ShellExtension.vs2015.vcxproj @@ -19,11 +19,13 @@ + ShellExtension {76A538A1-9D2C-49CB-AE9F-72548CE37F88} ShellExtension AtlProj + 10.0.14393.0 @@ -106,19 +108,6 @@ Default StreamingSIMDExtensions - - Performing registration - if "%OS%"=="" goto NOTNT -if not "%OS%"=="Windows_NT" goto NOTNT -regsvr32 /s /c "$(TargetPath)" -echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" -goto end -:NOTNT -echo Warning : Cannot register Unicode DLL on Windows 95 -:end - - $(OutDir)regsvr32.trg;%(Outputs) - $(OutDir)$(TargetName).dll true @@ -157,19 +146,6 @@ echo Warning : Cannot register Unicode DLL on Windows 95 ProgramDatabase Default - - Performing registration - if "%OS%"=="" goto NOTNT -if not "%OS%"=="Windows_NT" goto NOTNT -regsvr32 /s /c "$(TargetPath)" -echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" -goto end -:NOTNT -echo Warning : Cannot register Unicode DLL on Windows 95 -:end - - $(OutDir)regsvr32.trg;%(Outputs) - $(OutDir)$(TargetName).dll true diff --git a/ShellExtension/ShellExtension.vs2017.sln b/ShellExtension/ShellExtension.vs2017.sln index 75586a716..aa150aa51 100644 --- a/ShellExtension/ShellExtension.vs2017.sln +++ b/ShellExtension/ShellExtension.vs2017.sln @@ -1,8 +1,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.16 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShellExtension", "ShellExtension.vcxproj", "{76A538A1-9D2C-49CB-AE9F-72548CE37F88}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShellExtension", "ShellExtension.vs2017.vcxproj", "{76A538A1-9D2C-49CB-AE9F-72548CE37F88}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ShellExtension/ShellExtension.vs2017.vcxproj b/ShellExtension/ShellExtension.vs2017.vcxproj index 550be96cc..48c2d3fde 100644 --- a/ShellExtension/ShellExtension.vs2017.vcxproj +++ b/ShellExtension/ShellExtension.vs2017.vcxproj @@ -1,5 +1,5 @@  - + Unicode Debug @@ -19,11 +19,13 @@ + ShellExtension {76A538A1-9D2C-49CB-AE9F-72548CE37F88} ShellExtension AtlProj + 10.0.15063.0 @@ -31,26 +33,26 @@ false Static Unicode - v140_xp + v141_xp DynamicLibrary false Static Unicode - v140_xp + v141_xp DynamicLibrary false Unicode - v140 + v141 DynamicLibrary false Unicode - v140 + v141 @@ -106,19 +108,6 @@ Default StreamingSIMDExtensions - - Performing registration - if "%OS%"=="" goto NOTNT -if not "%OS%"=="Windows_NT" goto NOTNT -regsvr32 /s /c "$(TargetPath)" -echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" -goto end -:NOTNT -echo Warning : Cannot register Unicode DLL on Windows 95 -:end - - $(OutDir)regsvr32.trg;%(Outputs) - $(OutDir)$(TargetName).dll true @@ -157,19 +146,6 @@ echo Warning : Cannot register Unicode DLL on Windows 95 ProgramDatabase Default - - Performing registration - if "%OS%"=="" goto NOTNT -if not "%OS%"=="Windows_NT" goto NOTNT -regsvr32 /s /c "$(TargetPath)" -echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" -goto end -:NOTNT -echo Warning : Cannot register Unicode DLL on Windows 95 -:end - - $(OutDir)regsvr32.trg;%(Outputs) - $(OutDir)$(TargetName).dll true -- 2.11.0