[ObjectHandler-cvs] ObjectHandler/gensrc gensrc.vcproj,1.1,1.2
Brought to you by:
ericehlers,
nando
From: Marco B. <mar...@us...> - 2006-06-08 14:52:17
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9697/gensrc Modified Files: gensrc.vcproj Log Message: update VC7 workspaces Index: gensrc.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/gensrc.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gensrc.vcproj 6 Jun 2006 09:08:27 -0000 1.1 --- gensrc.vcproj 8 Jun 2006 14:52:11 -0000 1.2 *************** *** 27,34 **** <Files> <Filter ! Name="scripts" Filter=""> <File ! RelativePath="scripts\gensrc.py"> </File> </Filter> --- 27,37 ---- <Files> <Filter ! Name="config" Filter=""> <File ! RelativePath="config\config.xml"> ! </File> ! <File ! RelativePath="config\excel.xml"> </File> </Filter> *************** *** 37,107 **** Filter=""> <File ! RelativePath="metadata\calendar.xml"> ! </File> ! <File ! RelativePath="metadata\capfloor.xml"> ! </File> ! <File ! RelativePath="metadata\config.xml"> ! </File> ! <File ! RelativePath="metadata\couponvectors.xml"> ! </File> ! <File ! RelativePath="metadata\date.xml"> ! </File> ! <File ! RelativePath="metadata\daycounter.xml"> ! </File> ! <File ! RelativePath="metadata\enumerations.xml"> ! </File> ! <File ! RelativePath="metadata\exercise.xml"> ! </File> ! <File ! RelativePath="metadata\instruments.xml"> ! </File> ! <File ! RelativePath="metadata\interpolation.xml"> ! </File> ! <File ! RelativePath="metadata\mathf.xml"> ! </File> ! <File ! RelativePath="metadata\options.xml"> ! </File> ! <File ! RelativePath="metadata\prices.xml"> ! </File> ! <File ! RelativePath="metadata\processes.xml"> ! </File> ! <File ! RelativePath="metadata\randomsequencegenerator.xml"> ! </File> ! <File ! RelativePath="metadata\schedule.xml"> ! </File> ! <File ! RelativePath="metadata\shortratemodels.xml"> </File> <File ! RelativePath="metadata\simpleswap.xml"> </File> <File ! RelativePath="metadata\swap.xml"> </File> <File ! RelativePath="metadata\termstructures.xml"> </File> <File ! RelativePath="metadata\utilities.xml"> </File> <File ! RelativePath="metadata\volatilities.xml"> </File> <File ! RelativePath="metadata\xibor.xml"> </File> </Filter> --- 40,70 ---- Filter=""> <File ! RelativePath="metadata\functions.xml"> </File> + </Filter> + <Filter + Name="scripts" + Filter=""> <File ! RelativePath="scripts\gensrc.py"> </File> + </Filter> + <Filter + Name="stubs" + Filter=""> <File ! RelativePath="stubs\stub.copyright"> </File> <File ! RelativePath="stubs\stub.excel.exports"> </File> <File ! RelativePath="stubs\stub.excel.includes"> </File> <File ! RelativePath="stubs\stub.excel.register"> </File> <File ! RelativePath="stubs\stub.excel.unregister"> </File> </Filter> |