[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.18,1.19
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-15 23:12:37
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29799/b3_Data Modified Files: b3_Data.csproj Log Message: My vsnet environment, automatically added a reference to Microsoft.Office.Core Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** b3_Data.csproj 14 Dec 2004 21:31:45 -0000 1.18 --- b3_Data.csproj 15 Dec 2004 23:12:26 -0000 1.19 *************** *** 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> *************** *** 136,140 **** <File RelPath = "ExtendedDataTable.cs" ! SubType = "Component" BuildAction = "Compile" /> --- 144,148 ---- <File RelPath = "ExtendedDataTable.cs" ! SubType = "Code" BuildAction = "Compile" /> |