[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.48, 1.49
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-01-14 23:46:26
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24799/b4_Business Modified Files: b4_Business.csproj Log Message: Added classes for providing correlation indexes Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** b4_Business.csproj 23 Sep 2007 21:50:55 -0000 1.48 --- b4_Business.csproj 14 Jan 2008 23:46:23 -0000 1.49 *************** *** 713,716 **** --- 713,736 ---- /> <File + RelPath = "a2_Strategies\TickersRelationships\CloseToCloseCorrelationProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a2_Strategies\TickersRelationships\CorrelationProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a2_Strategies\TickersRelationships\OpenToCloseCorrelationProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a2_Strategies\TickersRelationships\TickersPearsonCorrelation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a3_Testing\BackTester.cs" SubType = "Code" |