[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.29,1.30
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-07-13 16:42:32
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24260/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: A new Script (LinearCombination) has been add to study linear combination optimizations. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** b7_Scripts.csproj 24 Jun 2005 22:52:25 -0000 1.29 --- b7_Scripts.csproj 13 Jul 2005 16:42:24 -0000 1.30 *************** *** 244,247 **** --- 244,277 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\MainForm.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\LinearCombination\MainForm.resx" + DependentUpon = "MainForm.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "WalkForwardTesting\LinearCombination\RunBestLinearCombination.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\LinearCombination\TestDisplayer.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\LinearCombination\TestDisplayer.resx" + DependentUpon = "TestDisplayer.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "WalkForwardTesting\LinearCombination\VisualObjectArchiver.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" SubType = "Code" |