[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.34,1.35
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-08-02 23:07:00
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13796/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - WalkForwardTesting\LinearCombination\OpenToCloseDailyStrategy.cs has been added - WalkForwardTesting\LinearCombination\OpenToCloseWeeklyStrategy.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** b7_Scripts.csproj 31 Jul 2005 19:53:44 -0000 1.34 --- b7_Scripts.csproj 2 Aug 2005 23:06:22 -0000 1.35 *************** *** 284,287 **** --- 284,297 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\OpenToCloseDailyStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\LinearCombination\OpenToCloseWeeklyStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\OptimizationOutput.cs" SubType = "Code" *************** *** 299,302 **** --- 309,317 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\TestDisplayer.resx" + DependentUpon = "TestDisplayer.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\VisualObjectArchiver.cs" SubType = "Code" |