[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.16,1.17
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-01-20 01:11:47
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1799/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: Useless changes, required by a known bug of the development tool we use. Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** b5_Presentation.csproj 20 Dec 2004 00:09:51 -0000 1.16 --- b5_Presentation.csproj 20 Jan 2005 01:11:32 -0000 1.17 *************** *** 121,129 **** /> <Reference - Name = "b1_ADT" - Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference Name = "Microsoft.Office.Core" Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" --- 121,124 ---- *************** *** 134,140 **** /> <Reference Name = "scpl" AssemblyName = "scpl" ! HintPath = "..\b91_QuantProject\bin\Debug\scpl.dll" /> </References> --- 129,145 ---- /> <Reference + Name = "b3_Data" + Project = "{6AC0A2C1-B926-4921-A685-F5AA80E81C94}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "b1_ADT" + Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference Name = "scpl" AssemblyName = "scpl" ! HintPath = "..\..\QuantDownloader\Downloader\bin\Debug\scpl.dll" /> </References> |