Mercurial > repos > WarFoundryForge
annotate WarFoundryForgePref.xml @ 4:866d0093bb11
WarFoundryLoader.GetDefault().LoadFile returning null object.
author | Tsudico |
---|---|
date | Sun, 12 Dec 2010 16:13:15 -0600 |
parents | 2f52da2e7605 |
children |
rev | line source |
---|---|
3
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="ISO-8859-1"?> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
2 <!DOCTYPE preferences[ |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
3 <!ELEMENT preference (CDATA|preferenceArr+)> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
4 <!ELEMENT preferenceArr (CDATA)> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
5 <!ATTLIST preference id ID #REQUIRED> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
6 <!ATTLIST preference type CDATA #REQUIRED> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
7 <!ATTLIST preferenceArr id ID #REQUIRED> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
8 ]> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
9 <preferences> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
10 <preference id="language" type="System.String">en</preference> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
11 <preference id="logLevel" type="System.String">Info</preference> |
2f52da2e7605
Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff
changeset
|
12 </preferences> |