[QuantLibAddin-cvs] QuantLibAddin QuantLibObjects_vc8.vcproj, 1.57, 1.58
Brought to you by:
ericehlers,
nando
|
From: Francois du V. <fd...@us...> - 2006-12-07 13:09:02
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22590 Modified Files: QuantLibObjects_vc8.vcproj Log Message: FowardValueQuote renamed into ForwardValueQuote ForwardValueQuote and ImpliedStdevQuote exposed to Excel Index: QuantLibObjects_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects_vc8.vcproj,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** QuantLibObjects_vc8.vcproj 3 Dec 2006 11:50:23 -0000 1.57 --- QuantLibObjects_vc8.vcproj 7 Dec 2006 13:08:57 -0000 1.58 *************** *** 5,8 **** --- 5,9 ---- Name="QuantLibObjects" ProjectGUID="{CAB8330C-6424-4455-9285-3654587EF71F}" + RootNamespace="QuantLibObjects" > <Platforms> *************** *** 498,501 **** --- 499,510 ---- </File> <File + RelativePath=".\qlo\ValueObjects\vo_quotes.cpp" + > + </File> + <File + RelativePath=".\qlo\ValueObjects\vo_quotes.hpp" + > + </File> + <File RelativePath=".\qlo\ValueObjects\vo_randomsequencegenerator.cpp" > *************** *** 1083,1086 **** --- 1092,1103 ---- </File> <File + RelativePath=".\qlo\quotes.cpp" + > + </File> + <File + RelativePath=".\qlo\quotes.hpp" + > + </File> + <File RelativePath="qlo\schedule.cpp" > |