[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.45,1.46
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-12-11 18:21:11
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13029/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - VisualObjectArchiver.cs has been moved to the presentation layer - WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankDebugInSampleForm.cs has been added - WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankRunInSampleDebug.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** b7_Scripts.csproj 22 Nov 2005 16:25:15 -0000 1.45 --- b7_Scripts.csproj 11 Dec 2005 18:21:04 -0000 1.46 *************** *** 399,405 **** /> <File ! RelPath = "WalkForwardTesting\LinearCombination\VisualObjectArchiver.cs" ! SubType = "Code" ! BuildAction = "Compile" /> <File --- 399,405 ---- /> <File ! RelPath = "WalkForwardTesting\LinearCombination\TestDisplayer.resx" ! DependentUpon = "TestDisplayer.cs" ! BuildAction = "EmbeddedResource" /> <File *************** *** 454,457 **** --- 454,467 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankDebugInSampleForm.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankDebugInSampleForm.resx" + DependentUpon = "WFMultiOneRankDebugInSampleForm.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankReportDebugger.cs" SubType = "Code" *************** *** 459,462 **** --- 469,477 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankRunInSampleDebug.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardOneRank\BestPerformingTickers.cs" SubType = "Code" |