diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 05:57:00 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 05:57:00 +0200 |
commit | ddbce0b9fe347df6223fa7667ef39a00071a06a5 (patch) | |
tree | d0a6c93f4e5f25189b06d88a4b70ff175aa010f1 /win32/hexchat.props | |
parent | df33905ad18dafc26ad62bda12515890299b4bdc (diff) |
Move warning level to property sheet
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 749dce0a..36516d47 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -120,6 +120,13 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)" </HexChatCopy> </PropertyGroup> + + <ItemDefinitionGroup> + <ClCompile> + <WarningLevel>Level2</WarningLevel> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup /> <ItemGroup /> </Project> |