[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.8,1.9
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-14 21:13:16
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18713/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: The ConsoleManager class has been added Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** b5_Presentation.csproj 14 Aug 2004 20:47:23 -0000 1.8 --- b5_Presentation.csproj 14 Aug 2004 21:13:07 -0000 1.9 *************** *** 163,166 **** --- 163,171 ---- /> <File + RelPath = "Reporting\Console\ConsoleManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Reporting\MicrosoftExcel\ExcelManager.cs" SubType = "Code" |