[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.33,1.34
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-01-07 10:50:49
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6816/b3_Data Modified Files: b3_Data.csproj Log Message: SelectorByCloseToOpenVolatility and SelectoByAverageCloseToOpenPerformance have been added to the project. Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** b3_Data.csproj 17 Nov 2005 21:34:40 -0000 1.33 --- b3_Data.csproj 7 Jan 2006 10:50:40 -0000 1.34 *************** *** 268,271 **** --- 268,276 ---- /> <File + RelPath = "Selectors\SelectorByAverageCloseToOpenPerformance.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Selectors\SelectorByAverageOpenToClosePerformance.cs" SubType = "Code" *************** *** 293,296 **** --- 298,306 ---- /> <File + RelPath = "Selectors\SelectorByCloseToOpenVolatility.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Selectors\SelectorByGroup.cs" SubType = "Code" |