[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.35, 1.36
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-07-31 16:39:58
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5318/b4_Business Modified Files: b4_Business.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: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** b4_Business.csproj 30 Jul 2006 12:57:34 -0000 1.35 --- b4_Business.csproj 31 Jul 2006 16:39:47 -0000 1.36 *************** *** 620,628 **** /> <File - RelPath = "a2_Strategies\WeightedPositions.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "a3_Testing\BackTester.cs" SubType = "Code" --- 620,623 ---- |