[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.20,1.21
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-03-12 23:53:44
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20021/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: AccountViewer added to Presentation project (moved from QuantProject layer) Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** b5_Presentation.csproj 12 Feb 2005 19:02:01 -0000 1.20 --- b5_Presentation.csproj 12 Mar 2005 23:53:04 -0000 1.21 *************** *** 178,181 **** --- 178,191 ---- /> <File + RelPath = "Reporting\WindowsForm\AccountViewer.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "Reporting\WindowsForm\AccountViewer.resx" + DependentUpon = "AccountViewer.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "Reporting\WindowsForm\EquityChartTabPage.cs" SubType = "Component" |