[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.44, 1.45
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2007-08-15 19:23:57
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2315/b4_Business Modified Files: b4_Business.csproj Log Message: The WeigthedPositions class has been moved from the QuantProject.Scripts.WalkForwardTesting.WalkForwardLag namespace to the QuantProject.Business.Strategies namespace. The WalkForwardTesting\WalkForwardLag\WeightedPositions.cs file has been moved from the b7_scripts project, to a2_Strategies\WeightedPositions.cs, in the b4_business project. Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** b4_Business.csproj 14 Aug 2007 14:49:03 -0000 1.44 --- b4_Business.csproj 15 Aug 2007 19:23:52 -0000 1.45 *************** *** 633,636 **** --- 633,641 ---- /> <File + RelPath = "a2_Strategies\WeightedPositions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\EquityEvaluation\ExpectancyScore.cs" SubType = "Code" |