[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.12,1.13
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-05 02:36:29
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18059/QuantProject/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: - Added reference to Microsoft.Office.Core - Added reference to scpl Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** b5_Presentation.csproj 1 Dec 2004 22:47:01 -0000 1.12 --- b5_Presentation.csproj 5 Dec 2004 02:36:20 -0000 1.13 *************** *** 116,124 **** /> <Reference - Name = "scpl" - AssemblyName = "scpl" - HintPath = "..\..\lib\scpl.dll" - /> - <Reference Name = "b4_Business" Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" --- 116,119 ---- *************** *** 130,133 **** --- 125,141 ---- 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" + /> + <Reference + Name = "scpl" + AssemblyName = "scpl" + HintPath = "..\b91_QuantProject\bin\Debug\scpl.dll" + /> </References> </Build> |