The project file to check just GUI code was missing the directory to check. This is probably due it was used originally as "automatically" loaded project file which assumed current directory is checked and only added some additional parameters.
14 lines
268 B
XML
14 lines
268 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="1">
|
|
<includedir>
|
|
<dir name="../lib"/>
|
|
<dir name="temp"/>
|
|
</includedir>
|
|
<paths>
|
|
<dir name="."/>
|
|
</paths>
|
|
<ignore>
|
|
<path name="temp/"/>
|
|
</ignore>
|
|
</project>
|