[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.23,1.24
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-04-11 18:52:40
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5916/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Reorganized efficient portfolio scripts in a more object oriented way, with three base classes from which the other classes derive. In addition, parameters have been added to Run files, in order to make it easy to run multiple scripts in one session. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** b7_Scripts.csproj 20 Feb 2005 00:08:38 -0000 1.23 --- b7_Scripts.csproj 11 Apr 2005 18:52:32 -0000 1.24 *************** *** 154,157 **** --- 154,162 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandler.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTC.cs" SubType = "Code" *************** *** 179,182 **** --- 184,192 ---- /> <File + RelPath = "TickerSelectionTesting\PortfolioType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunEfficientCTCPortfolio.cs" SubType = "Code" *************** *** 189,192 **** --- 199,207 ---- /> <File + RelPath = "TickerSelectionTesting\RunEfficientPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" SubType = "Code" |