Move optimization settings from all subsequent projects to hexchat.props

This commit is contained in:
Eustachy Kapusta
2013-07-24 20:56:36 +02:00
parent 3d10b9f3e2
commit 715a520c0e
23 changed files with 5 additions and 44 deletions

View File

@@ -100,6 +100,11 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale"
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<!-- UNCOMMENT ONLY ONE -->
<!--Optimization>Disabled</Optimization-->
<Optimization>MaxSpeed</Optimization>
<!--Optimization>MinSpace</Optimization-->
<!--Optimization>Full</Optimization-->
</ClCompile>
</ItemDefinitionGroup>