[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.12,1.13
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-05 02:35:45
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17876/QuantProject/b4_Business Modified Files: b4_Business.csproj Log Message: Added reference to Microsoft.Office.Core Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** b4_Business.csproj 1 Dec 2004 22:47:00 -0000 1.12 --- b4_Business.csproj 5 Dec 2004 02:35:35 -0000 1.13 *************** *** 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> |