[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj,1.8,1.9
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-01 15:26:48
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11804/b1_ADT Modified Files: b1_ADT.csproj Log Message: - added IProgressNotifier.cs - added ITickerReceiver.cs - added NewProgressEventArgs.cs Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** b1_ADT.csproj 4 Aug 2004 22:49:27 -0000 1.8 --- b1_ADT.csproj 1 Dec 2004 15:26:34 -0000 1.9 *************** *** 118,121 **** --- 118,131 ---- /> <File + RelPath = "IProgressNotifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "ITickerReceiver.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Keyed.cs" SubType = "Code" *************** *** 123,126 **** --- 133,141 ---- /> <File + RelPath = "NewProgressEventArgs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "RecursiveHashtable.cs" SubType = "Code" |