diff --git a/ReadMe.txt b/ReadMe.txt index 94ff14a..65b4a19 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -202,3 +202,4 @@ TestRun在写入开机自启动项时先提升权限,以防止因权限不足 2019.5.6 当TestRun、ClientDemo运行时若未成功加载ServerDll.dll,则给出提示。 +所有项目均采用平台工具集"Visual Studio 2012 - Windows XP (v110_xp)",以支持在XP上运行。 diff --git a/client/ClientDll.vcxproj b/client/ClientDll.vcxproj index 00adc83..6a32a00 100644 --- a/client/ClientDll.vcxproj +++ b/client/ClientDll.vcxproj @@ -14,19 +14,20 @@ {BEBAF888-532D-40D3-A8DD-DDAAF69F49AA} ClientDll ServerDll + 8.1 DynamicLibrary true - v140 + v110_xp MultiByte false DynamicLibrary false - v140 + v110_xp true MultiByte @@ -40,7 +41,14 @@ - + + $(WindowsSDK_IncludePath);$(IncludePath) + $(WindowsSDK_LibraryPath_x86);$(LibraryPath) + + + $(WindowsSDK_LibraryPath_x86);$(LibraryPath) + $(WindowsSDK_IncludePath);$(IncludePath) + Level3 diff --git a/client/TestRun.vcxproj b/client/TestRun.vcxproj index 0c57158..552ebfd 100644 --- a/client/TestRun.vcxproj +++ b/client/TestRun.vcxproj @@ -13,18 +13,19 @@ {B5D7F0E5-E735-4B17-91AE-866CE7E6ABD3} TestRun + 8.1 Application true - v140 + v110_xp MultiByte Application false - v140 + v110_xp true MultiByte @@ -38,7 +39,14 @@ - + + $(WindowsSDK_IncludePath);$(IncludePath) + $(WindowsSDK_LibraryPath_x86);$(LibraryPath) + + + $(WindowsSDK_IncludePath);$(IncludePath) + $(WindowsSDK_LibraryPath_x86);$(LibraryPath) + Level3 diff --git a/client/ghost.vcxproj b/client/ghost.vcxproj index 7636d12..0766c34 100644 --- a/client/ghost.vcxproj +++ b/client/ghost.vcxproj @@ -14,19 +14,20 @@ {3F756E52-23C2-4EE4-A184-37CF788D50A7} ClientDll ghost + 8.1 Application true - v140_xp + v110_xp MultiByte false Application false - v140_xp + v110_xp true MultiByte diff --git a/server/2015Remote/2015Remote.vcxproj b/server/2015Remote/2015Remote.vcxproj index d354bf5..2e9b548 100644 --- a/server/2015Remote/2015Remote.vcxproj +++ b/server/2015Remote/2015Remote.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -15,6 +15,7 @@ My2015Remote MFCProj Yama + 8.1 @@ -22,7 +23,7 @@ true MultiByte Static - v140 + v110_xp Application @@ -30,7 +31,7 @@ true MultiByte Static - v140 + v110_xp @@ -44,9 +45,13 @@ true + $(WindowsSDK_IncludePath);$(IncludePath) + $(WindowsSDK_LibraryPath_x86);$(LibraryPath) false + $(WindowsSDK_LibraryPath_x86);$(LibraryPath) + $(WindowsSDK_IncludePath);$(IncludePath)