[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.6,1.7
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-07-25 12:04:18
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4129/b3_Data Modified Files: b3_Data.csproj Log Message: Added GroupQuotes to the project and removed SelectionRule class. Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** b3_Data.csproj 7 Jul 2004 20:23:13 -0000 1.6 --- b3_Data.csproj 25 Jul 2004 12:04:05 -0000 1.7 *************** *** 142,145 **** --- 142,150 ---- /> <File + RelPath = "DataTables\GroupQuotes.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "DataTables\Quotes.cs" SubType = "Component" *************** *** 187,195 **** /> <File - RelPath = "Selectors\SelectionRule.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Selectors\SelectionType.cs" SubType = "Code" --- 192,195 ---- |