[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.35,1.36
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-01-11 18:46:21
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24064/b3_Data Modified Files: b3_Data.csproj Log Message: - DataProviders\Caching\ICache.cs has been added - DataProviders\Caching\SimpleCache.cs has been added Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** b3_Data.csproj 7 Jan 2006 11:03:45 -0000 1.35 --- b3_Data.csproj 11 Jan 2006 18:46:12 -0000 1.36 *************** *** 193,196 **** --- 193,201 ---- /> <File + RelPath = "DataProviders\Caching\ICache.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DataProviders\Caching\MissingQuoteException.cs" SubType = "Code" *************** *** 198,201 **** --- 203,211 ---- /> <File + RelPath = "DataProviders\Caching\SimpleCache.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DataTables\GroupQuotes.cs" SubType = "Component" |