[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj, 1.32, 1.33
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-12-06 16:10:12
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1084/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: Minor changes automatically set up by VSNet Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** b5_Presentation.csproj 8 Oct 2006 15:59:18 -0000 1.32 --- b5_Presentation.csproj 6 Dec 2006 16:07:17 -0000 1.33 *************** *** 131,137 **** /> <Reference Name = "NPlot" AssemblyName = "NPlot" ! HintPath = "..\..\NPlot.dll" /> </References> --- 131,145 ---- /> <Reference + Name = "Microsoft.Office.Core" + Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" + VersionMajor = "2" + VersionMinor = "3" + Lcid = "0" + WrapperTool = "primary" + /> + <Reference Name = "NPlot" AssemblyName = "NPlot" ! HintPath = "..\..\..\..\..\Documents and Settings\Glauco\Desktop\NPlot\NPlot.dll" /> </References> *************** *** 161,165 **** <File RelPath = "Charting\Chart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 169,173 ---- <File RelPath = "Charting\Chart.cs" ! SubType = "Code" BuildAction = "Compile" /> |