You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

382 lines
72 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{14DBE2B3-A2BB-352A-A605-E3192CEC106A}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<Platform>x64</Platform>
<ProjectName>CAPISample</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup 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>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">F:\hyperlpr3\HyperLPR\build\Debug\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CAPISample.dir\Debug\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CAPISample</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">F:\hyperlpr3\HyperLPR\build\Release\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CAPISample.dir\Release\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CAPISample</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">F:\hyperlpr3\HyperLPR\build\MinSizeRel\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">CAPISample.dir\MinSizeRel\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">CAPISample</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">F:\hyperlpr3\HyperLPR\build\RelWithDebInfo\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">CAPISample.dir\RelWithDebInfo\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">CAPISample</TargetName>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(MSBuildProjectDirectory)\..\cpp\spec_include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include/opencv4" /external:I "F:/NvidiaCUDA/SDK/include"</AdditionalOptions>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<ExceptionHandling>Sync</ExceptionHandling>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
<MinimalRebuild>
</MinimalRebuild>
<Optimization>Disabled</Optimization>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<SupportJustMyCode>
</SupportJustMyCode>
<UseFullPaths>false</UseFullPaths>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
<ObjectFileName>$(IntDir)</ObjectFileName>
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Midl>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Link>
<AdditionalDependencies>F:\vcpkg\installed\x64-windows\debug\lib\opencv_stitching4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_aruco4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_bgsegm4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_bioinspired4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_ccalib4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudabgsegm4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudafeatures2d4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudaobjdetect4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudastereo4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_dnn_objdetect4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_dnn_superres4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_dpm4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_face4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_freetype4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_fuzzy4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_hdf4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_hfs4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_img_hash4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_intensity_transform4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_line_descriptor4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_mcc4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_rapid4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_reg4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_saliency4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_signal4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_stereo4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_structured_light4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_superres4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_surface_matching4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_tracking4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_videostab4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_wechat_qrcode4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_xfeatures2d4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_xobjdetect4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_xphoto4d.lib;pthread.lib;_deps\mnn-build\Debug\MNN.lib;m.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_shape4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_highgui4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_datasets4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_plot4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_text4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_ml4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_phase_unwrapping4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudacodec4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_videoio4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudaoptflow4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudalegacy4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudawarping4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_optflow4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_ximgproc4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_video4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_imgcodecs4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_objdetect4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_calib3d4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_dnn4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_features2d4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_flann4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_photo4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudaimgproc4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudafilters4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_imgproc4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudaarithm4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_core4d.lib;F:\vcpkg\installed\x64-windows\debug\lib\opencv_cudev4d.lib;F:\NvidiaCUDA\SDK\lib\x64\cudart_static.lib;F:\NvidiaCUDA\SDK\lib\x64\nppial.lib;F:\NvidiaCUDA\SDK\lib\x64\nppitc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppig.lib;F:\NvidiaCUDA\SDK\lib\x64\nppist.lib;F:\NvidiaCUDA\SDK\lib\x64\nppidei.lib;F:\NvidiaCUDA\SDK\lib\x64\cublas.lib;F:\NvidiaCUDA\SDK\lib\x64\cublasLt.lib;F:\NvidiaCUDA\SDK\lib\x64\cufft.lib;F:\NvidiaCUDA\SDK\lib\x64\nppicc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppif.lib;F:\NvidiaCUDA\SDK\lib\x64\nppim.lib;F:\NvidiaCUDA\SDK\lib\x64\nppc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>F:/hyperlpr3/HyperLPR/build/_deps/mnn-build;F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>F:/hyperlpr3/HyperLPR/build/Debug/CAPISample.lib</ImportLibrary>
<ProgramDataBaseFile>F:/hyperlpr3/HyperLPR/build/Debug/CAPISample.pdb</ProgramDataBaseFile>
<SubSystem>Console</SubSystem>
</Link>
<ProjectReference>
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include/opencv4" /external:I "F:/NvidiaCUDA/SDK/include"</AdditionalOptions>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<ExceptionHandling>Sync</ExceptionHandling>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<MinimalRebuild>
</MinimalRebuild>
<Optimization>MaxSpeed</Optimization>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<SupportJustMyCode>
</SupportJustMyCode>
<UseFullPaths>false</UseFullPaths>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
<ObjectFileName>$(IntDir)</ObjectFileName>
<DebugInformationFormat>
</DebugInformationFormat>
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Midl>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Link>
<AdditionalDependencies>F:\vcpkg\installed\x64-windows\lib\opencv_stitching4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_aruco4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_bgsegm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_bioinspired4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ccalib4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudabgsegm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudafeatures2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaobjdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudastereo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn_objdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn_superres4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dpm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_face4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_freetype4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_fuzzy4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_hdf4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_hfs4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_img_hash4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_intensity_transform4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_line_descriptor4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_mcc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_rapid4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_reg4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_saliency4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_signal4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_stereo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_structured_light4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_superres4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_surface_matching4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_tracking4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_videostab4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_wechat_qrcode4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xfeatures2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xobjdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xphoto4.lib;_deps\mnn-build\Release\MNN.lib;F:\vcpkg\installed\x64-windows\lib\opencv_shape4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_highgui4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_datasets4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_plot4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_text4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ml4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_phase_unwrapping4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudacodec4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_videoio4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaoptflow4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudalegacy4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudawarping4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_optflow4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ximgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_video4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_imgcodecs4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_objdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_calib3d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_features2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_flann4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_photo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaimgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudafilters4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_imgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaarithm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_core4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudev4.lib;F:\NvidiaCUDA\SDK\lib\x64\cudart_static.lib;F:\NvidiaCUDA\SDK\lib\x64\nppial.lib;F:\NvidiaCUDA\SDK\lib\x64\nppitc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppig.lib;F:\NvidiaCUDA\SDK\lib\x64\nppist.lib;F:\NvidiaCUDA\SDK\lib\x64\nppidei.lib;F:\NvidiaCUDA\SDK\lib\x64\cublas.lib;F:\NvidiaCUDA\SDK\lib\x64\cublasLt.lib;F:\NvidiaCUDA\SDK\lib\x64\cufft.lib;F:\NvidiaCUDA\SDK\lib\x64\nppicc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppif.lib;F:\NvidiaCUDA\SDK\lib\x64\nppim.lib;F:\NvidiaCUDA\SDK\lib\x64\nppc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>F:/hyperlpr3/HyperLPR/build/_deps/mnn-build;F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<GenerateDebugInformation>false</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>F:/hyperlpr3/HyperLPR/build/Release/CAPISample.lib</ImportLibrary>
<ProgramDataBaseFile>F:/hyperlpr3/HyperLPR/build/Release/CAPISample.pdb</ProgramDataBaseFile>
<SubSystem>Console</SubSystem>
</Link>
<ProjectReference>
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<ClCompile>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include/opencv4" /external:I "F:/NvidiaCUDA/SDK/include"</AdditionalOptions>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<ExceptionHandling>Sync</ExceptionHandling>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<MinimalRebuild>
</MinimalRebuild>
<Optimization>MinSpace</Optimization>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<SupportJustMyCode>
</SupportJustMyCode>
<UseFullPaths>false</UseFullPaths>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
<ObjectFileName>$(IntDir)</ObjectFileName>
<DebugInformationFormat>
</DebugInformationFormat>
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Midl>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Link>
<AdditionalDependencies>F:\vcpkg\installed\x64-windows\lib\opencv_stitching4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_aruco4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_bgsegm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_bioinspired4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ccalib4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudabgsegm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudafeatures2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaobjdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudastereo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn_objdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn_superres4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dpm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_face4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_freetype4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_fuzzy4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_hdf4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_hfs4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_img_hash4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_intensity_transform4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_line_descriptor4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_mcc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_rapid4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_reg4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_saliency4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_signal4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_stereo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_structured_light4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_superres4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_surface_matching4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_tracking4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_videostab4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_wechat_qrcode4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xfeatures2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xobjdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xphoto4.lib;pthread.lib;_deps\mnn-build\MinSizeRel\MNN.lib;m.lib;F:\vcpkg\installed\x64-windows\lib\opencv_shape4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_highgui4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_datasets4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_plot4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_text4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ml4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_phase_unwrapping4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudacodec4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_videoio4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaoptflow4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudalegacy4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudawarping4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_optflow4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ximgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_video4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_imgcodecs4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_objdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_calib3d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_features2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_flann4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_photo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaimgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudafilters4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_imgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaarithm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_core4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudev4.lib;F:\NvidiaCUDA\SDK\lib\x64\cudart_static.lib;F:\NvidiaCUDA\SDK\lib\x64\nppial.lib;F:\NvidiaCUDA\SDK\lib\x64\nppitc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppig.lib;F:\NvidiaCUDA\SDK\lib\x64\nppist.lib;F:\NvidiaCUDA\SDK\lib\x64\nppidei.lib;F:\NvidiaCUDA\SDK\lib\x64\cublas.lib;F:\NvidiaCUDA\SDK\lib\x64\cublasLt.lib;F:\NvidiaCUDA\SDK\lib\x64\cufft.lib;F:\NvidiaCUDA\SDK\lib\x64\nppicc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppif.lib;F:\NvidiaCUDA\SDK\lib\x64\nppim.lib;F:\NvidiaCUDA\SDK\lib\x64\nppc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>F:/hyperlpr3/HyperLPR/build/_deps/mnn-build;F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<GenerateDebugInformation>false</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>F:/hyperlpr3/HyperLPR/build/MinSizeRel/CAPISample.lib</ImportLibrary>
<ProgramDataBaseFile>F:/hyperlpr3/HyperLPR/build/MinSizeRel/CAPISample.pdb</ProgramDataBaseFile>
<SubSystem>Console</SubSystem>
</Link>
<ProjectReference>
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<ClCompile>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include/opencv4" /external:I "F:/NvidiaCUDA/SDK/include"</AdditionalOptions>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<ExceptionHandling>Sync</ExceptionHandling>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<MinimalRebuild>
</MinimalRebuild>
<Optimization>MaxSpeed</Optimization>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<SupportJustMyCode>
</SupportJustMyCode>
<UseFullPaths>false</UseFullPaths>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
<ObjectFileName>$(IntDir)</ObjectFileName>
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;INFERENCE_HELPER_ENABLE_MNN;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Midl>
<AdditionalIncludeDirectories>F:\hyperlpr3\HyperLPR\cpp\src;F:\hyperlpr3\HyperLPR\cpp\c_api;F:\hyperlpr3\HyperLPR\cpp\platform;F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include;F:\vcpkg\installed\x64-windows\include\opencv4;F:\NvidiaCUDA\SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
<Link>
<AdditionalDependencies>F:\vcpkg\installed\x64-windows\lib\opencv_stitching4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_aruco4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_bgsegm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_bioinspired4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ccalib4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudabgsegm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudafeatures2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaobjdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudastereo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn_objdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn_superres4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dpm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_face4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_freetype4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_fuzzy4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_hdf4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_hfs4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_img_hash4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_intensity_transform4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_line_descriptor4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_mcc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_rapid4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_reg4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_saliency4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_signal4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_stereo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_structured_light4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_superres4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_surface_matching4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_tracking4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_videostab4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_wechat_qrcode4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xfeatures2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xobjdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_xphoto4.lib;pthread.lib;_deps\mnn-build\RelWithDebInfo\MNN.lib;m.lib;F:\vcpkg\installed\x64-windows\lib\opencv_shape4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_highgui4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_datasets4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_plot4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_text4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ml4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_phase_unwrapping4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudacodec4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_videoio4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaoptflow4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudalegacy4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudawarping4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_optflow4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_ximgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_video4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_imgcodecs4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_objdetect4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_calib3d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_dnn4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_features2d4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_flann4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_photo4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaimgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudafilters4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_imgproc4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudaarithm4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_core4.lib;F:\vcpkg\installed\x64-windows\lib\opencv_cudev4.lib;F:\NvidiaCUDA\SDK\lib\x64\cudart_static.lib;F:\NvidiaCUDA\SDK\lib\x64\nppial.lib;F:\NvidiaCUDA\SDK\lib\x64\nppitc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppig.lib;F:\NvidiaCUDA\SDK\lib\x64\nppist.lib;F:\NvidiaCUDA\SDK\lib\x64\nppidei.lib;F:\NvidiaCUDA\SDK\lib\x64\cublas.lib;F:\NvidiaCUDA\SDK\lib\x64\cublasLt.lib;F:\NvidiaCUDA\SDK\lib\x64\cufft.lib;F:\NvidiaCUDA\SDK\lib\x64\nppicc.lib;F:\NvidiaCUDA\SDK\lib\x64\nppif.lib;F:\NvidiaCUDA\SDK\lib\x64\nppim.lib;F:\NvidiaCUDA\SDK\lib\x64\nppc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>F:/hyperlpr3/HyperLPR/build/_deps/mnn-build;F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<ImportLibrary>F:/hyperlpr3/HyperLPR/build/RelWithDebInfo/CAPISample.lib</ImportLibrary>
<ProgramDataBaseFile>F:/hyperlpr3/HyperLPR/build/RelWithDebInfo/CAPISample.pdb</ProgramDataBaseFile>
<SubSystem>Console</SubSystem>
</Link>
<ProjectReference>
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="F:\hyperlpr3\HyperLPR\CMakeLists.txt">
<UseUtf8Encoding>Always</UseUtf8Encoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule F:/hyperlpr3/HyperLPR/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
"D:\Program Files\CMake\bin\cmake.exe" -SF:/hyperlpr3/HyperLPR -BF:/hyperlpr3/HyperLPR/build --check-stamp-file F:/hyperlpr3/HyperLPR/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeFindDependencyMacro.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckCSourceCompiles.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckIncludeFile.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckLibraryExists.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\ExternalProject\shared_internal_commands.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent\CMakeLists.cmake.in;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCUDAToolkit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCURL.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindGit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindHDF5.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindLibArchive.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageHandleStandardArgs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageMessage.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindTIFF.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindThreads.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindZLIB.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\SelectLibraryConfigurations.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCXXCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeRCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeSystem.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfig.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfig.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfig.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config-version.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets.cmake;F:\vcpkg\installed\x64-windows\share\harfbuzz\harfbuzzConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-debug.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-release.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfig.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config-version.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-generate.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-module.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-options.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-debug.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-release.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfig.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-config.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">F:\hyperlpr3\HyperLPR\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule F:/hyperlpr3/HyperLPR/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
"D:\Program Files\CMake\bin\cmake.exe" -SF:/hyperlpr3/HyperLPR -BF:/hyperlpr3/HyperLPR/build --check-stamp-file F:/hyperlpr3/HyperLPR/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeFindDependencyMacro.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckCSourceCompiles.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckIncludeFile.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckLibraryExists.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\ExternalProject\shared_internal_commands.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent\CMakeLists.cmake.in;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCUDAToolkit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCURL.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindGit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindHDF5.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindLibArchive.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageHandleStandardArgs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageMessage.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindTIFF.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindThreads.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindZLIB.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\SelectLibraryConfigurations.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCXXCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeRCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeSystem.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfig.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfig.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfig.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config-version.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets.cmake;F:\vcpkg\installed\x64-windows\share\harfbuzz\harfbuzzConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-debug.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-release.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfig.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config-version.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-generate.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-module.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-options.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-debug.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-release.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfig.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-config.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">F:\hyperlpr3\HyperLPR\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule F:/hyperlpr3/HyperLPR/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
"D:\Program Files\CMake\bin\cmake.exe" -SF:/hyperlpr3/HyperLPR -BF:/hyperlpr3/HyperLPR/build --check-stamp-file F:/hyperlpr3/HyperLPR/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeFindDependencyMacro.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckCSourceCompiles.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckIncludeFile.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckLibraryExists.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\ExternalProject\shared_internal_commands.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent\CMakeLists.cmake.in;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCUDAToolkit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCURL.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindGit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindHDF5.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindLibArchive.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageHandleStandardArgs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageMessage.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindTIFF.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindThreads.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindZLIB.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\SelectLibraryConfigurations.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCXXCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeRCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeSystem.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfig.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfig.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfig.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config-version.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets.cmake;F:\vcpkg\installed\x64-windows\share\harfbuzz\harfbuzzConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-debug.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-release.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfig.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config-version.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-generate.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-module.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-options.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-debug.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-release.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfig.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-config.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">F:\hyperlpr3\HyperLPR\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule F:/hyperlpr3/HyperLPR/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
"D:\Program Files\CMake\bin\cmake.exe" -SF:/hyperlpr3/HyperLPR -BF:/hyperlpr3/HyperLPR/build --check-stamp-file F:/hyperlpr3/HyperLPR/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeFindDependencyMacro.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckCSourceCompiles.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckIncludeFile.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\CheckLibraryExists.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\ExternalProject\shared_internal_commands.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FetchContent\CMakeLists.cmake.in;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCUDAToolkit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindCURL.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindGit.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindHDF5.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindLibArchive.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageHandleStandardArgs.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindPackageMessage.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindTIFF.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindThreads.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\FindZLIB.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-C.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\Program Files\CMake\share\cmake-3.31\Modules\SelectLibraryConfigurations.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeCXXCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeRCCompiler.cmake;F:\hyperlpr3\HyperLPR\build\CMakeFiles\3.31.0-rc3\CMakeSystem.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfig.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\WebP\WebPTargets.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfig.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\absl\abslTargets.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfig.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\curl\CURLTargets.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config-version.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-config.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\freetype\freetype-targets.cmake;F:\vcpkg\installed\x64-windows\share\harfbuzz\harfbuzzConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaConfig.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\leptonica\LeptonicaTargets.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig-version.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVConfig.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-debug.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules-release.cmake;F:\vcpkg\installed\x64-windows\share\opencv4\OpenCVModules.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfig.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\openjpeg\OpenJPEGTargets.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config-version.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-config.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-generate.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-module.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-options.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\protobuf\protobuf-targets.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-debug.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config-release.cmake;F:\vcpkg\installed\x64-windows\share\quirc\quirc-config.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfig.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractConfigVersion.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-debug.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets-release.cmake;F:\vcpkg\installed\x64-windows\share\tesseract\TesseractTargets.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-config.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-debug.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets-release.cmake;F:\vcpkg\installed\x64-windows\share\utf8_range\utf8_range-targets.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">F:\hyperlpr3\HyperLPR\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\samples\sample_capi.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\buffer_module\camera_buffer.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\context_module\hyper_lpr_context.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_module\mnn_adapter.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\classification_engine.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\plate_classification.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_arch.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_backbone.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_header.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\plate_detector.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\plate_recognition.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\recognition_engine.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper_mnn.cpp" />
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\c_api\hyper_lpr_sdk.cc" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="F:\hyperlpr3\HyperLPR\build\ZERO_CHECK.vcxproj">
<Project>{66D4A3C3-5283-3B42-A8E4-8B8863BFDDF1}</Project>
<Name>ZERO_CHECK</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</ProjectReference>
<ProjectReference Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNN.vcxproj">
<Project>{4EF437CB-A2BF-347B-88F7-D6352D9FFEDE}</Project>
<Name>MNN</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>