diff --git a/src/sbbs3/upgrade_to_v319.vcxproj b/src/sbbs3/upgrade_to_v319.vcxproj index debd8cb3355becd8d8cb27dfdc890aec035d0da9..dbac98e49dcb100dc3e640486bc12af7811beace 100644 --- a/src/sbbs3/upgrade_to_v319.vcxproj +++ b/src/sbbs3/upgrade_to_v319.vcxproj @@ -58,12 +58,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> <OutDir>.\msvc.win32.exe.debug\</OutDir> - <IntDir>.\msvc.win32.debug\upgrade\</IntDir> + <IntDir>.\msvc.win32.debug\upgrade_to_v319\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>.\msvc.win32.exe.release\</OutDir> - <IntDir>.\msvc.win32.release\upgrade\</IntDir> + <IntDir>.\msvc.win32.release\upgrade_to_v319\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/src/sbbs3/upgrade_to_v320.vcxproj b/src/sbbs3/upgrade_to_v320.vcxproj index 6e330088ba4807d58c2cac186b7a3389ca384702..2ff4f11112dcf5000ef097f020ca2fbc6a330470 100644 --- a/src/sbbs3/upgrade_to_v320.vcxproj +++ b/src/sbbs3/upgrade_to_v320.vcxproj @@ -58,12 +58,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> <OutDir>.\msvc.win32.exe.debug\</OutDir> - <IntDir>.\msvc.win32.debug\upgrade\</IntDir> + <IntDir>.\msvc.win32.debug\upgrade_to_v320\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>.\msvc.win32.exe.release\</OutDir> - <IntDir>.\msvc.win32.release\upgrade\</IntDir> + <IntDir>.\msvc.win32.release\upgrade_to_v320\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile>