[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.56, 1.57
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-07-02 20:13:08
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21162/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added these files to the project: SimpleScriptsContainer; RunTestingOptimizationExtremeCounterTrend; GenomeManagerForEfficientOTCCTOPortfolio; CTODailyStrategy Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** b7_Scripts.csproj 29 Jun 2006 17:03:00 -0000 1.56 --- b7_Scripts.csproj 2 Jul 2006 20:12:59 -0000 1.57 *************** *** 118,121 **** --- 118,126 ---- /> <File + RelPath = "SimpleScriptsContainer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "ArbitrageTesting\PairTrading\PairTradingCandidate.cs" SubType = "Code" *************** *** 202,205 **** --- 207,215 ---- BuildAction = "Compile" /> + <File + RelPath = "EvaluatingOptimizationTechnique\TechnicalAnalysis\RunTestingOptimizationExtremeCounterTrend.cs" + SubType = "Code" + BuildAction = "Compile" + /> <Folder RelPath = "MultiTesting\MultiTestOneRank\" /> <File *************** *** 339,342 **** --- 349,357 ---- /> <File + RelPath = "TickerSelectionTesting\GenomeManagerForEfficientOTCCTOPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\GenomeManagerForEfficientOTCPortfolio.cs" SubType = "Code" *************** *** 529,532 **** --- 544,552 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\OTC_CTODailyStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\RunBestLinearCombination.cs" SubType = "Code" |