[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.37,1.38
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-09-27 22:30:06
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10794/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added MultiAccount script for the open to close strategy. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** b7_Scripts.csproj 20 Aug 2005 16:08:47 -0000 1.37 --- b7_Scripts.csproj 27 Sep 2005 22:29:58 -0000 1.38 *************** *** 204,207 **** --- 204,212 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTOMultiAccount.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTOTest.cs" SubType = "Code" *************** *** 254,257 **** --- 259,267 ---- /> <File + RelPath = "TickerSelectionTesting\RunEfficientCTOPortfolioMultiAccount.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunEfficientPortfolio.cs" SubType = "Code" |