[Quantproject-developers] QuantProject/b5_Presentation Presentation_SD.csproj, 1.7, 1.8
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-02-28 18:18:42
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14504 Modified Files: Presentation_SD.csproj Log Message: HistoriesViewer.cs has been added Index: Presentation_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Presentation_SD.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Presentation_SD.csproj 29 Sep 2008 21:10:20 -0000 1.7 --- Presentation_SD.csproj 28 Feb 2009 18:18:37 -0000 1.8 *************** *** 68,71 **** --- 68,75 ---- <Compile Include="Charting\Chart.cs" /> <Compile Include="MessageManager.cs" /> + <Compile Include="HistoriesViewer.cs" /> + <Compile Include="HistoriesViewer.Designer.cs"> + <DependentUpon>HistoriesViewer.cs</DependentUpon> + </Compile> <Compile Include="Reporting\Console\ConsoleManager.cs" /> <Compile Include="Reporting\MicrosoftExcel\ExcelManager.cs" /> |