Update project file to use the correct output directory.

This commit is contained in:
David Reid
2018-04-25 16:18:37 +10:00
parent f5a63486f3
commit ae6b8f95bc
+6 -4
View File
@@ -98,7 +98,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>../../../mal/</OutDir>
<OutDir>bin/</OutDir>
<IncludePath>$(IncludePath)</IncludePath>
<LibraryPath>C:\dev-other\SDL2-2.0.3\lib\x86;C:\dev-other\openal-soft-1.16.0-bin\libs\Win32;$(LibraryPath)</LibraryPath>
</PropertyGroup>
@@ -106,15 +106,16 @@
<IncludePath>$(IncludePath)</IncludePath>
<LibraryPath>C:\dev-other\SDL2-2.0.3\lib\x86;C:\dev-other\openal-soft-1.16.0-bin\libs\Win32;$(LibraryPath)</LibraryPath>
<LinkIncremental>true</LinkIncremental>
<OutDir>bin/</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>../../../mal/</OutDir>
<OutDir>bin/</OutDir>
<IncludePath>$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>../../../mal/</OutDir>
<OutDir>bin/</OutDir>
<IncludePath>$(IncludePath)</IncludePath>
<LibraryPath>C:\dev-other\SDL2-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
@@ -122,10 +123,11 @@
<IncludePath>$(IncludePath)</IncludePath>
<LibraryPath>C:\dev-other\SDL2-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
<LinkIncremental>false</LinkIncremental>
<OutDir>bin/</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>../../../mal/</OutDir>
<OutDir>bin/</OutDir>
<IncludePath>$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">