[Adapdev-commits] Adapdev/src/Adapdev Adapdev.csproj,1.7,1.8
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-06-02 03:26:11
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28755/src/Adapdev Modified Files: Adapdev.csproj Log Message: Updated OracleSelectQuery to properly handle SetLimit Updated CrypoTests to pass Modified SmartTreeView to track state of nodes across reloads Small modifications to the caching block Index: Adapdev.csproj =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev/Adapdev.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Adapdev.csproj 25 May 2005 05:17:48 -0000 1.7 --- Adapdev.csproj 2 Jun 2005 03:26:01 -0000 1.8 *************** *** 426,429 **** --- 426,559 ---- /> <File + RelPath = "Text\Indexing\IIndex.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\IRecord.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\ISearchExpression.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\ISearchHitFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\SearchResult.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\FullTextSearchExpression.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\FullTextSearchIndex.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\FullTextSearchMode.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\IndexedField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\IndexedFieldCollection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\ITokenFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\ITokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Posting.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Postings.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\TermOccurenceCollection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\TermOccurrence.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Token.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Filters\AbstractFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Filters\ConditionalFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Filters\RegexTokenFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Filters\SpecialCharactersFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Filters\TokenLengthFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Filters\WordFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Tokenizers\NullTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\FullText\Tokenizers\StringTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\Records\HashtableRecord.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Threading\DelegateAdapter.cs" SubType = "Code" *************** *** 450,453 **** --- 580,623 ---- BuildAction = "Compile" /> + <File + RelPath = "XPath\TypeInfoCache.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\XPathObjectNavigator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\Internal\ObjectNavigationContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\Internal\ObjectNavigatorState.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\Internal\ObjectNavigatorStateDictionary.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\Internal\ObjectNavigatorStateItem.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\Internal\ObjectNavigatorStateList.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\Internal\ObjectNavigatorStateRoot.cs" + SubType = "Code" + BuildAction = "Compile" + /> </Include> </Files> |