[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj,1.14,1.15
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-05-26 22:52:49
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18148/b1_ADT Modified Files: b1_ADT.csproj Log Message: IndexOfKeyOrPreviousException.cs has been added Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** b1_ADT.csproj 17 Apr 2005 11:57:57 -0000 1.14 --- b1_ADT.csproj 26 May 2005 22:52:28 -0000 1.15 *************** *** 118,121 **** --- 118,126 ---- /> <File + RelPath = "IndexOfKeyOrPreviousException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "IProgressNotifier.cs" SubType = "Code" |