Skip to content

Commit b205959

Browse files
author
nitrocaster
committed
LW_Server: Eliminate MSB8012 warning.
1 parent cf44353 commit b205959

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/plugins/lw/LW_Server.vcxproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,9 @@
5858
<PropertyGroup>
5959
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
6060
</PropertyGroup>
61-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62-
<OutDir>$(xrPlugBinDir)LightWave</OutDir>
63-
</PropertyGroup>
64-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
65-
<OutDir>$(xrPlugBinDir)LightWave</OutDir>
66-
</PropertyGroup>
67-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68-
<OutDir>$(xrPlugBinDir)LightWave</OutDir>
69-
</PropertyGroup>
61+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
62+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" />
63+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
7064
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7165
<ClCompile>
7266
<Optimization>MaxSpeed</Optimization>

0 commit comments

Comments
 (0)