annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
79
b64f6158ac85 * 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"?>
b64f6158ac85 * 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>
b64f6158ac85 * 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>