[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.74, 1.75
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2007-08-15 19:23:39
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2250/b7_Scripts Modified Files: b7_Scripts.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: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** b7_Scripts.csproj 24 Jun 2007 21:21:33 -0000 1.74 --- b7_Scripts.csproj 15 Aug 2007 19:23:31 -0000 1.75 *************** *** 734,742 **** /> <File - RelPath = "WalkForwardTesting\WalkForwardLag\WeightedPositions.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagCandidates.cs" SubType = "Code" --- 734,737 ---- |