252 lines
5.9 KiB
XML
252 lines
5.9 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="test"
|
|
ProjectGUID="{59FA5B1C-9CF6-4EED-AEF4-E8B45C7FD4EA}"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="../build"
|
|
IntermediateDirectory="../build/tmp/msvc7/$(ProjectName)/release"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="../src;../test"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="test.h"
|
|
PrecompiledHeaderFile="$(IntDir)/cl_test.pch"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="clucene-coreUMT.lib"
|
|
OutputFile="$(OutDir)/cl_test.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="$(OutDir)/lib"
|
|
ProgramDatabaseFile="$(OutDir)/cl_test.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName="$(OutDir)/cl_test.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="3081"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="../build"
|
|
IntermediateDirectory="../build/tmp/msvc7/$(ProjectName)/debug"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../src;../test"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="test.h"
|
|
PrecompiledHeaderFile="$(IntDir)/cl_test.pch"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="clucene-coreUDST.lib"
|
|
OutputFile="$(OutDir)/cl_test.exe"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="$(OutDir)/lib"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(OutDir)/cl_test.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName="$(OutDir)/cl_test.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="3081"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="unit_testing"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\CuTest.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\CuTest.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\test.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\testall.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\tests.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="analysis"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\analysis\TestAnalysis.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\analysis\TestAnalyzers.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="search"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\search\TestDateFilter.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\search\TestForDuplicates.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\search\TestSearch.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\search\TestSort.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\search\TestTermVector.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\search\TestWildcard.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="util"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\util\English.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\util\English.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\util\TestPriorityQueue.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="store"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\store\TestStore.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="queryParser"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\queryParser\TestQueryParser.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="debug"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\debug\TestError.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="document"
|
|
Filter="">
|
|
</Filter>
|
|
<Filter
|
|
Name="index"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\test\index\TestHighFreqTerms.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\index\TestIndexWriter.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\index\TestReuters.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\test\index\TestUtf8.cpp">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|