[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.4,1.5
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-05-26 15:27:40
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18865/b3_Data Modified Files: b3_Data.csproj Log Message: The following classes have been added: - FilterBuilder - VisuallyValidatedQuotes Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** b3_Data.csproj 9 May 2004 16:26:27 -0000 1.4 --- b3_Data.csproj 26 May 2004 15:27:24 -0000 1.5 *************** *** 132,135 **** --- 132,140 ---- /> <File + RelPath = "FilterBuilder.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DataTables\Quotes.cs" SubType = "Component" *************** *** 157,160 **** --- 162,175 ---- /> <File + RelPath = "DataTables\VisuallyValidatedQuotes.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "DataTables\VisuallyValidatedQuotes.resx" + DependentUpon = "VisuallyValidatedQuotes.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "Selectors\ITickerReceiver.cs" SubType = "Code" |