[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.47,1.48
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-01-07 10:39:32
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4505/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added files for the Open To Close daily strategy. These are now properly named. Old files, named with CTO, have been changed so to perform the Close To Open strategy. Some old files (signed with CTO) have been temporarily removed from project (right CTO implementation has to be done). Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** b7_Scripts.csproj 28 Dec 2005 23:23:59 -0000 1.47 --- b7_Scripts.csproj 7 Jan 2006 10:39:03 -0000 1.48 *************** *** 204,223 **** /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTOMultiAccount.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTOTest.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerLastChosenPortfolio.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTCCTO.cs" SubType = "Code" BuildAction = "Compile" --- 204,223 ---- /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerLastChosenPortfolio.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTC.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTCCTO.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTCMultiAccount.cs" SubType = "Code" BuildAction = "Compile" *************** *** 229,232 **** --- 229,237 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTCTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\GenomeManagerForEfficientCTCPortfolio.cs" SubType = "Code" *************** *** 239,242 **** --- 244,252 ---- /> <File + RelPath = "TickerSelectionTesting\GenomeManagerForEfficientOTCPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\GenomeManagerForEfficientPortfolio.cs" SubType = "Code" *************** *** 279,288 **** /> <File ! RelPath = "TickerSelectionTesting\RunEfficientCTOPortfolioMultiAccount.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\RunEfficientOTCCTOPortfolio.cs" SubType = "Code" BuildAction = "Compile" --- 289,303 ---- /> <File ! RelPath = "TickerSelectionTesting\RunEfficientOTCCTOPortfolio.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\RunEfficientOTCPortfolio.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "TickerSelectionTesting\RunEfficientOTCPortfolioMultiAccount.cs" SubType = "Code" BuildAction = "Compile" *************** *** 309,313 **** /> <File ! RelPath = "TickerSelectionTesting\RunTestOptimizedCTOPortfolio.cs" SubType = "Code" BuildAction = "Compile" --- 324,328 ---- /> <File ! RelPath = "TickerSelectionTesting\RunTestOptimizedOTCPortfolio.cs" SubType = "Code" BuildAction = "Compile" *************** *** 354,357 **** --- 369,377 ---- /> <File + RelPath = "TickerSelectionTesting\TestingOTCTypes\GenomeManagerForEfficientOTCTypes.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\TestingOTCTypes\RunEfficientOTCTypes.cs" SubType = "Code" |