[Quantproject-developers] QuantProject/b2_DataAccess b2_DataAccess.csproj,1.13,1.14
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-01-20 01:11:47
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1799/b2_DataAccess Modified Files: b2_DataAccess.csproj Log Message: Useless changes, required by a known bug of the development tool we use. Index: b2_DataAccess.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/b2_DataAccess.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** b2_DataAccess.csproj 9 Jan 2005 19:41:54 -0000 1.13 --- b2_DataAccess.csproj 20 Jan 2005 01:11:32 -0000 1.14 *************** *** 74,86 **** /> <Reference - Name = "b1_ADT" - Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference Name = "System.Windows.Forms" AssemblyName = "System.Windows.Forms" HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" /> </References> </Build> --- 74,86 ---- /> <Reference Name = "System.Windows.Forms" AssemblyName = "System.Windows.Forms" HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" /> + <Reference + Name = "b1_ADT" + Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> |