| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <PropertyGroup> |
| <ProjectType>Local</ProjectType> |
| <ProductVersion>9.0.21022</ProductVersion> |
| <SchemaVersion>2.0</SchemaVersion> |
| <ProjectGuid>{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}</ProjectGuid> |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| <ApplicationIcon> |
| </ApplicationIcon> |
| <AssemblyKeyContainerName> |
| </AssemblyKeyContainerName> |
| <AssemblyName>Lucene.Net.Contrib.SpellChecker</AssemblyName> |
| <AssemblyOriginatorKeyFile>Lucene.Net.snk</AssemblyOriginatorKeyFile> |
| <DefaultClientScript>JScript</DefaultClientScript> |
| <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
| <DefaultTargetSchema>IE50</DefaultTargetSchema> |
| <DelaySign>false</DelaySign> |
| <RootNamespace>Lucene.Net.Search.Spell</RootNamespace> |
| <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| <StartupObject> |
| </StartupObject> |
| <FileUpgradeFlags> |
| </FileUpgradeFlags> |
| <UpgradeBackupLocation> |
| </UpgradeBackupLocation> |
| <OldToolsVersion>3.5</OldToolsVersion> |
| <TargetFrameworkProfile /> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| <Framework>$(TargetFrameworkVersion.Replace("v", "NET").Replace(".", ""))</Framework> |
| <OutputPath>..\..\..\build\bin\contrib\SpellChecker\$(Configuration.Replace("35", ""))\$(Framework)\</OutputPath> |
| <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| <BaseAddress>285212672</BaseAddress> |
| <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| <ConfigurationOverrideFile> |
| </ConfigurationOverrideFile> |
| <DefineConstants>DEBUG;TRACE;$(Framework)</DefineConstants> |
| <DocumentationFile> |
| </DocumentationFile> |
| <DebugSymbols>true</DebugSymbols> |
| <FileAlignment>4096</FileAlignment> |
| <NoStdLib>false</NoStdLib> |
| <NoWarn>618</NoWarn> |
| <Optimize>false</Optimize> |
| <RegisterForComInterop>false</RegisterForComInterop> |
| <RemoveIntegerChecks>false</RemoveIntegerChecks> |
| <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| <WarningLevel>4</WarningLevel> |
| <DebugType>full</DebugType> |
| <ErrorReport>prompt</ErrorReport> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| <OutputType>Library</OutputType> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug35|AnyCPU' "> |
| <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| <Framework>$(TargetFrameworkVersion.Replace("v", "NET").Replace(".", ""))</Framework> |
| <OutputPath>..\..\..\build\bin\contrib\SpellChecker\$(Configuration.Replace("35", ""))\$(Framework)\</OutputPath> |
| <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| <BaseAddress>285212672</BaseAddress> |
| <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| <ConfigurationOverrideFile> |
| </ConfigurationOverrideFile> |
| <DefineConstants>DEBUG;TRACE;$(Framework)</DefineConstants> |
| <DocumentationFile> |
| </DocumentationFile> |
| <DebugSymbols>true</DebugSymbols> |
| <FileAlignment>4096</FileAlignment> |
| <NoStdLib>false</NoStdLib> |
| <NoWarn>618</NoWarn> |
| <Optimize>false</Optimize> |
| <RegisterForComInterop>false</RegisterForComInterop> |
| <RemoveIntegerChecks>false</RemoveIntegerChecks> |
| <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| <WarningLevel>4</WarningLevel> |
| <DebugType>full</DebugType> |
| <ErrorReport>prompt</ErrorReport> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| <OutputType>Library</OutputType> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| <Framework>$(TargetFrameworkVersion.Replace("v", "NET").Replace(".", ""))</Framework> |
| <OutputPath>..\..\..\build\bin\contrib\SpellChecker\$(Configuration.Replace("35", ""))\$(Framework)\</OutputPath> |
| <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| <BaseAddress>285212672</BaseAddress> |
| <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| <ConfigurationOverrideFile> |
| </ConfigurationOverrideFile> |
| <DefineConstants>TRACE;$(Framework)</DefineConstants> |
| <DocumentationFile>..\..\..\build\bin\contrib\SpellChecker\$(Configuration.Replace("35", ""))\$(Framework)\Lucene.Net.Contrib.SpellChecker.XML</DocumentationFile> |
| <DebugSymbols>true</DebugSymbols> |
| <FileAlignment>4096</FileAlignment> |
| <NoStdLib>false</NoStdLib> |
| <NoWarn>618</NoWarn> |
| <Optimize>true</Optimize> |
| <RegisterForComInterop>false</RegisterForComInterop> |
| <RemoveIntegerChecks>false</RemoveIntegerChecks> |
| <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| <WarningLevel>4</WarningLevel> |
| <DebugType>pdbonly</DebugType> |
| <ErrorReport>prompt</ErrorReport> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| <OutputType>Library</OutputType> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release35|AnyCPU' "> |
| <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| <Framework>$(TargetFrameworkVersion.Replace("v", "NET").Replace(".", ""))</Framework> |
| <OutputPath>..\..\..\build\bin\contrib\SpellChecker\$(Configuration.Replace("35", ""))\$(Framework)\</OutputPath> |
| <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| <BaseAddress>285212672</BaseAddress> |
| <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| <ConfigurationOverrideFile> |
| </ConfigurationOverrideFile> |
| <DefineConstants>TRACE;$(Framework)</DefineConstants> |
| <DocumentationFile>..\..\..\build\bin\contrib\SpellChecker\$(Configuration.Replace("35", ""))\$(Framework)\Lucene.Net.Contrib.SpellChecker.XML</DocumentationFile> |
| <DebugSymbols>true</DebugSymbols> |
| <FileAlignment>4096</FileAlignment> |
| <NoStdLib>false</NoStdLib> |
| <NoWarn>618</NoWarn> |
| <Optimize>true</Optimize> |
| <RegisterForComInterop>false</RegisterForComInterop> |
| <RemoveIntegerChecks>false</RemoveIntegerChecks> |
| <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| <WarningLevel>4</WarningLevel> |
| <DebugType>pdbonly</DebugType> |
| <ErrorReport>prompt</ErrorReport> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| <OutputType>Library</OutputType> |
| </PropertyGroup> |
| <PropertyGroup> |
| <SignAssembly>true</SignAssembly> |
| </PropertyGroup> |
| <ItemGroup> |
| <Reference Include="System"> |
| <Name>System</Name> |
| </Reference> |
| <Reference Condition="'$(Framework)' == 'NET35'" Include="System.Core" /> |
| </ItemGroup> |
| <ItemGroup> |
| <Compile Include="AssemblyInfo.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="Spell\IDictionary.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="Spell\JaroWinklerDistance.cs" /> |
| <Compile Include="Spell\LevenshteinDistance.cs" /> |
| <Compile Include="Spell\LuceneDictionary.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="Spell\NGramDistance.cs" /> |
| <Compile Include="Spell\PlainTextDictionary.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="Spell\SpellChecker.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="Spell\StringDistance.cs" /> |
| <Compile Include="Spell\SuggestWord.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="Spell\SuggestWordQueue.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="Spell\TRStringDistance.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Content Include="Spell\Package.html" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ProjectReference Include="..\..\core\Lucene.Net.csproj"> |
| <Project>{5D4AD9BE-1FFB-41AB-9943-25737971BF57}</Project> |
| <Name>Lucene.Net</Name> |
| </ProjectReference> |
| </ItemGroup> |
| <ItemGroup> |
| <None Include="Lucene.Net.snk" /> |
| </ItemGroup> |
| <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| <PropertyGroup> |
| <PreBuildEvent> |
| </PreBuildEvent> |
| <PostBuildEvent> |
| </PostBuildEvent> |
| </PropertyGroup> |
| </Project> |