[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.33, 1.34
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-07-30 10:46:25
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14873/b4_Business Modified Files: b4_Business.csproj Log Message: a2_Strategies\WeightedPosition.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** b4_Business.csproj 2 Jul 2006 20:16:16 -0000 1.33 --- b4_Business.csproj 30 Jul 2006 10:46:17 -0000 1.34 *************** *** 615,618 **** --- 615,623 ---- /> <File + RelPath = "a2_Strategies\WeightedPosition.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a3_Testing\BackTester.cs" SubType = "Code" |