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