Mercurial > repos > IBBoard
annotate app.config @ 97:e0acabb91633
* Yet another target framework update - this time from VS.Net instead of MD
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 26 Jan 2011 20:22:35 +0000 |
parents | fca39ac7080c |
children | a78efc8b2119 |
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> |