
This archive includes ThermoRawFileParser from https://github.com/compomics/ThermoRawFileParser

The Mac bundle ThermoRawFileParserMac was generated with Mono using this command:
```
mkbundle -o ThermoRawFileParserMac --static --deps --sdk /Library/Frameworks/Mono.framework/Versions/Current -L /Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5/Facades ThermoRawFileParser.exe
```

The Linux bundle ThermoRawFileParserLinux was generated with Mono using this command:
```
mkbundle -o ThermoRawFileParserLinux --static --deps --sdk / -L /lib/mono/4.5/Facades ThermoRawFileParser.exe
```
 
