[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.13,1.14
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-01 15:28:06
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12132/b3_Data Modified Files: b3_Data.csproj Log Message: .resx files have been removed Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** b3_Data.csproj 5 Sep 2004 13:49:32 -0000 1.13 --- b3_Data.csproj 1 Dec 2004 15:27:51 -0000 1.14 *************** *** 125,128 **** --- 125,136 ---- WrapperTool = "primary" /> + <Reference + Name = "Microsoft.Office.Core" + Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" + VersionMajor = "2" + VersionMinor = "3" + Lcid = "0" + WrapperTool = "primary" + /> </References> </Build> *************** *** 185,193 **** /> <File - RelPath = "DataTables\GroupQuotes.resx" - DependentUpon = "GroupQuotes.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "DataTables\Quotes.cs" SubType = "Component" --- 193,196 ---- *************** *** 195,203 **** /> <File - RelPath = "DataTables\Quotes.resx" - DependentUpon = "Quotes.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "DataTables\TickerDataTable.cs" SubType = "Component" --- 198,201 ---- *************** *** 210,218 **** /> <File - RelPath = "DataTables\Tickers_tickerGroups.resx" - DependentUpon = "Tickers_tickerGroups.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "DataTables\ValidatedTickers.cs" SubType = "Component" --- 208,211 ---- *************** *** 220,237 **** /> <File - RelPath = "DataTables\ValidatedTickers.resx" - DependentUpon = "ValidatedTickers.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "DataTables\VisuallyValidatedQuotes.cs" SubType = "Component" BuildAction = "Compile" /> ! <File ! RelPath = "DataTables\VisuallyValidatedQuotes.resx" ! DependentUpon = "VisuallyValidatedQuotes.cs" ! BuildAction = "EmbeddedResource" ! /> <File RelPath = "Selectors\ITickerReceiver.cs" --- 213,221 ---- /> <File RelPath = "DataTables\VisuallyValidatedQuotes.cs" SubType = "Component" BuildAction = "Compile" /> ! <Folder RelPath = "NewFolder1\" /> <File RelPath = "Selectors\ITickerReceiver.cs" *************** *** 259,262 **** --- 243,247 ---- BuildAction = "Compile" /> + <Folder RelPath = "Timing\" /> </Include> </Files> |