HeartsSettings.xml isn't a regular xml file on my machine.
I just meant that if you skip past that blob of binary-looking data at the
beginning of the file, you get something that looks more xml-ish, like this:
<Root>
<Stats>
<Version>1</Version>
<Score>0</Score>
<Score>0</Score>
<Score>0</Score>
<Score>0</Score>
<Score>0</Score>
<Date>0</Date>
<Date>0</Date>
<Date>0</Date>
<Date>0</Date>
<Date>0</Date>
<GamesPlayed>1</GamesPlayed>
<GamesWon>0</GamesWon>
<MaxWinStreakLength>0</MaxWinStreakLength>
<MaxLoseStreakLength>1</MaxLoseStreakLength>
<CurrStreakLength>1</CurrStreakLength>
<WonlastGame>false</WonlastGame>
</Stats>
<Options>
<Version>2</Version>
<RandomAppearance>false</RandomAppearance>
<AutoContinue>false</AutoContinue>
<PlaySounds>true</PlaySounds>
<PlayAnimations>true</PlayAnimations>
<ShowTips>true</ShowTips>
<FirstPlay>false</FirstPlay>
<AutoSaveGameOnExit>false</AutoSaveGameOnExit>
<CurrentDeck>Seasons Deck</CurrentDeck>
<CurrentBackground>Classic Felt</CurrentBackground>
<ComputerPlayerName>West</ComputerPlayerName>
<ComputerPlayerName>North</ComputerPlayerName>
<ComputerPlayerName>East</ComputerPlayerName>
</Options>
</Root>