[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.57, 1.58
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-07-30 13:05:22
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26723/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - WalkForwardTesting\WalkForwardLag\WFLagGenomeManagerWithWeights.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** b7_Scripts.csproj 2 Jul 2006 20:12:59 -0000 1.57 --- b7_Scripts.csproj 30 Jul 2006 13:05:18 -0000 1.58 *************** *** 614,617 **** --- 614,622 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagGenomeManagerWithWeights.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagMain.cs" SubType = "Form" *************** *** 629,632 **** --- 634,642 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagWeightedPositions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagChosenPositions.cs" SubType = "Code" *************** *** 689,697 **** /> <File - RelPath = "WalkForwardTesting\WalkForwardLag\WFLagLogDebugger\WFLagLogDebugger.resx" - DependentUpon = "WFLagLogDebugger.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\RunWalkForwardMultiOneRank.cs" SubType = "Code" --- 699,702 ---- |