[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.43,1.44
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-11-17 21:41:10
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19483/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Now the project file points properly to IWalkForwardProgressNotifier.cs (to directory WalkForwardTesting\WalkForwardOneRank\) Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** b7_Scripts.csproj 12 Nov 2005 18:35:02 -0000 1.43 --- b7_Scripts.csproj 17 Nov 2005 21:40:58 -0000 1.44 *************** *** 349,357 **** /> <File - RelPath = "WalkForwardTesting\IWalkForwardProgressNotifier.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "WalkForwardTesting\LinearCombination\GenomeRepresentation.cs" SubType = "Code" --- 349,352 ---- *************** *** 464,467 **** --- 459,467 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardOneRank\IWalkForwardProgressNotifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardOneRank\MyEndOfDayTimerHandler.cs" SubType = "Code" |