You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
212 lines
11 KiB
212 lines
11 KiB
<?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">
|
|
<ProjectGuid>{2791E339-04FB-44EF-9F92-C90131FE7772}</ProjectGuid>
|
|
<RootNamespace>libeasypr</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<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 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" />
|
|
</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>
|
|
<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" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>$(SolutionDir)_build\</OutDir>
|
|
<IntDir>$(SolutionDir)_build\libeasypr\debug\</IntDir>
|
|
<TargetExt>.lib</TargetExt>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<TargetExt>.lib</TargetExt>
|
|
<OutDir>$(SolutionDir)</OutDir>
|
|
<IntDir>$(SolutionDir)_build\libeasypr\debug\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)_build\</OutDir>
|
|
<IntDir>$(SolutionDir)_build\libeasypr\release\</IntDir>
|
|
<TargetExt>.lib</TargetExt>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<TargetExt>.lib</TargetExt>
|
|
<OutDir>$(SolutionDir)</OutDir>
|
|
<IntDir>$(SolutionDir)_build\libeasypr\release\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4819</DisableSpecificWarnings>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4819</DisableSpecificWarnings>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>
|
|
</DisableSpecificWarnings>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4819</DisableSpecificWarnings>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\core\chars_identify.cpp" />
|
|
<ClCompile Include="..\src\core\chars_recognise.cpp" />
|
|
<ClCompile Include="..\src\core\chars_segment.cpp" />
|
|
<ClCompile Include="..\src\core\core_func.cpp" />
|
|
<ClCompile Include="..\src\core\feature.cpp" />
|
|
<ClCompile Include="..\src\core\plate.cpp" />
|
|
<ClCompile Include="..\src\core\plate_detect.cpp" />
|
|
<ClCompile Include="..\src\core\plate_judge.cpp" />
|
|
<ClCompile Include="..\src\core\plate_locate.cpp" />
|
|
<ClCompile Include="..\src\core\plate_recognize.cpp" />
|
|
<ClCompile Include="..\src\preprocess\deface.cpp" />
|
|
<ClCompile Include="..\src\preprocess\gdts.cpp" />
|
|
<ClCompile Include="..\src\preprocess\mc_data.cpp" />
|
|
<ClCompile Include="..\src\train\ann_train.cpp" />
|
|
<ClCompile Include="..\src\train\svm_train.cpp" />
|
|
<ClCompile Include="..\src\train\train.cpp" />
|
|
<ClCompile Include="..\src\util\kv.cpp" />
|
|
<ClCompile Include="..\src\util\program_options.cpp" />
|
|
<ClCompile Include="..\src\util\util.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\easypr.h" />
|
|
<ClInclude Include="..\include\easypr\api.hpp" />
|
|
<ClInclude Include="..\include\easypr\config.h" />
|
|
<ClInclude Include="..\include\easypr\core\chars_identify.h" />
|
|
<ClInclude Include="..\include\easypr\core\chars_recognise.h" />
|
|
<ClInclude Include="..\include\easypr\core\chars_segment.h" />
|
|
<ClInclude Include="..\include\easypr\core\core_func.h" />
|
|
<ClInclude Include="..\include\easypr\core\feature.h" />
|
|
<ClInclude Include="..\include\easypr\core\plate.h" />
|
|
<ClInclude Include="..\include\easypr\core\plate_detect.h" />
|
|
<ClInclude Include="..\include\easypr\core\plate_judge.h" />
|
|
<ClInclude Include="..\include\easypr\core\plate_locate.h" />
|
|
<ClInclude Include="..\include\easypr\core\plate_recognize.h" />
|
|
<ClInclude Include="..\include\easypr\preprocess\deface.h" />
|
|
<ClInclude Include="..\include\easypr\preprocess\gdts.h" />
|
|
<ClInclude Include="..\include\easypr\preprocess\mc_data.h" />
|
|
<ClInclude Include="..\include\easypr\train\ann_train.h" />
|
|
<ClInclude Include="..\include\easypr\train\svm_train.h" />
|
|
<ClInclude Include="..\include\easypr\train\train.h" />
|
|
<ClInclude Include="..\include\easypr\util\kv.h" />
|
|
<ClInclude Include="..\include\easypr\util\program_options.h" />
|
|
<ClInclude Include="..\include\easypr\util\switch.hpp" />
|
|
<ClInclude Include="..\include\easypr\util\util.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\LICENSE" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Text Include="..\关于版权.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Xml Include="..\resources\model\ann.xml" />
|
|
<Xml Include="..\resources\model\haarcascade_frontalface_alt_tree.xml" />
|
|
<Xml Include="..\resources\model\haarcascade_frontalface_default.xml" />
|
|
<Xml Include="..\resources\model\svm.xml">
|
|
<SubType>Designer</SubType>
|
|
</Xml>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |