Update of /cvsroot/quantproject/QuantProject/b5_Presentation
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27426/b5_Presentation
Modified Files:
b5_Presentation.csproj
Log Message:
Minor change, automatically applied by VSNet
Index: b5_Presentation.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** b5_Presentation.csproj 11 Jun 2007 17:54:59 -0000 1.36
--- b5_Presentation.csproj 1 Aug 2007 22:50:56 -0000 1.37
***************
*** 131,139 ****
/>
<Reference
- Name = "NPlot"
- AssemblyName = "NPlot"
- HintPath = "..\..\..\..\..\Documents and Settings\Glauco\Desktop\NPlot\NPlot.dll"
- />
- <Reference
Name = "Microsoft.Office.Core"
Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}"
--- 131,134 ----
***************
*** 143,146 ****
--- 138,146 ----
WrapperTool = "primary"
/>
+ <Reference
+ Name = "NPlot"
+ AssemblyName = "NPlot"
+ HintPath = "..\..\NPlot.dll"
+ />
</References>
</Build>
***************
*** 169,173 ****
<File
RelPath = "Charting\Chart.cs"
! SubType = "UserControl"
BuildAction = "Compile"
/>
--- 169,173 ----
<File
RelPath = "Charting\Chart.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
|