|
|
@@ -0,0 +1,182 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|x64">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <ProjectName>libsphinx</ProjectName>
|
|
|
+ <ProjectGuid>{6A1685DE-0265-4243-965F-96CB53EBBCA6}</ProjectGuid>
|
|
|
+ <RootNamespace>libsphinx</RootNamespace>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\bin\$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\junk\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\bin\$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\junk\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>$(SolutionDir)/libstemmer_c/include; $(SolutionDir)/libexpat/lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MinimalRebuild>true</MinimalRebuild>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <EnablePREfast>false</EnablePREfast>
|
|
|
+ </ClCompile>
|
|
|
+ <Lib>
|
|
|
+ <OutputFile>$(OutDir)libsphinx.lib</OutputFile>
|
|
|
+ </Lib>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>$(SolutionDir)/libstemmer_c/include; $(SolutionDir)/libexpat/lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <Lib>
|
|
|
+ <OutputFile>$(OutDir)libsphinx.lib</OutputFile>
|
|
|
+ </Lib>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="..\src\sphinx.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxaot.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxexcerpt.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxexpr.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxfilter.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxjson.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxmetaphone.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxplugin.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxquery.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxrt.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxsearch.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxsort.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxsoundex.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxstd.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxstemar.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxstemcz.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxstemen.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxstemru.cpp" />
|
|
|
+ <ClCompile Include="..\src\sphinxudf.c" />
|
|
|
+ <ClCompile Include="..\src\sphinxutils.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <CustomBuild Include="..\src\sphinx.h">
|
|
|
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\src\svnxrev.wsf $(SolutionDir)
|
|
|
+</Command>
|
|
|
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\src\nonexistent;%(Outputs)</Outputs>
|
|
|
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\src\svnxrev.wsf $(SolutionDir)
|
|
|
+</Command>
|
|
|
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\src\nonexistent;%(Outputs)</Outputs>
|
|
|
+ </CustomBuild>
|
|
|
+ <ClInclude Include="..\src\sphinxexcerpt.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxexpr.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxfilter.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxint.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxjson.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxplugin.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxquery.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxrt.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxsearch.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxstd.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxstem.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxtimers.h" />
|
|
|
+ <ClInclude Include="..\src\sphinxutils.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|