mod_livenessdetection.vcxproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{9F30E8AA-3EEC-4088-94AB-BC897DD3DB30}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>mod_livenessdetection</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <UseDebugLibraries>false</UseDebugLibraries>
  28. <WholeProgramOptimization>true</WholeProgramOptimization>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <Import Project="..\modmake.setting" />
  42. <Import Project="..\..\Other\libmake.setting" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <OutDir>$(OUTROOT)\Run\version\$(ReleaseVersion)\mod\</OutDir>
  45. <LibraryPath>$(LibraryPath)</LibraryPath>
  46. <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(WindowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bin;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
  47. <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
  48. <ReferencePath>$(VCInstallDir)atlmfc\lib;$(VCInstallDir)lib</ReferencePath>
  49. <ExcludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;$(MSBuildToolsPath32);$(VCInstallDir)atlmfc\lib;$(VCInstallDir)lib;</ExcludePath>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  52. <LinkIncremental>false</LinkIncremental>
  53. </PropertyGroup>
  54. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  55. <ClCompile>
  56. <PrecompiledHeader>Use</PrecompiledHeader>
  57. <WarningLevel>Level3</WarningLevel>
  58. <Optimization>Disabled</Optimization>
  59. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_LIVENESSDETECTION_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  60. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;..\libvideoqueue;..\libvideoframework;$(ThirdPartyHeadRoot)\opencv\include\opencv\;$(ThirdPartyHeadRoot)\yitu\include\liveness\;$(ThirdPartyHeadRoot)\rvc_face_capture\</AdditionalIncludeDirectories>
  61. </ClCompile>
  62. <Link>
  63. <SubSystem>Windows</SubSystem>
  64. <GenerateDebugInformation>true</GenerateDebugInformation>
  65. <AdditionalDependencies>$(FrameworkLib)\spbase.lib;$(ThirdPartyLib)\opencv_video230.lib;$(ThirdPartyLib)\opencv_core230.lib;$(ThirdPartyLib)\opencv_highgui230.lib;$(ThirdPartyLib)\opencv_imgproc230.lib;%(AdditionalDependencies)</AdditionalDependencies>
  66. </Link>
  67. </ItemDefinitionGroup>
  68. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  69. <ClCompile>
  70. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  71. <WarningLevel>Level3</WarningLevel>
  72. <PrecompiledHeader>
  73. </PrecompiledHeader>
  74. <Optimization>MaxSpeed</Optimization>
  75. <FunctionLevelLinking>true</FunctionLevelLinking>
  76. <IntrinsicFunctions>true</IntrinsicFunctions>
  77. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBWMVRECORD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <AdditionalIncludeDirectories>..\libaudioqueue\;..\libvideoqueue;..\libvideoframework;$(ThirdPartyHeadRoot)\opencv\include\opencv\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  79. </ClCompile>
  80. <Link>
  81. <SubSystem>Windows</SubSystem>
  82. <GenerateDebugInformation>true</GenerateDebugInformation>
  83. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  84. <OptimizeReferences>true</OptimizeReferences>
  85. <AdditionalDependencies>$(FrameworkLib)\spbase.lib</AdditionalDependencies>
  86. </Link>
  87. </ItemDefinitionGroup>
  88. <ItemGroup>
  89. <ClInclude Include="$(FrameworkHeadRoot)\Common\stdafx.h" />
  90. <ClInclude Include="Common.h" />
  91. <ClInclude Include="Event.h" />
  92. <ClInclude Include="LivenessDetectionFSM.h" />
  93. <ClInclude Include="LivenessDetection_client_g.h" />
  94. <ClInclude Include="LivenessDetection_def_g.h" />
  95. <ClInclude Include="LivenessDetection_msg_g.h" />
  96. <ClInclude Include="LivenessDetection_server_g.h" />
  97. <ClInclude Include="mod_livenessdetection.h" />
  98. <ClInclude Include="RvcFaceCapture.h" />
  99. <ClInclude Include="RvcFaceCapturer.h" />
  100. <ClInclude Include="SingleTimer.h" />
  101. <ClInclude Include="YituLiveSDK.h" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ClCompile Include="$(FrameworkHeadRoot)\Common\stdafx.cpp">
  105. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  106. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  107. </ClCompile>
  108. <ClCompile Include="Common.cpp" />
  109. <ClCompile Include="LivenessDetectionFSM.cpp" />
  110. <ClCompile Include="mod_livenessdetection.cpp" />
  111. <ClCompile Include="RvcFaceCapturer.cpp" />
  112. <ClCompile Include="SingleTimer.cpp" />
  113. <ClCompile Include="YituLiveSDK.cpp" />
  114. <ResourceCompile Include="..\..\Version.rc" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\..\Other\libvideoqueue\libvideoqueue.vcxproj">
  118. <Project>{24312d88-f752-40c2-a1b9-a55eddd9791a}</Project>
  119. </ProjectReference>
  120. </ItemGroup>
  121. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  122. <ImportGroup Label="ExtensionTargets">
  123. </ImportGroup>
  124. </Project>