[Quantproject-developers] QuantProject/t5_Testing QPTesting.csproj, 1.1, 1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 17:14:31
|
Update of /cvsroot/quantproject/QuantProject/t5_Testing In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17278 Modified Files: QPTesting.csproj Log Message: A reference to nunit.mocks.dll has been added A reference to System.Data has been added a5_FakeImplementations\FakeGenomeManager.cs has been added a5_FakeImplementations\FakeHistoricalMarketValueProvider.cs has been added b1_ADT\Econometrics\TestLinearRegression.cs has been added b1_ADT\LinearAlgebra\TestLinearSystemSolver.cs has been added b3_data\Selectors\TestTickerSelector.cs has been added b4_Business\a2_Strategies\Eligibles\TestOftenExchanged.cs has been added b4_Business\a2_Strategies\Optimizing\Decoding\TestBasicDecoderForTestingPositions.cs has been added b4_Business\a2_Strategies\ReturnsManagment\Time\TestReturnIntervals.cs has been added b7_scripts\linearRegression\TestDecoderForLinearRegressionTestingPositions.cs has been added b7_scripts\linearRegression\TestLinearRegressionFitnessEvaluator.cs has been added b7_scripts\linearRegression\TestLinearRegressionSetUpManager.cs has been added b7_scripts\linearRegression\TestDecoderFirstTradingTickerInEachSignalingPortfolio.cs has been added b7_scripts\linearRegression\TestGenomeManagerForLinearRegression.cs has been added b7_scripts\linearRegression\TestEntryStrategyBasedOnForecastedReturn.cs has been added b7_scripts\linearRegression\TestReturnIntervalsBuilderForTradingAndForSignaling.cs has been added b7_scripts\linearRegression\TestSingleDayIntervalsSelector.cs has been added A reference to "..\b3_Data\Data_SD.csproj" has been added A reference to "..\b4_Business\Business_SD.csproj" has been added A reference to "..\b7_Scripts\Scripts_SD.csproj" has been added Index: QPTesting.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/t5_Testing/QPTesting.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** QPTesting.csproj 31 Jan 2010 18:57:44 -0000 1.1 --- QPTesting.csproj 28 Mar 2010 17:14:23 -0000 1.2 *************** *** 27,36 **** --- 27,57 ---- <ItemGroup> <Reference Include="nunit.framework" /> + <Reference Include="nunit.mocks"> + <HintPath>nunit.mocks.dll</HintPath> + <SpecificVersion>False</SpecificVersion> + </Reference> <Reference Include="System" /> + <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="a5_FakeImplementations\FakeGenomeManager.cs" /> + <Compile Include="a5_FakeImplementations\FakeHistoricalMarketValueProvider.cs" /> <Compile Include="AssemblyInfo.cs" /> + <Compile Include="b1_ADT\Econometrics\TestLinearRegression.cs" /> + <Compile Include="b1_ADT\LinearAlgebra\TestLinearSystemSolver.cs" /> <Compile Include="b1_ADT\Sum.cs" /> + <Compile Include="b3_data\Selectors\TestTickerSelector.cs" /> + <Compile Include="b4_Business\a2_Strategies\Eligibles\TestOftenExchanged.cs" /> + <Compile Include="b4_Business\a2_Strategies\Optimizing\Decoding\TestBasicDecoderForTestingPositions.cs" /> + <Compile Include="b4_Business\a2_Strategies\ReturnsManagment\Time\TestReturnIntervals.cs" /> + <Compile Include="b7_scripts\linearRegression\TestDecoderForLinearRegressionTestingPositions.cs" /> + <Compile Include="b7_scripts\linearRegression\TestLinearRegressionFitnessEvaluator.cs" /> + <Compile Include="b7_scripts\linearRegression\TestLinearRegressionSetUpManager.cs" /> + <Compile Include="b7_scripts\linearRegression\TestDecoderFirstTradingTickerInEachSignalingPortfolio.cs" /> + <Compile Include="b7_scripts\linearRegression\TestGenomeManagerForLinearRegression.cs" /> + <Compile Include="b7_scripts\linearRegression\TestEntryStrategyBasedOnForecastedReturn.cs" /> + <Compile Include="b7_scripts\linearRegression\TestReturnIntervalsBuilderForTradingAndForSignaling.cs" /> + <Compile Include="b7_scripts\linearRegression\TestSingleDayIntervalsSelector.cs" /> </ItemGroup> <ItemGroup> *************** *** 39,43 **** --- 60,90 ---- <Name>ADT_SD</Name> </ProjectReference> + <ProjectReference Include="..\b3_Data\Data_SD.csproj"> + <Project>{1A0B0C1A-DBC5-4AE6-BE2E-2298135DD60C}</Project> + <Name>Data_SD</Name> + </ProjectReference> + <ProjectReference Include="..\b4_Business\Business_SD.csproj"> + <Project>{91CAD8B7-D505-40BE-8FAF-0597E62FF71D}</Project> + <Name>Business_SD</Name> + </ProjectReference> + <ProjectReference Include="..\b7_Scripts\Scripts_SD.csproj"> + <Project>{B5AAC5AA-DCC1-4698-A362-D399AB9A90C4}</Project> + <Name>Scripts_SD</Name> + </ProjectReference> <Folder Include="b1_ADT" /> + <Folder Include="b1_ADT\LinearAlgebra" /> + <Folder Include="b1_ADT\Econometrics" /> + <Folder Include="b3_data\Selectors" /> + <Folder Include="b4_Business\a2_Strategies" /> + <Folder Include="b4_Business\a2_Strategies\Eligibles" /> + <Folder Include="b4_Business\a2_Strategies\Optimizing" /> + <Folder Include="b4_Business\a2_Strategies\Optimizing\Decoding" /> + <Folder Include="b4_Business\a2_Strategies\ReturnsManagment" /> + <Folder Include="b4_Business\a2_Strategies\ReturnsManagment\Time" /> + <Folder Include="b7_scripts" /> + <Folder Include="b7_scripts\linearRegression" /> + <Folder Include="b4_Business" /> + <Folder Include="b3_data" /> + <Folder Include="a5_FakeImplementations" /> </ItemGroup> </Project> \ No newline at end of file |