[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.14,1.15
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-15 23:12:35
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29799/b4_Business Modified Files: b4_Business.csproj Log Message: My vsnet environment, automatically added a reference to Microsoft.Office.Core Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** b4_Business.csproj 14 Dec 2004 21:30:15 -0000 1.14 --- b4_Business.csproj 15 Dec 2004 23:12:26 -0000 1.15 *************** *** 130,133 **** --- 130,141 ---- WrapperTool = "primary" /> + <Reference + Name = "Microsoft.Office.Core" + Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" + VersionMajor = "2" + VersionMinor = "3" + Lcid = "0" + WrapperTool = "primary" + /> </References> </Build> |