[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.22,1.23
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-02-27 19:56:20
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4614/b3_Data Modified Files: b3_Data.csproj Log Message: Advanced Ticker selection has been re-organized in a more rational and object-oriented way (NOTE that at the moment Quantdownloader solution won't compile) Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** b3_Data.csproj 20 Jan 2005 01:11:32 -0000 1.22 --- b3_Data.csproj 27 Feb 2005 19:56:08 -0000 1.23 *************** *** 233,236 **** --- 233,281 ---- /> <File + RelPath = "Selectors\SelectorByAbsolutePerformance.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByAverageCloseToClosePerformance.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByAverageOpenToClosePerformance.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByCloseToCloseLinearCorrelation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByCloseToCloseVolatility.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByLiquidity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByOpenToCloseLinearCorrelation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByOpenToCloseVolatility.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectorByQuotationAtEachMarketDay.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Selectors\TickerSelector.cs" SubType = "Code" |