view app.config @ 416:c70973b65090

Fixes #94: Loading files is too slow * Check file extensions to cut down on false-positive file loads. NOTE: This solution isn't ideal, but SharpZipLib has a FIXME in that their scan will be slow on non-zips.
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Sep 2011 20:43:44 +0100
parents 92d10b06ab0f
children
line wrap: on
line source

<?xml version="1.0"?>
<configuration>
	<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>