annotate app.config @ 105:13302d6dab55

* Minor change to keep VS.net happy no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 May 2011 14:49:45 +0000
parents fca39ac7080c
children a78efc8b2119
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
96
fca39ac7080c * Add app.config to try to convince VS.Net that we want .Net 2.0 compatibility
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0"?>
fca39ac7080c * Add app.config to try to convince VS.Net that we want .Net 2.0 compatibility
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <configuration>
fca39ac7080c * Add app.config to try to convince VS.Net that we want .Net 2.0 compatibility
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>