Skip to content
Snippets Groups Projects
Commit 4b535ede 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 466c1dba
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4721 passed
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment