diff options
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r-- | win32/hexchat-xp.props | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index d4ca94ee..7af896d7 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -107,6 +107,12 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)" </HexChatCopy> </PropertyGroup> - <ItemDefinitionGroup /> + + <ItemDefinitionGroup> + <ClCompile> + <WarningLevel>Level2</WarningLevel> + </ClCompile> + </ItemDefinitionGroup> + <ItemGroup /> </Project> |