[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.25,1.26
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-08-02 23:04:12
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13403/b4_Business Modified Files: b4_Business.csproj Log Message: a2_Strategies\IEndOfDayStrategy.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** b4_Business.csproj 19 Jun 2005 15:29:10 -0000 1.25 --- b4_Business.csproj 2 Aug 2005 23:04:03 -0000 1.26 *************** *** 538,541 **** --- 538,546 ---- /> <File + RelPath = "a2_Strategies\IEndOfDayStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\Signal.cs" SubType = "Code" |