[Quantproject-developers] QuantProject/b91_QuantProject app.config,1.3,1.4
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-08-01 22:31:57
|
Update of /cvsroot/quantproject/QuantProject/b91_QuantProject In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16912/b91_QuantProject Modified Files: app.config Log Message: Now also genomes are saved at the end of the script, in a directory specified in the app.config file. Minor bugs have been fixed, in addition. Index: app.config =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/app.config,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** app.config 24 Jun 2005 22:54:51 -0000 1.3 --- app.config 1 Aug 2005 22:31:48 -0000 1.4 *************** *** 10,13 **** --- 10,14 ---- <add key="ReportsArchive" value="C:\\Documents and Settings\\Marco\\Documenti\\ProgettiOpenSource\\Quant\\SavedReports\\" /> <add key="TransactionsArchive" value="C:\\Documents and Settings\\Marco\\Documenti\\ProgettiOpenSource\\Quant\\SavedTransactions\\" /> + <add key="GenomesArchive" value="C:\\Documents and Settings\\Marco\\Documenti\\ProgettiOpenSource\\Quant\\SavedGenomes\\" /> </appSettings> |