[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj, 1.40, 1.41
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-07-30 13:06:19
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27153/b3_Data Modified Files: b3_Data.csproj Log Message: a couple of useless .resx file have been removed Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** b3_Data.csproj 2 Jul 2006 20:10:43 -0000 1.40 --- b3_Data.csproj 30 Jul 2006 13:06:15 -0000 1.41 *************** *** 136,140 **** <File RelPath = "ExtendedDataTable.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 136,140 ---- <File RelPath = "ExtendedDataTable.cs" ! SubType = "Component" BuildAction = "Compile" /> *************** *** 215,223 **** /> <File - RelPath = "DataTables\Quotes.resx" - DependentUpon = "Quotes.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "DataTables\TickerDataTable.cs" SubType = "Component" --- 215,218 ---- *************** *** 225,233 **** /> <File - RelPath = "DataTables\TickerDataTable.resx" - DependentUpon = "TickerDataTable.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "DataTables\Tickers_tickerGroups.cs" SubType = "Component" --- 220,223 ---- |