📄 lucene.net-2.0.0.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{F04CA2F4-E182-46A8-B914-F46AF5319E83}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "Lucene.Net"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "Lucene.Net"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = "Lucene.Net.xml"
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "G:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
/>
<Reference
Name = "System.Runtime.Remoting"
AssemblyName = "System.Runtime.Remoting"
HintPath = "D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Runtime.Remoting.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Lucene.Net.Search.RemoteSearchable.config"
BuildAction = "None"
/>
<File
RelPath = "Lucene.Net.Search.TestSort.config"
BuildAction = "None"
/>
<File
RelPath = "Lucene.Net.xml"
BuildAction = "Content"
/>
<File
RelPath = "LucenePackage.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Overview.html"
BuildAction = "Content"
/>
<File
RelPath = "Package.html"
BuildAction = "Content"
/>
<File
RelPath = "SharpZipLibAdapter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SupportClass.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Analyzer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\CharTokenizer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\ISOLatin1AccentFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\KeywordAnalyzer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\KeywordTokenizer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\LengthFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\LetterTokenizer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\LowerCaseFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\LowerCaseTokenizer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Package.html"
BuildAction = "Content"
/>
<File
RelPath = "Analysis\PerFieldAnalyzerWrapper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\PorterStemFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\PorterStemmer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\SimpleAnalyzer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\StopAnalyzer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\StopFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Token.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\TokenFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Tokenizer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\TokenStream.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\WhitespaceAnalyzer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\WhitespaceTokenizer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\WordlistLoader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\CharStream.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\FastCharStream.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\Package.html"
BuildAction = "Content"
/>
<File
RelPath = "Analysis\Standard\ParseException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\StandardAnalyzer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\StandardFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\StandardTokenizer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\StandardTokenizer.jj"
BuildAction = "None"
/>
<File
RelPath = "Analysis\Standard\StandardTokenizerConstants.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\StandardTokenizerTokenManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\Token.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Analysis\Standard\TokenMgrError.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Document\DateField.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Document\DateTools.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Document\Document.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Document\Field.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Document\NumberTools.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Document\Package.html"
BuildAction = "Content"
/>
<File
RelPath = "Index\CompoundFileReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Index\CompoundFileWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Index\DocumentWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Index\FieldInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Index\FieldInfos.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Index\FieldsReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Index\FieldsWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Index\FilterIndexReader.cs"
SubType = "Code"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -