view WarFoundryPref.xml @ 31:9320e5a35c9d

Re #112: WinForms UI won't build on other machines * Drop back to a default build config that everyone can use * Remove unnecessary .user file Fix for IBBoard's setup that doesn't interfere with other people's setup is still required
author IBBoard <dev@ibboard.co.uk>
date Tue, 04 Aug 2009 19:11:45 +0000
parents fcfe7e12616a
children
line wrap: on
line source

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE preferences[
  <!ELEMENT preference (CDATA|preferenceArr+)> 
  <!ELEMENT preferenceArr (CDATA)>
  <!ATTLIST preference id ID #REQUIRED>
  <!ATTLIST preference type CDATA #REQUIRED>
  <!ATTLIST preferenceArr id ID #REQUIRED>
]>
<preferences>
	<preference id="language" type="System.String">en</preference>
	<preference id="currSystem" type="System.String">wh</preference>
	<preference id="logLevel" type="System.String">Info</preference>
</preferences>