Changeset 1203
- Timestamp:
- Apr 8, 2012, 3:28:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/win32/Lol.Config.props
r1201 r1203 2 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 4 <PropertyGroup Condition="'$(Configuration) |$(Platform)'=='Debug|Win32'" Label="Configuration">4 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> 5 5 <UseDebugLibraries>true</UseDebugLibraries> 6 <CharacterSet>MultiByte</CharacterSet>7 <UseOfMfc>Dynamic</UseOfMfc>8 6 </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"> 15 8 <UseDebugLibraries>false</UseDebugLibraries> 16 9 <WholeProgramOptimization>true</WholeProgramOptimization> 17 <CharacterSet>MultiByte</CharacterSet>18 <UseOfMfc>Dynamic</UseOfMfc>19 10 </PropertyGroup> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration"> 21 <UseDebugLibraries>false</UseDebugLibraries> 22 <WholeProgramOptimization>true</WholeProgramOptimization> 11 <PropertyGroup Label="Configuration"> 23 12 <CharacterSet>MultiByte</CharacterSet> 24 13 <UseOfMfc>Dynamic</UseOfMfc>
Note: See TracChangeset
for help on using the changeset viewer.