[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.58, 1.59
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-07-31 16:39:58
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5318/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: WeightedPositions.cs has been moved from the b7_Scripts.csproj project to the b4_Business.csproj project. It has been moved from a2_Strategies\WeightedPositions.cs to WalkForwardTesting\WalkForwardLag\WeightedPositions.cs It has been moved from the namespace QuantProject.Business.Strategies to the namespace QuantProject.Scripts.WalkForwardTesting.WalkForwardLag This move was needed because I need to deserialize some QuantProject.Scripts.WalkForwardTesting.WalkForwardLag.WeightedPositions objects, but I believe the proper namespace should be QuantProject.Business.Strategies So, it may be a good idea to move it there, when possible, in the future. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** b7_Scripts.csproj 30 Jul 2006 13:05:18 -0000 1.58 --- b7_Scripts.csproj 31 Jul 2006 16:39:47 -0000 1.59 *************** *** 589,592 **** --- 589,597 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WeightedPositions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagCandidates.cs" SubType = "Code" |