[Quantproject-developers] QuantProject/b3_Data Data.prjx,1.4,1.5 b3_Data.csproj,1.25,1.26
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-05-17 23:06:08
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17337/b3_Data Modified Files: Data.prjx b3_Data.csproj Log Message: Added new ITickerSelector for selecting tickers by OpenToClose correlation to benchmark Index: Data.prjx =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Data.prjx,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Data.prjx 14 Apr 2005 18:36:46 -0000 1.4 --- Data.prjx 17 May 2005 23:06:00 -0000 1.5 *************** *** 33,36 **** --- 33,37 ---- <File name=".\QuantProject.Applications.Downloader.TickerSelectors.TickerSelectorForm.resources" subtype="Code" buildaction="EmbedAsResource" dependson="" data="" /> <File name=".\Selectors\SelectorByWinningOpenToClose.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\Selectors\SelectorByOpenCloseCorrelationToBenchmark.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> </Contents> <References> Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** b3_Data.csproj 14 Apr 2005 18:33:22 -0000 1.25 --- b3_Data.csproj 17 May 2005 23:06:00 -0000 1.26 *************** *** 193,196 **** --- 193,201 ---- /> <File + RelPath = "DataTables\Quotes.resx" + DependentUpon = "Quotes.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "DataTables\TickerDataTable.cs" SubType = "Component" *************** *** 198,201 **** --- 203,211 ---- /> <File + RelPath = "DataTables\TickerDataTable.resx" + DependentUpon = "TickerDataTable.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "DataTables\Tickers_tickerGroups.cs" SubType = "Component" *************** *** 268,271 **** --- 278,286 ---- /> <File + RelPath = "Selectors\SelectorByOpenCloseCorrelationToBenchmark.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Selectors\SelectorByOpenToCloseLinearCorrelation.cs" SubType = "Code" |