[Quantproject-developers] QuantProject/b91_QuantProject app.config,1.1,1.2
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-03-13 20:29:04
|
Update of /cvsroot/quantproject/QuantProject/b91_QuantProject In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15243/b91_QuantProject Modified Files: app.config Log Message: Added appSettings section to the app.config file. Added keys inside appSettings in order to set directory paths where to save accounts and reports resulting from execution of scripts. Index: app.config =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/app.config,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** app.config 12 Aug 2004 14:48:06 -0000 1.1 --- app.config 13 Mar 2005 20:28:54 -0000 1.2 *************** *** 1,6 **** <?xml version="1.0" encoding="utf-8" ?> <configuration> ! <startup> ! <supportedRuntime version="v1.1.4322" /> ! </startup> </configuration> \ No newline at end of file --- 1,13 ---- <?xml version="1.0" encoding="utf-8" ?> + <configuration> ! <startup> ! <supportedRuntime version="v1.1.4322" /> ! </startup> ! ! <appSettings> ! <add key="AccountsArchive" value="C:\\Documents and Settings\\Marco\\Documenti\\ProgettiOpenSource\\Quant\\SavedAccounts\\" /> ! <add key="ReportsArchive" value="C:\\Documents and Settings\\Marco\\Documenti\\ProgettiOpenSource\\Quant\\SavedReports\\" /> ! </appSettings> ! </configuration> \ No newline at end of file |