Update of /cvsroot/quantproject/QuantProject/b5_Presentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14525/b5_Presentation
Modified Files:
b5_Presentation.csproj
Log Message:
Usual change to reference NPlot.dll
Index: b5_Presentation.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** b5_Presentation.csproj 19 Jun 2005 15:26:01 -0000 1.24
--- b5_Presentation.csproj 15 Oct 2005 18:01:31 -0000 1.25
***************
*** 116,124 ****
/>
<Reference
- Name = "b4_Business"
- Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}"
- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
- />
- <Reference
Name = "Microsoft.Office.Core"
Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}"
--- 116,119 ----
***************
*** 141,145 ****
Name = "NPlot"
AssemblyName = "NPlot"
! HintPath = "bin\Debug\NPlot.dll"
/>
</References>
--- 136,145 ----
Name = "NPlot"
AssemblyName = "NPlot"
! HintPath = "..\b91_QuantProject\bin\Debug\NPlot.dll"
! />
! <Reference
! Name = "b4_Business"
! Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}"
! Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
</References>
|