[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj, 1.39, 1.40
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-07-02 20:10:47
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20341/b3_Data Modified Files: b3_Data.csproj Log Message: Added SelectorByMaxLinearIndipendence class. Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** b3_Data.csproj 1 Jun 2006 23:40:11 -0000 1.39 --- b3_Data.csproj 2 Jul 2006 20:10:43 -0000 1.40 *************** *** 121,132 **** /> <Reference - Name = "Microsoft.Office.Core" - Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" - VersionMajor = "2" - VersionMinor = "3" - Lcid = "0" - WrapperTool = "primary" - /> - <Reference Name = "b1_ADT" Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" --- 121,124 ---- *************** *** 144,148 **** <File RelPath = "ExtendedDataTable.cs" ! SubType = "Component" BuildAction = "Compile" /> --- 136,140 ---- <File RelPath = "ExtendedDataTable.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 357,360 **** --- 349,367 ---- BuildAction = "Compile" /> + <File + RelPath = "Selectors\ByLinearIndipendence\Candidate.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\ByLinearIndipendence\GenomeManagerForMaxLinearIndipendenceSelector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Selectors\ByLinearIndipendence\SelectorByMaxLinearIndipendence.cs" + SubType = "Code" + BuildAction = "Compile" + /> <Folder RelPath = "Timing\" /> </Include> |