[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.89, 1.90
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-03-19 23:15:10
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5258/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: General\BasicScriptForBacktesting.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** b7_Scripts.csproj 13 Mar 2008 19:29:20 -0000 1.89 --- b7_Scripts.csproj 19 Mar 2008 23:15:01 -0000 1.90 *************** *** 244,247 **** --- 244,252 ---- /> <File + RelPath = "General\BasicScriptForBacktesting.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "General\Logging\LogArchiver.cs" SubType = "Code" |