[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.12,1.13
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-09-05 13:50:06
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22422/b3_Data Modified Files: b3_Data.csproj Log Message: Added Tickers_TickerGroups class to manage tickers inside groups Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** b3_Data.csproj 28 Aug 2004 17:27:58 -0000 1.12 --- b3_Data.csproj 5 Sep 2004 13:49:32 -0000 1.13 *************** *** 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> --- 125,128 ---- *************** *** 213,216 **** --- 205,218 ---- /> <File + RelPath = "DataTables\Tickers_tickerGroups.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "DataTables\Tickers_tickerGroups.resx" + DependentUpon = "Tickers_tickerGroups.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "DataTables\ValidatedTickers.cs" SubType = "Component" |