comparison WarFoundryForgePref.xml @ 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.
author Tsudico
date Wed, 08 Dec 2010 18:44:10 -0600
parents
children
comparison
equal deleted inserted replaced
2:51e8cd3be231 3:2f52da2e7605
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE preferences[
3 <!ELEMENT preference (CDATA|preferenceArr+)>
4 <!ELEMENT preferenceArr (CDATA)>
5 <!ATTLIST preference id ID #REQUIRED>
6 <!ATTLIST preference type CDATA #REQUIRED>
7 <!ATTLIST preferenceArr id ID #REQUIRED>
8 ]>
9 <preferences>
10 <preference id="language" type="System.String">en</preference>
11 <preference id="logLevel" type="System.String">Info</preference>
12 </preferences>