<?xml version="1.0" encoding="Windows-1252"?>
<configuration>
  <appSettings>
    <!--these are comments-->
    <!--this is where you set the key/value pair-->
    <add key="myKeyValue" value="my value from the configuration file"/>
  </appSettings>
</configuration>