Move warning level to property sheet

This commit is contained in:
Berke Viktor
2012-10-21 05:57:00 +02:00
parent df33905ad1
commit ddbce0b9fe
56 changed files with 14 additions and 109 deletions

View File

@@ -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>