[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.54, 1.55
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-27 21:43:09
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32472 Modified Files: b4_Business.csproj Log Message: - a07_DataProviders\TickerNotExchangedException.cs has been added - a2_Strategies\EndOfDayStrategies\BasicEndOfDayStrategyForBacktester.cs has been added - a2_Strategies\Optimizing\GenomeManagers\GenomeManagerWithDuplicateGenes.cs has been added - a2_Strategies\returnsManagement\time\selectors\OddIntervalsSelector.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** b4_Business.csproj 13 Feb 2008 22:19:56 -0000 1.54 --- b4_Business.csproj 27 Feb 2008 21:43:05 -0000 1.55 *************** *** 253,256 **** --- 253,261 ---- /> <File + RelPath = "a07_DataProviders\TickerNotExchangedException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a1_Instruments\Instrument.cs" SubType = "Code" *************** *** 713,716 **** --- 718,726 ---- /> <File + RelPath = "a2_Strategies\EndOfDayStrategies\BasicEndOfDayStrategyForBacktester.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\EquityEvaluation\ExpectancyScore.cs" SubType = "Code" *************** *** 803,806 **** --- 813,821 ---- /> <File + RelPath = "a2_Strategies\Optimizing\GenomeManagers\GenomeManagerWithDuplicateGenes.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\OutOfSample\TestingPositions.cs" SubType = "Code" *************** *** 853,856 **** --- 868,876 ---- /> <File + RelPath = "a2_Strategies\returnsManagement\time\selectors\OddIntervalsSelector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\TickersRelationships\CloseToCloseCorrelationProvider.cs" SubType = "Code" |