From 9aa97ca20402c982b04e4d909d1f4ce97a397732 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Mon, 27 Apr 2020 23:48:43 +0800 Subject: [PATCH] Subsystem Windows XP --- plugin/NotepadStarterPlugin.vcxproj | 26 +++++++++++++++++--------- starter/NotepadStarter.vcxproj | 26 +++++++++++++++++--------- 2 files changed, 34 insertions(+), 18 deletions(-) diff --git a/plugin/NotepadStarterPlugin.vcxproj b/plugin/NotepadStarterPlugin.vcxproj index edfa89b..507e798 100644 --- a/plugin/NotepadStarterPlugin.vcxproj +++ b/plugin/NotepadStarterPlugin.vcxproj @@ -44,32 +44,32 @@ {4F74964B-2705-4ACC-B33C-4922D9AF3537} Win32Proj NotepadStarterPlugin - 10.0.15063.0 + 10.0 DynamicLibrary true - v140_xp + v142 Unicode DynamicLibrary false - v140_xp + v142 true Unicode DynamicLibrary true - v140_xp + v142 Unicode DynamicLibrary false - v140_xp + v142 true Unicode @@ -94,6 +94,8 @@ true $(SolutionDir)utils;$(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true @@ -102,6 +104,8 @@ false $(SolutionDir)utils;$(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false @@ -117,7 +121,8 @@ MultiThreadedDebug - Windows + NotSet + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) @@ -130,7 +135,8 @@ MultiThreadedDebug - Windows + NotSet + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) @@ -145,9 +151,10 @@ MultiThreaded - Windows + NotSet true true + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) @@ -162,9 +169,10 @@ MultiThreaded - Windows + NotSet true true + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) diff --git a/starter/NotepadStarter.vcxproj b/starter/NotepadStarter.vcxproj index 1dc5901..9d0ba17 100644 --- a/starter/NotepadStarter.vcxproj +++ b/starter/NotepadStarter.vcxproj @@ -23,32 +23,32 @@ {E3BA21D4-CED6-4CB1-9DFE-A9334AA59E3F} Win32Proj NotepadStarter - 10.0.15063.0 + 10.0 Application true - v140_xp + v142 Unicode Application false - v140_xp + v142 true Unicode Application true - v140_xp + v142 Unicode Application false - v140_xp + v142 true Unicode @@ -73,6 +73,8 @@ true $(SolutionDir)utils;$(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true @@ -81,6 +83,8 @@ false $(SolutionDir)utils;$(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false @@ -97,7 +101,8 @@ -wd4996 %(AdditionalOptions) - Windows + NotSet + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) call $(ProjectDir)NotepadStarterRelease.bat $(PlatformTarget) $(Configuration) @@ -114,7 +119,8 @@ MultiThreadedDebug - Windows + NotSet + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) call $(ProjectDir)NotepadStarterRelease.bat $(PlatformTarget) $(Configuration) @@ -133,9 +139,10 @@ -wd4996 %(AdditionalOptions) - Windows + NotSet true true + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) call $(ProjectDir)NotepadStarterRelease.bat $(PlatformTarget) $(Configuration) @@ -154,9 +161,10 @@ MultiThreaded - Windows + NotSet true true + /SUBSYSTEM:WINDOWS,"5.01" %(AdditionalOptions) call $(ProjectDir)NotepadStarterRelease.bat $(PlatformTarget) $(Configuration)