dmberry / soylent

Automatically exported from code.google.com/p/soylent
0 stars 0 forks source link

Read in Amazon key information from an XML file #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Create amazon.xml in the home directory.
Add parsing code in TurKit.cs.
Parse it on addin_startup (?) in Soylent.cs to save the information as strings 
in TurKit.cs.

Original issue reported on code.google.com by esperte...@gmail.com on 24 May 2010 at 7:48

GoogleCodeExporter commented 8 years ago
Created amazon.template.xml in the home directory.  This can be copied and 
completed
with real data for amazon.xml

Added parsing code in TurKit.cs.

The problem of finding the application's root directory has been... worked 
around. 
It's either correct, or it's in the \bin\Debug, so I just checked for the 
latter case
and corrected it.

Original comment by dcrowell...@gmail.com on 24 May 2010 at 10:22

GoogleCodeExporter commented 8 years ago

Original comment by esperte...@gmail.com on 28 May 2010 at 9:26