diff app.config @ 79:b64f6158ac85

* Add app.config to try to convince VS.Net that we want .Net 2.0 compatibility no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jan 2011 20:05:51 +0000
parents
children eb62004d8a35
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app.config	Wed Jan 26 20:05:51 2011 +0000
@@ -0,0 +1,3 @@
+<?xml version="1.0"?>
+<configuration>
+<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>