diff options
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> |