[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.32,1.33
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-07-27 22:23:24
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26140/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added files for testing the close to close efficient portfolio buyed at monday and sold at friday; Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** b7_Scripts.csproj 25 Jul 2005 22:24:09 -0000 1.32 --- b7_Scripts.csproj 27 Jul 2005 22:23:14 -0000 1.33 *************** *** 184,187 **** --- 184,192 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTCWeekly.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTO.cs" SubType = "Code" *************** *** 224,227 **** --- 229,237 ---- /> <File + RelPath = "TickerSelectionTesting\RunEfficientCTCWeeklyPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunEfficientCTOPortfolio.cs" SubType = "Code" |