[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.1, 1.2
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-08-03 21:37:19
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23087/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: Updated new SharpDevelop project files Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Scripts_SD.csproj 2 Jul 2006 20:07:59 -0000 1.1 --- Scripts_SD.csproj 3 Aug 2006 21:37:15 -0000 1.2 *************** *** 163,166 **** --- 163,178 ---- <None Include="SimpleTesting\MSFTSimpleTest_2\TsMSFTsimpleTest_2.cs" /> <Compile Include="SimpleScriptsContainer.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagLogDebugger\WFLagLogDebugger.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagChosenPositionsDebugInfo.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagDebugChosenPositionsCollection.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagRunGenomesDebugger.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagSharpeRatioComputer.cs" /> + <Compile Include="TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\EndOfDayTimerHandlerITF.cs" /> + <Compile Include="TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\GenomeManagerITF.cs" /> + <Compile Include="TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\RunImmediateTrendFollower.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WeightedPositions.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagGenomeManagerWithWeights.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagWeightedPositions.cs" /> + <Compile Include="WalkForwardTesting\LinearCombination\ImmediateTrendFollowerStrategy.cs" /> </ItemGroup> <ItemGroup> *************** *** 193,196 **** --- 205,212 ---- <Name>b5_Presentation</Name> </ProjectReference> + <Folder Include="WalkForwardTesting\WalkForwardLag\WFLagLogDebugger" /> + <Folder Include="WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger" /> + <Folder Include="TechnicalAnalysisTesting\TrendFollowing" /> + <Folder Include="TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |