[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj, 1.43, 1.44
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-12-06 16:11:47
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1084/b3_Data Modified Files: b3_Data.csproj Log Message: Minor changes automatically set up by VSNet Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** b3_Data.csproj 20 Sep 2006 21:49:30 -0000 1.43 --- b3_Data.csproj 6 Dec 2006 16:07:18 -0000 1.44 *************** *** 125,128 **** --- 125,136 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <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" /> |