tesseract/vs2010/wordrec.vcxproj
2011-05-05 14:38:26 +00:00

131 lines
6.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\wordrec\associate.cpp" />
<ClCompile Include="..\wordrec\bestfirst.cpp" />
<ClCompile Include="..\wordrec\chop.cpp" />
<ClCompile Include="..\wordrec\chopper.cpp" />
<ClCompile Include="..\wordrec\closed.cpp" />
<ClCompile Include="..\wordrec\drawfx.cpp" />
<ClCompile Include="..\wordrec\findseam.cpp" />
<ClCompile Include="..\wordrec\gradechop.cpp" />
<ClCompile Include="..\wordrec\heuristic.cpp" />
<ClCompile Include="..\wordrec\language_model.cpp" />
<ClCompile Include="..\wordrec\makechop.cpp" />
<ClCompile Include="..\wordrec\matchtab.cpp" />
<ClCompile Include="..\wordrec\olutil.cpp" />
<ClCompile Include="..\wordrec\outlines.cpp" />
<ClCompile Include="..\wordrec\pieces.cpp" />
<ClCompile Include="..\wordrec\plotedges.cpp" />
<ClCompile Include="..\wordrec\plotseg.cpp" />
<ClCompile Include="..\wordrec\render.cpp" />
<ClCompile Include="..\wordrec\segsearch.cpp" />
<ClCompile Include="..\wordrec\tally.cpp" />
<ClCompile Include="..\wordrec\tface.cpp" />
<ClCompile Include="..\wordrec\wordclass.cpp" />
<ClCompile Include="..\wordrec\wordrec.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\wordrec\associate.h" />
<ClInclude Include="..\wordrec\bestfirst.h" />
<ClInclude Include="..\wordrec\chop.h" />
<ClInclude Include="..\wordrec\chopper.h" />
<ClInclude Include="..\wordrec\closed.h" />
<ClInclude Include="..\wordrec\drawfx.h" />
<ClInclude Include="..\wordrec\findseam.h" />
<ClInclude Include="..\wordrec\gradechop.h" />
<ClInclude Include="..\wordrec\language_model.h" />
<ClInclude Include="..\wordrec\makechop.h" />
<ClInclude Include="..\wordrec\matchtab.h" />
<ClInclude Include="..\wordrec\measure.h" />
<ClInclude Include="..\wordrec\olutil.h" />
<ClInclude Include="..\wordrec\outlines.h" />
<ClInclude Include="..\wordrec\pieces.h" />
<ClInclude Include="..\wordrec\plotedges.h" />
<ClInclude Include="..\wordrec\plotseg.h" />
<ClInclude Include="..\wordrec\render.h" />
<ClInclude Include="..\wordrec\tally.h" />
<ClInclude Include="..\wordrec\wordclass.h" />
<ClInclude Include="..\wordrec\wordrec.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{C2342D39-FD84-4448-A050-7FF3B4A33F3D}</ProjectGuid>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<RootNamespace>wordrec</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CLRSupport>false</CLRSupport>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>Windows7.1SDK</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CLRSupport>false</CLRSupport>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;__MSW32__;_LIB;USE_STD_NAMESPACE;HAVE_LIBLEPT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>..\ccutil;..\cutil;..\viewer;..\image;..\ccstruct;..\dict;..\classify;..\wordrec;..\textord;include;include\leptonica;..\cube;..\neural_networks\runtime;port;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;__MSW32__;_LIB;USE_STD_NAMESPACE;HAVE_LIBLEPT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>..\ccutil;..\cutil;..\viewer;..\image;..\ccstruct;..\dict;..\classify;..\wordrec;..\textord;include;include\leptonica;..\cube;..\neural_networks\runtime;port;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>