Changeset 1645 for trunk/build/vs2010/Lol.Core.Rules.props
- Timestamp:
- Jul 18, 2012, 6:41:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vs2010/Lol.Core.Rules.props
r1612 r1645 23 23 <GenerateDebugInformation>true</GenerateDebugInformation> 24 24 <Optimization>Disabled</Optimization> 25 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 25 <RuntimeLibrary Condition="'$(Platform)'=='Win32' Or '$(Platform)'=='x64'">MultiThreadedDebugDLL</RuntimeLibrary> 26 <RuntimeLibrary Condition="'$(Platform)'=='Xbox 360'">MultiThreadedDebug</RuntimeLibrary> 26 27 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 27 28 </ClCompile> … … 33 34 <OptimizationLevel>Level2</OptimizationLevel> 34 35 35 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 36 <RuntimeLibrary Condition="'$(Platform)'=='Win32' Or '$(Platform)'=='x64'">MultiThreadedDLL</RuntimeLibrary> 37 <RuntimeLibrary Condition="'$(Platform)'=='Xbox 360'">MultiThreaded</RuntimeLibrary> 36 38 <FunctionLevelLinking>true</FunctionLevelLinking> 37 39 <IntrinsicFunctions>true</IntrinsicFunctions> … … 56 58 <AdditionalDependencies Condition="'$(Platform)'=='PS3'">$(Ps3Deps);%(AdditionalDependencies)</AdditionalDependencies> 57 59 <AdditionalDependencies Condition="'$(Platform)'=='PS3'">$(GlDeps);%(AdditionalDependencies)</AdditionalDependencies> 60 </Link> 61 <Link Condition="'$(Platform)'=='Win32' Or '$(Platform)'=='x64'"> 62 <SubSystem>Windows</SubSystem> 58 63 </Link> 59 64 <Link Condition="'$(Configuration)'=='Debug'">
Note: See TracChangeset
for help on using the changeset viewer.