[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.64, 1.65
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-04-13 16:24:22
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16336/b4_Business Modified Files: b4_Business.csproj Log Message: a2_Strategies\EndOfDayStrategies\SymmetricEndOfDayStrategyForBacktester.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** b4_Business.csproj 8 Apr 2008 22:04:54 -0000 1.64 --- b4_Business.csproj 13 Apr 2008 16:24:16 -0000 1.65 *************** *** 730,733 **** --- 730,738 ---- /> <File + RelPath = "a2_Strategies\EndOfDayStrategies\SymmetricEndOfDayStrategyForBacktester.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\EquityEvaluation\ExpectancyScore.cs" SubType = "Code" |