[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj, 1.39, 1.40
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-19 18:26:13
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32646/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: MessageManager.cs has been added Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** b5_Presentation.csproj 29 Aug 2007 10:32:02 -0000 1.39 --- b5_Presentation.csproj 19 Jan 2008 18:26:09 -0000 1.40 *************** *** 126,138 **** /> <Reference - Name = "b4_Business" - Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference Name = "NPlot" AssemblyName = "NPlot" HintPath = "..\..\NPlot.dll" /> </References> </Build> --- 126,138 ---- /> <Reference Name = "NPlot" AssemblyName = "NPlot" HintPath = "..\..\NPlot.dll" /> + <Reference + Name = "b4_Business" + Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> *************** *** 150,153 **** --- 150,158 ---- /> <File + RelPath = "MessageManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "VisualObjectArchiver.cs" SubType = "Code" |