Skip to content

Commit

Permalink
Add winimerge.cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Dec 28, 2020
1 parent bf9890e commit 4bb7537
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions winimerge.cppcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>winimerge-cppcheck-build-dir</builddir>
<platform>Unspecified</platform>
<importproject>WinIMerge.vs2019.sln</importproject>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>true</check-unused-templates>
<max-ctu-depth>2</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<vs-configurations>
<config>Release</config>
</vs-configurations>
<libraries>
<library>windows</library>
</libraries>
</project>

0 comments on commit 4bb7537

Please sign in to comment.