Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32745/b7_Scripts
Modified Files:
Scripts_SD.csproj
Log Message:
Updated sharpDevelop project's files
Index: Scripts_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Scripts_SD.csproj 3 Aug 2006 21:37:15 -0000 1.2
--- Scripts_SD.csproj 17 Sep 2006 23:02:24 -0000 1.3
***************
*** 114,118 ****
<Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerOTC.cs" />
<Compile Include="TickerSelectionTesting\RunTestOptimizedOTCPortfolio.cs" />
- <Compile Include="TickerSelectionTesting\TestingOTCTypes\GenomeManagerForEfficientOTCTypes.cs" />
<Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerOTCTest.cs" />
<Compile Include="EvaluatingOptimizationTechnique\EfficientPortfolio\RunTestingOptimizationCloseToOpen.cs" />
--- 114,117 ----
***************
*** 175,178 ****
--- 174,188 ----
<Compile Include="WalkForwardTesting\WalkForwardLag\WFLagWeightedPositions.cs" />
<Compile Include="WalkForwardTesting\LinearCombination\ImmediateTrendFollowerStrategy.cs" />
+ <Compile Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\EndOfDayTimerHandlerPVO.cs" />
+ <Compile Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\GenomeManagerPVO.cs" />
+ <Compile Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\GenomeMeaningPVO.cs" />
+ <Compile Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\RunPVO.cs" />
+ <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagBruteForceOptimizableItemManager\WFLagBruteForceOptimizableParametersManager.cs" />
+ <Compile Include="TickerSelectionTesting\TestingOTCTypes\BruteForceOptimization\RunEfficientOTCTypesBruteForce.cs" />
+ <Compile Include="TickerSelectionTesting\TestingOTCTypes\BruteForceOptimization\EndOfDayTimerHandlerOTCTypesBruteForce.cs" />
+ <Compile Include="TickerSelectionTesting\TestingOTCTypes\BruteForceOptimization\OTCBruteForceOptimizableParametersManager.cs" />
+ <Compile Include="WalkForwardTesting\WalkForwardLag\GeneticOptimizerTesting\WFLagGOTester.cs" />
+ <Compile Include="WalkForwardTesting\LinearCombination\FixedLevelOscillatorPVOStrategy.cs" />
+ <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagBruteForceOptimizableItemManager\WFLagFixedPortfolioBruteForceOptimizableParametersManager.cs" />
</ItemGroup>
<ItemGroup>
***************
*** 209,212 ****
--- 219,227 ----
<Folder Include="TechnicalAnalysisTesting\TrendFollowing" />
<Folder Include="TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower" />
+ <Folder Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators" />
+ <Folder Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator" />
+ <Folder Include="WalkForwardTesting\WalkForwardLag\WFLagBruteForceOptimizableItemManager" />
+ <Folder Include="TickerSelectionTesting\TestingOTCTypes\BruteForceOptimization" />
+ <Folder Include="WalkForwardTesting\WalkForwardLag\GeneticOptimizerTesting" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|