[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.60, 1.61
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-03-26 00:42:20
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7775/b4_Business Modified Files: b4_Business.csproj Log Message: - Microsoft.Office.Core is not referenced anymore (not clear to me what's happened) - a2_Strategies\InSample\BruteForceChooser.cs has been added - a2_Strategies\Optimizing\BruteForce\BruteForceOptimizableParametersManagerForBalancedVolatility.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** b4_Business.csproj 13 Mar 2008 19:32:04 -0000 1.60 --- b4_Business.csproj 26 Mar 2008 00:42:16 -0000 1.61 *************** *** 130,141 **** Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> - <Reference - Name = "Microsoft.Office.Core" - Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" - VersionMajor = "2" - VersionMinor = "3" - Lcid = "0" - WrapperTool = "primary" - /> </References> </Build> --- 130,133 ---- *************** *** 758,761 **** --- 750,758 ---- /> <File + RelPath = "a2_Strategies\InSample\BruteForceChooser.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\InSample\ConstantWeightedPositionsChooser.cs" SubType = "Code" *************** *** 793,796 **** --- 790,798 ---- /> <File + RelPath = "a2_Strategies\Optimizing\BruteForce\BruteForceOptimizableParametersManagerForBalancedVolatility.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\Optimizing\Decoding\BasicDecoderForTestingPositions.cs" SubType = "Code" |