[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.9,1.10
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-01 00:44:33
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23368/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - added RunOneRankWithExcelReport.cs - added RunOneRankWithWindowsReport.cs Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** b7_Scripts.csproj 20 Dec 2003 18:43:01 -0000 1.9 --- b7_Scripts.csproj 1 Aug 2004 00:44:24 -0000 1.10 *************** *** 88,91 **** --- 88,96 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "System.Windows.Forms" + AssemblyName = "System.Windows.Forms" + HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" + /> </References> </Build> *************** *** 143,146 **** --- 148,161 ---- /> <File + RelPath = "SimpleTesting\OneRank\RunOneRankWithExcelReport.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SimpleTesting\OneRank\RunOneRankWithWindowsReport.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SimpleTesting\OneRank\TsOneRank.cs" SubType = "Code" |