[Quantproject-developers] QuantProject/b7_Scripts Scripts.prjx,1.3,1.4 b7_Scripts.csproj,1.25,1.26
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-05-04 18:21:40
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5145/b7_Scripts Modified Files: Scripts.prjx b7_Scripts.csproj Log Message: Added classes to test optimization process for the efficient portfolio Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** b7_Scripts.csproj 24 Apr 2005 15:49:03 -0000 1.25 --- b7_Scripts.csproj 4 May 2005 18:21:01 -0000 1.26 *************** *** 169,172 **** --- 169,177 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTOTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\GenomeManagerForEfficientCTCPortfolio.cs" SubType = "Code" *************** *** 204,207 **** --- 209,217 ---- /> <File + RelPath = "TickerSelectionTesting\RunTestOptimizedCTOPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" SubType = "Code" Index: Scripts.prjx =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts.prjx,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Scripts.prjx 26 Apr 2005 18:54:52 -0000 1.3 --- Scripts.prjx 4 May 2005 18:21:01 -0000 1.4 *************** *** 30,33 **** --- 30,35 ---- <File name=".\TickerSelectionTesting\PortfolioType.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> <File name=".\WalkForwardTesting\WalkForwardOneRank\IWalkForwardProgressNotifier.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\RunTestOptimizedCTOPortfolio.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\EndOfDayTimerHandlerCTOTest.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> </Contents> <References> |