annotate PrefTestPref.xml @ 32:4d9c0cc7c4a3

* Add app.config to try to make VS.Net happy no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jan 2011 20:23:19 +0000
parents 16c28954b559
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="ISO-8859-1"?>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <!DOCTYPE races[
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <!ELEMENT preferences (preferece*)>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <!ELEMENT preference (CDATA|preferenceArr)>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 <!ELEMENT preferenceArr (CDATA)>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 <!ATTLIST preference id ID #REQUIRED>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 <!ATTLIST preference type CDATA #REQUIRED>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 <!ATTLIST preferenceArr id ID #REQUIRED>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 ]>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 <preferences>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 <preference id="boolVal" type="System.Boolean">true</preference>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 <preference id="stringVal" type="System.String">some string here</preference>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <preference id="byteVal" type="System.Byte">255</preference>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 </preferences>