[Quantproject-developers] QuantProject/b91_QuantProject Main.cs,1.12,1.13 b91_QuantProject.csproj,1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-03-12 23:58:21
|
Update of /cvsroot/quantproject/QuantProject/b91_QuantProject In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21119/b91_QuantProject Modified Files: Main.cs b91_QuantProject.csproj Removed Files: AccountViewer.cs Log Message: AccountViewer moved from QuantProject layer to Presentation. Added reference to Presentation project in order to use AccountViewer object within the Main form. Index: Main.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/Main.cs,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Main.cs 15 Feb 2005 19:13:42 -0000 1.12 --- Main.cs 12 Mar 2005 23:58:02 -0000 1.13 *************** *** 33,36 **** --- 33,37 ---- using QuantProject.Scripts.WalkForwardTesting.WalkForwardOneRank; using QuantProject.Scripts.CallingReportsForRunScripts; + using QuantProject.Presentation.Reporting.WindowsForm; *************** *** 325,329 **** // new RunEfficientCTCPorfolio().Run(); //new RunOneRank().Run(); ! new RunEfficientCTOPorfolio("STOCKMI",70,5,30,2,1000).Run(); // } // catch ( Exception ex ) --- 326,331 ---- // new RunEfficientCTCPorfolio().Run(); //new RunOneRank().Run(); ! new RunEfficientCTOPorfolio("STOCKMI",80,4,45,2,1000).Run(); ! new RunEfficientCTOPorfolio("STOCKMI",80,4,45,2,2500).Run(); // } // catch ( Exception ex ) Index: b91_QuantProject.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/b91_QuantProject.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** b91_QuantProject.csproj 26 Feb 2005 15:10:49 -0000 1.8 --- b91_QuantProject.csproj 12 Mar 2005 23:58:02 -0000 1.9 *************** *** 98,101 **** --- 98,106 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "b5_Presentation" + Project = "{D3DC9EA6-3B06-4255-B19A-5FC5B66A1402}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> *************** *** 103,116 **** <Include> <File - RelPath = "AccountViewer.cs" - SubType = "Form" - BuildAction = "Compile" - /> - <File - RelPath = "AccountViewer.resx" - DependentUpon = "AccountViewer.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "app.config" BuildAction = "None" --- 108,111 ---- --- AccountViewer.cs DELETED --- |