[Quantproject-developers] QuantProject/b3_Data Data_SD.csproj, 1.10, 1.11
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2011-08-21 11:46:16
|
Update of /cvsroot/quantproject/QuantProject/b3_Data
In directory vz-cvs-3.sog:/tmp/cvs-serv7434
Modified Files:
Data_SD.csproj
Log Message:
Updated Data project file
Index: Data_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Data_SD.csproj,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Data_SD.csproj 16 Jan 2011 19:52:31 -0000 1.10
--- Data_SD.csproj 21 Aug 2011 11:46:14 -0000 1.11
***************
*** 70,73 ****
--- 70,74 ----
<Compile Include="Selectors\ITickerRemover.cs" />
<Compile Include="Selectors\ITickerSelector.cs" />
+ <Compile Include="Selectors\ITickerSelectorByDate.cs" />
<Compile Include="Selectors\ITickerSelectorByGroup.cs" />
<Compile Include="Selectors\SelectorByAbsolutePerformance.cs" />
***************
*** 76,79 ****
--- 77,81 ----
<Compile Include="Selectors\SelectorByCloseToCloseLinearCorrelation.cs" />
<Compile Include="Selectors\SelectorByCloseToCloseVolatility.cs" />
+ <Compile Include="Selectors\SelectorByGroupLiquidityAndPrice.cs" />
<Compile Include="Selectors\SelectorByIntradayQuotationAtEachMarketDay.cs" />
<Compile Include="Selectors\SelectorByLiquidity.cs" />
***************
*** 81,84 ****
--- 83,87 ----
<Compile Include="Selectors\SelectorByOpenToCloseLinearCorrelation.cs" />
<Compile Include="Selectors\SelectorByOpenToCloseVolatility.cs" />
+ <Compile Include="Selectors\SelectorByPE.cs" />
<Compile Include="Selectors\SelectorByQuotationAtAGivenPercentageOfDateTimes.cs" />
<Compile Include="Selectors\SelectorByQuotationAtEachMarketDay.cs" />
|