[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.37,1.38
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-05-14 18:42:05
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6403/b3_Data Modified Files: b3_Data.csproj Log Message: Added MissingQuotesException class Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** b3_Data.csproj 8 Apr 2006 14:24:28 -0000 1.37 --- b3_Data.csproj 14 May 2006 18:42:02 -0000 1.38 *************** *** 153,156 **** --- 153,161 ---- /> <File + RelPath = "MissingQuotesException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DataProviders\HistoricalDataProvider.cs" SubType = "Code" |