[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.31,1.32
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-07-25 22:24:18
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19073/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added CandidateProperties class, where to store information on tickers used by the GenomeManagerForEfficientPortfolio. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** b7_Scripts.csproj 23 Jul 2005 17:11:22 -0000 1.31 --- b7_Scripts.csproj 25 Jul 2005 22:24:09 -0000 1.32 *************** *** 164,167 **** --- 164,172 ---- /> <File + RelPath = "TickerSelectionTesting\CandidateProperties.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\EndOfDayTimerHandler.cs" SubType = "Code" *************** *** 279,287 **** /> <File - RelPath = "WalkForwardTesting\LinearCombination\TestDisplayer.resx" - DependentUpon = "TestDisplayer.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "WalkForwardTesting\LinearCombination\VisualObjectArchiver.cs" SubType = "Code" --- 284,287 ---- |