Identifier.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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>{5303E751-AC03-40B0-88F8-FD07A2D66D16}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>Identifier</RootNamespace>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccLocalPath>
  22. </SccLocalPath>
  23. <SccProvider>
  24. </SccProvider>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <PlatformToolset>v120</PlatformToolset>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <WholeProgramOptimization>true</WholeProgramOptimization>
  37. <CharacterSet>Unicode</CharacterSet>
  38. <PlatformToolset>v120</PlatformToolset>
  39. </PropertyGroup>
  40. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  41. <ImportGroup Label="ExtensionSettings">
  42. </ImportGroup>
  43. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  45. </ImportGroup>
  46. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  47. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  48. </ImportGroup>
  49. <PropertyGroup Label="UserMacros" />
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <LinkIncremental>true</LinkIncremental>
  52. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  55. <LinkIncremental>false</LinkIncremental>
  56. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  57. </PropertyGroup>
  58. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <ClCompile>
  60. <PrecompiledHeader>Use</PrecompiledHeader>
  61. <WarningLevel>Level3</WarningLevel>
  62. <Optimization>Disabled</Optimization>
  63. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IDENTIFIER_EXPORTS;_CRT_SECURE_NO_WARNINGS;__STDC_LIMIT_MACROS;_draw_debug;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  64. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  65. <AdditionalIncludeDirectories>$(projectdir)..\lib\boost;$(projectdir)..\lib\opencv\include;$(projectdir)..\zxinglib;$(projectdir)..\lib\rapidjson;$(projectdir)..\lib\opencv\include\opencv2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  66. </ClCompile>
  67. <Link>
  68. <SubSystem>Windows</SubSystem>
  69. <GenerateDebugInformation>true</GenerateDebugInformation>
  70. <AdditionalDependencies>opencv_aruco310d.lib;opencv_bgsegm310d.lib;opencv_bioinspired310d.lib;opencv_calib3d310d.lib;opencv_ccalib310d.lib;opencv_core310d.lib;opencv_datasets310d.lib;opencv_dnn310d.lib;opencv_dpm310d.lib;opencv_face310d.lib;opencv_features2d310d.lib;opencv_flann310d.lib;opencv_fuzzy310d.lib;opencv_highgui310d.lib;opencv_imgcodecs310d.lib;opencv_imgproc310d.lib;opencv_line_descriptor310d.lib;opencv_ml310d.lib;opencv_objdetect310d.lib;opencv_optflow310d.lib;opencv_photo310d.lib;opencv_plot310d.lib;opencv_reg310d.lib;opencv_rgbd310d.lib;opencv_saliency310d.lib;opencv_shape310d.lib;opencv_stereo310d.lib;opencv_stitching310d.lib;opencv_structured_light310d.lib;opencv_superres310d.lib;opencv_surface_matching310d.lib;opencv_text310d.lib;opencv_tracking310d.lib;opencv_ts310d.lib;opencv_video310d.lib;opencv_videoio310d.lib;opencv_videostab310d.lib;opencv_xfeatures2d310d.lib;opencv_ximgproc310d.lib;opencv_xobjdetect310d.lib;opencv_xphoto310d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  71. <StackReserveSize>
  72. </StackReserveSize>
  73. <AdditionalLibraryDirectories>$(projectdir)..\lib\opencv\x86\vc12\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  74. </Link>
  75. </ItemDefinitionGroup>
  76. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <ClCompile>
  78. <WarningLevel>Level3</WarningLevel>
  79. <PrecompiledHeader>Use</PrecompiledHeader>
  80. <Optimization>Disabled</Optimization>
  81. <FunctionLevelLinking>true</FunctionLevelLinking>
  82. <IntrinsicFunctions>true</IntrinsicFunctions>
  83. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IDENTIFIER_EXPORTS;_CRT_SECURE_NO_WARNINGS;__STDC_LIMIT_MACROS;_draw_debug;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  84. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  85. <AdditionalIncludeDirectories>$(projectdir)..\lib\boost;$(projectdir)..\lib\opencv\include;$(projectdir)..\zxinglib;$(projectdir)..\lib\rapidjson;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  86. </ClCompile>
  87. <Link>
  88. <SubSystem>Windows</SubSystem>
  89. <GenerateDebugInformation>true</GenerateDebugInformation>
  90. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  91. <OptimizeReferences>true</OptimizeReferences>
  92. <StackReserveSize>
  93. </StackReserveSize>
  94. <AdditionalDependencies>opencv_aruco310.lib;opencv_bgsegm310.lib;opencv_bioinspired310.lib;opencv_calib3d310.lib;opencv_ccalib310.lib;opencv_core310.lib;opencv_datasets310.lib;opencv_dnn310.lib;opencv_dpm310.lib;opencv_face310.lib;opencv_features2d310.lib;opencv_flann310.lib;opencv_fuzzy310.lib;opencv_highgui310.lib;opencv_imgcodecs310.lib;opencv_imgproc310.lib;opencv_line_descriptor310.lib;opencv_ml310.lib;opencv_objdetect310.lib;opencv_optflow310.lib;opencv_photo310.lib;opencv_plot310.lib;opencv_reg310.lib;opencv_rgbd310.lib;opencv_saliency310.lib;opencv_shape310.lib;opencv_stereo310.lib;opencv_stitching310.lib;opencv_structured_light310.lib;opencv_superres310.lib;opencv_surface_matching310.lib;opencv_text310.lib;opencv_tracking310.lib;opencv_ts310.lib;opencv_video310.lib;opencv_videoio310.lib;opencv_videostab310.lib;opencv_xfeatures2d310.lib;opencv_ximgproc310.lib;opencv_xobjdetect310.lib;opencv_xphoto310.lib;%(AdditionalDependencies)</AdditionalDependencies>
  95. <DelayLoadDLLs>opencv_calib3d246.dll;opencv_contrib246.dll;opencv_core246.dll;opencv_features2d246.dll;opencv_flann246.dll;opencv_gpu246.dll;opencv_highgui246.dll;opencv_imgproc246.dll;opencv_legacy246.dll;opencv_ml246.dll;opencv_nonfree246.dll;opencv_objdetect246.dll;opencv_ocl246.dll;opencv_photo246.dll;opencv_stitching246.dll;opencv_superres246.dll;opencv_ts246.dll;opencv_video246.dll;opencv_videostab246.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
  96. <AdditionalLibraryDirectories>$(projectdir)..\lib\opencv\x86\vc12\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  97. <LargeAddressAware>true</LargeAddressAware>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemGroup>
  101. <None Include="ReadMe.txt" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ClInclude Include="Affine2DEstimator.h" />
  105. <ClInclude Include="Affine2DEstimator0.h" />
  106. <ClInclude Include="CrossDetector.h" />
  107. <ClInclude Include="GrayImageSource.h" />
  108. <ClInclude Include="Identifier.h" />
  109. <ClInclude Include="IdentifyArea.h" />
  110. <ClInclude Include="identify_struct.h" />
  111. <ClInclude Include="MatSource.h" />
  112. <ClInclude Include="OnlineCardIdentifier.h" />
  113. <ClInclude Include="OnLineCardPageIdentifier.h" />
  114. <ClInclude Include="OnLineCardSchemaStruct.h" />
  115. <ClInclude Include="PageIdentify.h" />
  116. <ClInclude Include="PageMatcher.h" />
  117. <ClInclude Include="ParseQRInfo.h" />
  118. <ClInclude Include="resource.h" />
  119. <ClInclude Include="ResultReader.h" />
  120. <ClInclude Include="schema_struct.h" />
  121. <ClInclude Include="schema_struct_auto.h" />
  122. <ClInclude Include="stdafx.h" />
  123. <ClInclude Include="targetver.h" />
  124. <ClInclude Include="TemplateManager.h" />
  125. <ClInclude Include="Util.h" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ClCompile Include="Affine2DEstimator.cpp" />
  129. <ClCompile Include="Affine2DEstimator0.cpp" />
  130. <ClCompile Include="CrossDetector.cpp" />
  131. <ClCompile Include="dllmain.cpp">
  132. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  133. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  134. </PrecompiledHeader>
  135. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  136. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  137. </PrecompiledHeader>
  138. </ClCompile>
  139. <ClCompile Include="GrayImageSource.cpp" />
  140. <ClCompile Include="Identifier.cpp" />
  141. <ClCompile Include="IdentifyArea.cpp" />
  142. <ClCompile Include="MatSource.cpp" />
  143. <ClCompile Include="OnlineCardIdentifier.cpp" />
  144. <ClCompile Include="OnLineCardPageIdentifier.cpp" />
  145. <ClCompile Include="PageIdentify.cpp" />
  146. <ClCompile Include="PageMatcher.cpp" />
  147. <ClCompile Include="ParseQRInfo.cpp" />
  148. <ClCompile Include="ResultReader.cpp" />
  149. <ClCompile Include="stdafx.cpp">
  150. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  151. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  152. </ClCompile>
  153. <ClCompile Include="TemplateManager.cpp" />
  154. <ClCompile Include="Util.cpp" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <ProjectReference Include="..\Schema\Schema.vcxproj">
  158. <Project>{b090c6d5-c190-48d1-b381-20a011de27e0}</Project>
  159. </ProjectReference>
  160. <ProjectReference Include="..\zxinglib\zxinglib.vcxproj">
  161. <Project>{0abe1c27-0a1d-4220-a22e-331cd51da11c}</Project>
  162. </ProjectReference>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ResourceCompile Include="Identifier.rc" />
  166. </ItemGroup>
  167. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  168. <ImportGroup Label="ExtensionTargets">
  169. </ImportGroup>
  170. </Project>