[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.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/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29799/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: My vsnet environment, automatically added a reference to Microsoft.Office.Core Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** b5_Presentation.csproj 14 Dec 2004 21:31:45 -0000 1.14 --- b5_Presentation.csproj 15 Dec 2004 23:12:27 -0000 1.15 *************** *** 126,129 **** --- 126,137 ---- /> <Reference + Name = "Microsoft.Office.Core" + Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" + VersionMajor = "2" + VersionMinor = "3" + Lcid = "0" + WrapperTool = "primary" + /> + <Reference Name = "scpl" AssemblyName = "scpl" *************** *** 151,155 **** <File RelPath = "Charting\Chart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 159,163 ---- <File RelPath = "Charting\Chart.cs" ! SubType = "Code" BuildAction = "Compile" /> |