Changeset 1203


Ignore:
Timestamp:
Apr 8, 2012, 3:28:23 PM (11 years ago)
Author:
sam
Message:

build: make one Visual Studio file slightly shorter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/win32/Lol.Config.props

    r1201 r1203  
    22<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    4   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     4  <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
    55    <UseDebugLibraries>true</UseDebugLibraries>
    6     <CharacterSet>MultiByte</CharacterSet>
    7     <UseOfMfc>Dynamic</UseOfMfc>
    86  </PropertyGroup>
    9   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="Configuration">
    10     <UseDebugLibraries>true</UseDebugLibraries>
    11     <CharacterSet>MultiByte</CharacterSet>
    12     <UseOfMfc>Dynamic</UseOfMfc>
    13   </PropertyGroup>
    14   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     7  <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
    158    <UseDebugLibraries>false</UseDebugLibraries>
    169    <WholeProgramOptimization>true</WholeProgramOptimization>
    17     <CharacterSet>MultiByte</CharacterSet>
    18     <UseOfMfc>Dynamic</UseOfMfc>
    1910  </PropertyGroup>
    20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration">
    21     <UseDebugLibraries>false</UseDebugLibraries>
    22     <WholeProgramOptimization>true</WholeProgramOptimization>
     11  <PropertyGroup Label="Configuration">
    2312    <CharacterSet>MultiByte</CharacterSet>
    2413    <UseOfMfc>Dynamic</UseOfMfc>
Note: See TracChangeset for help on using the changeset viewer.