[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.12, 1.13
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-07 18:34:27
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26494/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: The RootNamespace has been changed from Scripts to QuantProject.Scripts General\Logging\LogArchiver.cs has been added General\Logging\LogViewer.cs has been added General\Reporting\BackTesterReportViewer.cs has been added WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesLogItem.cs has been moved to WalkForwardTesting\FixedLengthTwoPhases\Logging\FixedLengthTwoPhasesLogItem.cs Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Scripts_SD.csproj 19 Jan 2008 18:46:27 -0000 1.12 --- Scripts_SD.csproj 7 Feb 2008 18:34:22 -0000 1.13 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{B5AAC5AA-DCC1-4698-A362-D399AB9A90C4}</ProjectGuid> ! <RootNamespace>Scripts</RootNamespace> <AssemblyName>QuantProject.Scripts</AssemblyName> <OutputType>Library</OutputType> --- 5,9 ---- <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{B5AAC5AA-DCC1-4698-A362-D399AB9A90C4}</ProjectGuid> ! <RootNamespace>QuantProject.Scripts</RootNamespace> <AssemblyName>QuantProject.Scripts</AssemblyName> <OutputType>Library</OutputType> *************** *** 49,52 **** --- 49,55 ---- <Compile Include="ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_OTC\RunDOR_OTC.cs" /> <Compile Include="AssemblyInfo.cs" /> + <Compile Include="General\Logging\LogArchiver.cs" /> + <Compile Include="General\Logging\LogViewer.cs" /> + <Compile Include="General\Reporting\BackTesterReportViewer.cs" /> <Compile Include="MyTradingSystem.cs" /> <Compile Include="CallingReportsForRunScripts\ShowReportFromFile.cs" /> *************** *** 66,70 **** <Compile Include="TickerSelectionTesting\RunEfficientCTCPortfolio.cs" /> <Compile Include="TickerSelectionTesting\RunEfficientCTOPortfolio.cs" /> - <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesLogItem.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesMain.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesStrategy.cs" /> --- 69,72 ---- *************** *** 72,75 **** --- 74,78 ---- <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGeneticChooser.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGenomeManager.cs" /> + <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\Logging\FixedLengthTwoPhasesLogItem.cs" /> <Compile Include="WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" /> <Compile Include="WalkForwardTesting\WalkForwardLag\RunSimpleLag.cs" /> *************** *** 238,246 **** <Folder Include="EvaluatingOptimizationTechnique\" /> <Folder Include="EvaluatingOptimizationTechnique\EfficientPortfolio\" /> ! <Folder Include="BackTesting" /> <Folder Include="TickerSelectionTesting\SimpleSelection\" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic" /> <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\BruteForce" /> <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\Decoding" /> --- 241,252 ---- <Folder Include="EvaluatingOptimizationTechnique\" /> <Folder Include="EvaluatingOptimizationTechnique\EfficientPortfolio\" /> ! <Folder Include="General" /> ! <Folder Include="General\Logging" /> ! <Folder Include="General\Reporting" /> <Folder Include="TickerSelectionTesting\SimpleSelection\" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic" /> + <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\Logging" /> <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\BruteForce" /> <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\Decoding" /> |