From 40f5417e3b4643d7db798e1940eac123ca07d9e7 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 28 Mar 2014 09:16:45 +0000 Subject: [PATCH] Change the target to Windows XP-IA32: resolves the "not a valid Win32 application" error message (when run on XP) and reportedly will allow target executables to run on non-SEE (pre-Pentium III) CPUs. Seriously, anyone really running Windows XP on a Pentium II today? I guess it's possible <shrug> and we really get little benefit from SSE in Synchronet. I couldn't get Windows 2000 running in Hyper-V, so I guess Windows 2000 is now officially unsupported by Synchronet (and long unsupported by Microsoft). Thanks to Android8675 for the bug report and Rushfan for the solution tip. --- src/conio/conio.vcxproj | 6 ++++-- src/sbbs3/addfiles.vcxproj | 6 ++++-- src/sbbs3/allusers.vcxproj | 6 ++++-- src/sbbs3/ans2asc.vcxproj | 6 ++++-- src/sbbs3/asc2ans.vcxproj | 6 ++++-- src/sbbs3/baja.vcxproj | 6 ++++-- src/sbbs3/chksmb.vcxproj | 6 ++++-- src/sbbs3/delfiles.vcxproj | 6 ++++-- src/sbbs3/dstsedit.vcxproj | 6 ++++-- src/sbbs3/dupefind.vcxproj | 6 ++++-- src/sbbs3/echocfg.vcxproj | 6 ++++-- src/sbbs3/filelist.vcxproj | 6 ++++-- src/sbbs3/fixsmb.vcxproj | 6 ++++-- src/sbbs3/ftpsrvr.vcxproj | 6 ++++-- src/sbbs3/jsexec.vcxproj | 6 ++++-- src/sbbs3/mailsrvr.vcxproj | 6 ++++-- src/sbbs3/makeuser.vcxproj | 6 ++++-- src/sbbs3/node.vcxproj | 6 ++++-- src/sbbs3/ntsvcs.vcxproj | 6 ++++-- src/sbbs3/qwknodes.vcxproj | 6 ++++-- src/sbbs3/sbbs.vcxproj | 6 ++++-- src/sbbs3/sbbscon.vcxproj | 6 ++++-- src/sbbs3/sbbsecho.vcxproj | 6 ++++-- src/sbbs3/scfg/makehelp.vcxproj | 6 ++++-- src/sbbs3/scfg/scfg.vcxproj | 6 ++++-- src/sbbs3/services.vcxproj | 6 ++++-- src/sbbs3/sexyz.vcxproj | 6 ++++-- src/sbbs3/slog.vcxproj | 6 ++++-- src/sbbs3/smbactiv.vcxproj | 6 ++++-- src/sbbs3/smbutil.vcxproj | 6 ++++-- src/sbbs3/textgen.vcxproj | 2 ++ src/sbbs3/unbaja.vcxproj | 6 ++++-- src/sbbs3/v4upgrade.vcxproj | 6 ++++-- src/sbbs3/websrvr.vcxproj | 6 ++++-- src/sexpots/sexpots.vcxproj | 7 ++++++- src/smblib/smblib.vcxproj | 6 ++++-- src/uifc/uifc.vcxproj | 6 ++++-- src/xpdev/xpdev.vcxproj | 6 ++++-- src/xpdev/xpdev_mt.vcxproj | 6 ++++-- 39 files changed, 156 insertions(+), 75 deletions(-) diff --git a/src/conio/conio.vcxproj b/src/conio/conio.vcxproj index dfa4fc6d60..775e0c1bef 100644 --- a/src/conio/conio.vcxproj +++ b/src/conio/conio.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -33,11 +33,13 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/addfiles.vcxproj b/src/sbbs3/addfiles.vcxproj index 95b35be814..48bddb7fff 100644 --- a/src/sbbs3/addfiles.vcxproj +++ b/src/sbbs3/addfiles.vcxproj @@ -19,13 +19,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -36,6 +36,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -43,6 +44,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/allusers.vcxproj b/src/sbbs3/allusers.vcxproj index a980c98f14..38a6c09ff3 100644 --- a/src/sbbs3/allusers.vcxproj +++ b/src/sbbs3/allusers.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/ans2asc.vcxproj b/src/sbbs3/ans2asc.vcxproj index 8fee652813..f30e0a9e8e 100644 --- a/src/sbbs3/ans2asc.vcxproj +++ b/src/sbbs3/ans2asc.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -33,11 +33,13 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/asc2ans.vcxproj b/src/sbbs3/asc2ans.vcxproj index cc3ac1579b..4944cc6b9c 100644 --- a/src/sbbs3/asc2ans.vcxproj +++ b/src/sbbs3/asc2ans.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -33,11 +33,13 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/baja.vcxproj b/src/sbbs3/baja.vcxproj index 1028f36222..4271691baf 100644 --- a/src/sbbs3/baja.vcxproj +++ b/src/sbbs3/baja.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -34,12 +34,14 @@ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/chksmb.vcxproj b/src/sbbs3/chksmb.vcxproj index 27cfdc8f31..6ae61dea90 100644 --- a/src/sbbs3/chksmb.vcxproj +++ b/src/sbbs3/chksmb.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/delfiles.vcxproj b/src/sbbs3/delfiles.vcxproj index a068f0e6c9..990293fb5a 100644 --- a/src/sbbs3/delfiles.vcxproj +++ b/src/sbbs3/delfiles.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/dstsedit.vcxproj b/src/sbbs3/dstsedit.vcxproj index c9874ebe94..4980e7f258 100644 --- a/src/sbbs3/dstsedit.vcxproj +++ b/src/sbbs3/dstsedit.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/dupefind.vcxproj b/src/sbbs3/dupefind.vcxproj index 9d299a9fd4..2009ee8229 100644 --- a/src/sbbs3/dupefind.vcxproj +++ b/src/sbbs3/dupefind.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/echocfg.vcxproj b/src/sbbs3/echocfg.vcxproj index efbee97837..9cf8bd927e 100644 --- a/src/sbbs3/echocfg.vcxproj +++ b/src/sbbs3/echocfg.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -37,6 +37,7 @@ <Import Project="..\uifc\uifc.props" /> <Import Project="..\conio\conio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -46,6 +47,7 @@ <Import Project="..\uifc\uifc.props" /> <Import Project="..\conio\conio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/filelist.vcxproj b/src/sbbs3/filelist.vcxproj index 827d9cb876..88c2c754e9 100644 --- a/src/sbbs3/filelist.vcxproj +++ b/src/sbbs3/filelist.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/fixsmb.vcxproj b/src/sbbs3/fixsmb.vcxproj index de9592c2b8..77ef883c32 100644 --- a/src/sbbs3/fixsmb.vcxproj +++ b/src/sbbs3/fixsmb.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/ftpsrvr.vcxproj b/src/sbbs3/ftpsrvr.vcxproj index a095bf2eec..6db8934162 100644 --- a/src/sbbs3/ftpsrvr.vcxproj +++ b/src/sbbs3/ftpsrvr.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -37,6 +37,7 @@ <Import Project="..\build\undeprecate.props" /> <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -46,6 +47,7 @@ <Import Project="..\build\undeprecate.props" /> <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/jsexec.vcxproj b/src/sbbs3/jsexec.vcxproj index b1514a577a..dc6e77ec34 100644 --- a/src/sbbs3/jsexec.vcxproj +++ b/src/sbbs3/jsexec.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -39,6 +39,7 @@ <Import Project="..\build\undeprecate.props" /> <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -50,6 +51,7 @@ <Import Project="..\build\undeprecate.props" /> <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/mailsrvr.vcxproj b/src/sbbs3/mailsrvr.vcxproj index 4e0a2dad90..0dc42c017a 100644 --- a/src/sbbs3/mailsrvr.vcxproj +++ b/src/sbbs3/mailsrvr.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -37,6 +37,7 @@ <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -46,6 +47,7 @@ <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/makeuser.vcxproj b/src/sbbs3/makeuser.vcxproj index a8987402b0..afc7804f3e 100644 --- a/src/sbbs3/makeuser.vcxproj +++ b/src/sbbs3/makeuser.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/node.vcxproj b/src/sbbs3/node.vcxproj index a41966b884..c285275324 100644 --- a/src/sbbs3/node.vcxproj +++ b/src/sbbs3/node.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/ntsvcs.vcxproj b/src/sbbs3/ntsvcs.vcxproj index 62195f05c5..a3e07607e6 100644 --- a/src/sbbs3/ntsvcs.vcxproj +++ b/src/sbbs3/ntsvcs.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/qwknodes.vcxproj b/src/sbbs3/qwknodes.vcxproj index 87aa3ddd23..1ad914d9d9 100644 --- a/src/sbbs3/qwknodes.vcxproj +++ b/src/sbbs3/qwknodes.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/sbbs.vcxproj b/src/sbbs3/sbbs.vcxproj index cac26c3f85..87d5bc6a54 100644 --- a/src/sbbs3/sbbs.vcxproj +++ b/src/sbbs3/sbbs.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -38,6 +38,7 @@ <Import Project="..\..\3rdp\win32.release\cryptlib\cryptlib.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -48,6 +49,7 @@ <Import Project="..\..\3rdp\win32.release\cryptlib\cryptlib.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/sbbscon.vcxproj b/src/sbbs3/sbbscon.vcxproj index b8ba4bef74..19faa4af89 100644 --- a/src/sbbs3/sbbscon.vcxproj +++ b/src/sbbs3/sbbscon.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/sbbsecho.vcxproj b/src/sbbs3/sbbsecho.vcxproj index bfe4b56975..7c6f212008 100644 --- a/src/sbbs3/sbbsecho.vcxproj +++ b/src/sbbs3/sbbsecho.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -34,12 +34,14 @@ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/scfg/makehelp.vcxproj b/src/sbbs3/scfg/makehelp.vcxproj index dab9d7de76..36182310bf 100644 --- a/src/sbbs3/scfg/makehelp.vcxproj +++ b/src/sbbs3/scfg/makehelp.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -34,12 +34,14 @@ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\..\xpdev\xpdev.props" /> <Import Project="..\..\build\undeprecate.props" /> + <Import Project="..\..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\..\xpdev\xpdev.props" /> <Import Project="..\..\build\undeprecate.props" /> + <Import Project="..\..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/scfg/scfg.vcxproj b/src/sbbs3/scfg/scfg.vcxproj index dd3215e400..873cc45417 100644 --- a/src/sbbs3/scfg/scfg.vcxproj +++ b/src/sbbs3/scfg/scfg.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -37,6 +37,7 @@ <Import Project="..\..\conio\conio.props" /> <Import Project="..\..\uifc\uifc.props" /> <Import Project="..\..\build\undeprecate.props" /> + <Import Project="..\..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -46,6 +47,7 @@ <Import Project="..\..\conio\conio.props" /> <Import Project="..\..\uifc\uifc.props" /> <Import Project="..\..\build\undeprecate.props" /> + <Import Project="..\..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/services.vcxproj b/src/sbbs3/services.vcxproj index 1ddcf660b7..59108fc55c 100644 --- a/src/sbbs3/services.vcxproj +++ b/src/sbbs3/services.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -37,6 +37,7 @@ <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -46,6 +47,7 @@ <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/sexyz.vcxproj b/src/sbbs3/sexyz.vcxproj index c9b7731146..5eabdd7822 100644 --- a/src/sbbs3/sexyz.vcxproj +++ b/src/sbbs3/sexyz.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/slog.vcxproj b/src/sbbs3/slog.vcxproj index a4f306a526..a422475736 100644 --- a/src/sbbs3/slog.vcxproj +++ b/src/sbbs3/slog.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/smbactiv.vcxproj b/src/sbbs3/smbactiv.vcxproj index c65efbe0e7..ca8b5064ea 100644 --- a/src/sbbs3/smbactiv.vcxproj +++ b/src/sbbs3/smbactiv.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/smbutil.vcxproj b/src/sbbs3/smbutil.vcxproj index cfe3b36973..078f30cfa3 100644 --- a/src/sbbs3/smbutil.vcxproj +++ b/src/sbbs3/smbutil.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/textgen.vcxproj b/src/sbbs3/textgen.vcxproj index 9b62ba7ab3..a57cb3dd12 100644 --- a/src/sbbs3/textgen.vcxproj +++ b/src/sbbs3/textgen.vcxproj @@ -34,12 +34,14 @@ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/unbaja.vcxproj b/src/sbbs3/unbaja.vcxproj index fc1a83b7b3..014de725aa 100644 --- a/src/sbbs3/unbaja.vcxproj +++ b/src/sbbs3/unbaja.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/v4upgrade.vcxproj b/src/sbbs3/v4upgrade.vcxproj index a7decb682e..1603b52e82 100644 --- a/src/sbbs3/v4upgrade.vcxproj +++ b/src/sbbs3/v4upgrade.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -35,6 +35,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -42,6 +43,7 @@ <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\smblib\smblib.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sbbs3/websrvr.vcxproj b/src/sbbs3/websrvr.vcxproj index d3e9a0c105..96cf4ae62a 100644 --- a/src/sbbs3/websrvr.vcxproj +++ b/src/sbbs3/websrvr.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -37,6 +37,7 @@ <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> @@ -46,6 +47,7 @@ <Import Project="..\..\3rdp\win32.release\mozjs\mozjs.props" /> <Import Project="..\comio\comio.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/sexpots/sexpots.vcxproj b/src/sexpots/sexpots.vcxproj index d9e264d418..7c16e63a1d 100644 --- a/src/sexpots/sexpots.vcxproj +++ b/src/sexpots/sexpots.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -13,17 +13,20 @@ <PropertyGroup Label="Globals"> <SccProjectName /> <SccLocalPath /> + <ProjectGuid>{7C337348-CEE5-F22E-BB39-850434F75AF9}</ProjectGuid> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -33,12 +36,14 @@ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> <Import Project="..\xpdev\xpdev.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> <Import Project="..\xpdev\xpdev.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> diff --git a/src/smblib/smblib.vcxproj b/src/smblib/smblib.vcxproj index c5aa0e332c..74edbd08d3 100644 --- a/src/smblib/smblib.vcxproj +++ b/src/smblib/smblib.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -33,11 +33,13 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/uifc/uifc.vcxproj b/src/uifc/uifc.vcxproj index 356f5f4409..afaf4921b7 100644 --- a/src/uifc/uifc.vcxproj +++ b/src/uifc/uifc.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -34,12 +34,14 @@ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\conio\conio.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\conio\conio.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/xpdev/xpdev.vcxproj b/src/xpdev/xpdev.vcxproj index cf180ee6bb..f882a128c8 100644 --- a/src/xpdev/xpdev.vcxproj +++ b/src/xpdev/xpdev.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -33,11 +33,13 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> diff --git a/src/xpdev/xpdev_mt.vcxproj b/src/xpdev/xpdev_mt.vcxproj index 1323fd16e2..ef43e805ca 100644 --- a/src/xpdev/xpdev_mt.vcxproj +++ b/src/xpdev/xpdev_mt.vcxproj @@ -18,13 +18,13 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseOfMfc>false</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v120_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -33,11 +33,13 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\build\undeprecate.props" /> + <Import Project="..\build\target_ia32.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> -- GitLab