[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.66, 1.67 Business_SD.cspro
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-05-04 22:44:11
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2344 Modified Files: b4_Business.csproj Business_SD.csproj Log Message: Added ByPriceMostLiquidLessVolatileOTCAlwaysQuoted. Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Business_SD.csproj 26 Apr 2008 09:57:00 -0000 1.24 --- Business_SD.csproj 4 May 2008 22:43:57 -0000 1.25 *************** *** 75,78 **** --- 75,79 ---- <Compile Include="a2_Strategies\Benchmark.cs" /> <Compile Include="a2_Strategies\Eligibles\ByPriceLessVolatileOTCAlwaysQuoted.cs" /> + <Compile Include="a2_Strategies\Eligibles\ByPriceMostLiquidLessVolatileOTCAlwaysQuoted.cs" /> <Compile Include="a2_Strategies\Eligibles\DummyEligibleSelector.cs" /> <Compile Include="a2_Strategies\Eligibles\ByPriceMostLiquidAlwaysQuoted.cs" /> Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** b4_Business.csproj 26 Apr 2008 09:56:59 -0000 1.66 --- b4_Business.csproj 4 May 2008 22:43:57 -0000 1.67 *************** *** 740,743 **** --- 740,748 ---- /> <File + RelPath = "a2_Strategies\Eligibles\ByPriceMostLiquidLessVolatileOTCAlwaysQuoted.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\Eligibles\DummyEligibleSelector.cs" SubType = "Code" |