Skip to content
Snippets Groups Projects
Commit 5723cb7b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Make output directories unique for these projects

Apparently one was copied from the other and used the same original
output file subdirectory name ("upgrade") oops.
parent 62eade77
Branches
Tags
No related merge requests found
...@@ -58,12 +58,12 @@ ...@@ -58,12 +58,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental> <LinkIncremental>true</LinkIncremental>
<OutDir>.\msvc.win32.exe.debug\</OutDir> <OutDir>.\msvc.win32.exe.debug\</OutDir>
<IntDir>.\msvc.win32.debug\upgrade\</IntDir> <IntDir>.\msvc.win32.debug\upgrade_to_v319\</IntDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental> <LinkIncremental>false</LinkIncremental>
<OutDir>.\msvc.win32.exe.release\</OutDir> <OutDir>.\msvc.win32.exe.release\</OutDir>
<IntDir>.\msvc.win32.release\upgrade\</IntDir> <IntDir>.\msvc.win32.release\upgrade_to_v319\</IntDir>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile> <ClCompile>
......
...@@ -58,12 +58,12 @@ ...@@ -58,12 +58,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental> <LinkIncremental>true</LinkIncremental>
<OutDir>.\msvc.win32.exe.debug\</OutDir> <OutDir>.\msvc.win32.exe.debug\</OutDir>
<IntDir>.\msvc.win32.debug\upgrade\</IntDir> <IntDir>.\msvc.win32.debug\upgrade_to_v320\</IntDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental> <LinkIncremental>false</LinkIncremental>
<OutDir>.\msvc.win32.exe.release\</OutDir> <OutDir>.\msvc.win32.exe.release\</OutDir>
<IntDir>.\msvc.win32.release\upgrade\</IntDir> <IntDir>.\msvc.win32.release\upgrade_to_v320\</IntDir>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile> <ClCompile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment