[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.1.1.1,1.2
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-04-25 17:37:40
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9434/b3_Data Modified Files: b3_Data.csproj Log Message: Added new folders (DataTables and Selectors in Data layer) Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** b3_Data.csproj 11 Oct 2003 20:05:18 -0000 1.1.1.1 --- b3_Data.csproj 25 Apr 2004 17:36:20 -0000 1.2 *************** *** 131,134 **** --- 131,164 ---- BuildAction = "Compile" /> + <File + RelPath = "DataTables\TickerDataTable.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\ITickerReceiver.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\ITickerSelector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectionRule.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\SelectionType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\TickerSelector.cs" + SubType = "Code" + BuildAction = "Compile" + /> </Include> </Files> |