[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.12,1.13
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-01 15:41:12
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15120/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - .resx files have been removed - SimpleTesting\OneRank\ script has been added - TickerSelectionTesting\ script has been removed - WalkForwardTesting\MSFTwalkForward\ script has been removed - WalkForwardTesting\WalkForwardOneRank\ script has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** b7_Scripts.csproj 5 Sep 2004 13:51:38 -0000 1.12 --- b7_Scripts.csproj 1 Dec 2004 15:41:03 -0000 1.13 *************** *** 98,101 **** --- 98,106 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "System.Drawing" + AssemblyName = "System.Drawing" + HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll" + /> </References> </Build> *************** *** 148,151 **** --- 153,166 ---- /> <File + RelPath = "SimpleTesting\OneRank\EndOfDayOneRank.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SimpleTesting\OneRank\OneRank.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SimpleTesting\OneRank\RunOneRank.cs" SubType = "Code" *************** *** 168,196 **** /> <File ! RelPath = "TickerSelectionTesting\DataStreamerHandler.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\RunBestTwoIndipendent.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\MSFTwalkForward\RunMSFTwalkForward.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\DataStreamerHandler.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "WalkForwardTesting\WalkForwardOneRank\RunWalkForwardOneRank.cs" SubType = "Code" --- 183,231 ---- /> <File ! RelPath = "WalkForwardTesting\MSFTwalkForward\RunMSFTwalkForward.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\BestPerformingTickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\ChosenTickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\ComparableAccount.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\EligibleTickers.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\EndOfDayTimerHandler.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "WalkForwardTesting\WalkForwardOneRank\ProgressBarForm.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardOneRank\ProgressBarForm.resx" + DependentUpon = "ProgressBarForm.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\WalkForwardOneRank\RunWalkForwardOneRank.cs" SubType = "Code" |