* DiscImageChef.Tests/DiscImageChef.Tests.csproj:
Added test for PCExchange filter.
* DiscImageChef.Filters/PCExchange.cs:
Solved handling last entry of FINDER.DAT.
Close FINDER.DAT to prevent sharing violation.
Removed debug messages.
* DiscImageChef.Filesystems/FAT.cs:
Corrected syntax bug.
* DiscImageChef.Filters/Filters.cs:
Corrected handling of "No filter".
* DiscImageChef.Filesystems/AmigaDOS.cs:
Corrected detection of FFS on hard disks and FFS with block
sizes > sector size.