[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.38,1.39
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-10-15 18:02:34
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14907/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: EndOfDayTimerHandler.cs has been renamed to MyEndOfDayTimerHandler.cs, to cope with an apparent bug in the Visual Studio Environment: breakpoints were placed in the EndOfDayTimerHandler.cs file in a different folder, for a different strategies. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** b7_Scripts.csproj 27 Sep 2005 22:29:58 -0000 1.38 --- b7_Scripts.csproj 15 Oct 2005 18:02:27 -0000 1.39 *************** *** 369,378 **** /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\EndOfDayTimerHandler.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\IWalkForwardProgressNotifier.cs" SubType = "Code" BuildAction = "Compile" --- 369,378 ---- /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\IWalkForwardProgressNotifier.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\MyEndOfDayTimerHandler.cs" SubType = "Code" BuildAction = "Compile" |