[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.15,1.16
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-05 02:34:42
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17604/QuantProject/b3_Data Modified Files: b3_Data.csproj Log Message: Added reference to Microsoft.Office.Core Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** b3_Data.csproj 1 Dec 2004 22:47:00 -0000 1.15 --- b3_Data.csproj 5 Dec 2004 02:34:33 -0000 1.16 *************** *** 125,128 **** --- 125,136 ---- WrapperTool = "primary" /> + <Reference + Name = "Microsoft.Office.Core" + Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" + VersionMajor = "2" + VersionMinor = "3" + Lcid = "0" + WrapperTool = "primary" + /> </References> </Build> |