Skip to content

Commit

Permalink
LW_Server: Eliminate MSB8012 warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Jan 24, 2016
1 parent cf44353 commit b205959
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/plugins/lw/LW_Server.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,9 @@
<PropertyGroup>
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(xrPlugBinDir)LightWave</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
<OutDir>$(xrPlugBinDir)LightWave</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(xrPlugBinDir)LightWave</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>MaxSpeed</Optimization>
Expand Down

0 comments on commit b205959

Please sign in to comment.