[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.5,1.6
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-07-07 20:23:22
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20941/b3_Data Modified Files: b3_Data.csproj Log Message: Added the ExtendedDataTable class Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** b3_Data.csproj 26 May 2004 15:27:24 -0000 1.5 --- b3_Data.csproj 7 Jul 2004 20:23:13 -0000 1.6 *************** *** 132,135 **** --- 132,140 ---- /> <File + RelPath = "ExtendedDataTable.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "FilterBuilder.cs" SubType = "Code" |