cv.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <ProjectGuid>{FC68AA3C-6DC3-465A-98B8-B28547BD5D3D}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>cv</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>MultiByte</CharacterSet>
  34. <UseOfMfc>Dynamic</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. <UseOfMfc>Dynamic</UseOfMfc>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v142</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <UseOfMfc>Dynamic</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>DynamicLibrary</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v142</PlatformToolset>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <CharacterSet>Unicode</CharacterSet>
  57. <UseOfMfc>Dynamic</UseOfMfc>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  60. <ImportGroup Label="ExtensionSettings">
  61. </ImportGroup>
  62. <ImportGroup Label="Shared">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <PropertyGroup Label="UserMacros" />
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
  80. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <LinkIncremental>true</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
  88. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <LinkIncremental>false</LinkIncremental>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <SDLCheck>true</SDLCheck>
  98. <PreprocessorDefinitions>WIN32;_DEBUG;CV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  100. <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Console</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <EnableUAC>false</EnableUAC>
  106. <AdditionalDependencies>opencv_aruco331d.lib;opencv_bgsegm331d.lib;opencv_bioinspired331d.lib;opencv_calib3d331d.lib;opencv_ccalib331d.lib;opencv_core331d.lib;opencv_datasets331d.lib;opencv_dnn331d.lib;opencv_dpm331d.lib;opencv_face331d.lib;opencv_features2d331d.lib;opencv_flann331d.lib;opencv_fuzzy331d.lib;opencv_highgui331d.lib;opencv_imgcodecs331d.lib;opencv_imgproc331d.lib;opencv_img_hash331d.lib;opencv_line_descriptor331d.lib;opencv_ml331d.lib;opencv_objdetect331d.lib;opencv_optflow331d.lib;opencv_phase_unwrapping331d.lib;opencv_photo331d.lib;opencv_plot331d.lib;opencv_python2.lib;opencv_reg331d.lib;opencv_rgbd331d.lib;opencv_saliency331d.lib;opencv_shape331d.lib;opencv_stereo331d.lib;opencv_stitching331d.lib;opencv_structured_light331d.lib;opencv_superres331d.lib;opencv_surface_matching331d.lib;opencv_text331d.lib;opencv_tracking331d.lib;opencv_ts331d.lib;opencv_video331d.lib;opencv_videoio331d.lib;opencv_videostab331d.lib;opencv_xfeatures2d331d.lib;opencv_ximgproc331d.lib;opencv_xobjdetect331d.lib;opencv_xphoto331d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  107. <AdditionalLibraryDirectories>..\lib</AdditionalLibraryDirectories>
  108. </Link>
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  111. <ClCompile>
  112. <PrecompiledHeader>Use</PrecompiledHeader>
  113. <WarningLevel>Level3</WarningLevel>
  114. <SDLCheck>true</SDLCheck>
  115. <PreprocessorDefinitions>_DEBUG;CV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  117. </ClCompile>
  118. <Link>
  119. <SubSystem>Windows</SubSystem>
  120. <GenerateDebugInformation>true</GenerateDebugInformation>
  121. <EnableUAC>false</EnableUAC>
  122. </Link>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <ClCompile>
  126. <PrecompiledHeader>Use</PrecompiledHeader>
  127. <WarningLevel>Level3</WarningLevel>
  128. <FunctionLevelLinking>true</FunctionLevelLinking>
  129. <IntrinsicFunctions>true</IntrinsicFunctions>
  130. <SDLCheck>true</SDLCheck>
  131. <PreprocessorDefinitions>WIN32;NDEBUG;CV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  133. <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Windows</SubSystem>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <EnableUAC>false</EnableUAC>
  141. <AdditionalDependencies>opencv_aruco331.lib;opencv_bgsegm331.lib;opencv_bioinspired331.lib;opencv_calib3d331.lib;opencv_ccalib331.lib;opencv_core331.lib;opencv_datasets331.lib;opencv_dnn331.lib;opencv_dpm331.lib;opencv_face331.lib;opencv_features2d331.lib;opencv_flann331.lib;opencv_fuzzy331.lib;opencv_highgui331.lib;opencv_imgcodecs331.lib;opencv_imgproc331.lib;opencv_img_hash331.lib;opencv_line_descriptor331.lib;opencv_ml331.lib;opencv_objdetect331.lib;opencv_optflow331.lib;opencv_phase_unwrapping331.lib;opencv_photo331.lib;opencv_plot331.lib;opencv_reg331.lib;opencv_rgbd331.lib;opencv_saliency331.lib;opencv_shape331.lib;opencv_stereo331.lib;opencv_stitching331.lib;opencv_structured_light331.lib;opencv_superres331.lib;opencv_surface_matching331.lib;opencv_text331.lib;opencv_tracking331.lib;opencv_video331.lib;opencv_videoio331.lib;opencv_videostab331.lib;opencv_xfeatures2d331.lib;opencv_ximgproc331.lib;opencv_xobjdetect331.lib;opencv_xphoto331.lib;%(AdditionalDependencies)</AdditionalDependencies>
  142. <AdditionalLibraryDirectories>..\lib</AdditionalLibraryDirectories>
  143. </Link>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  146. <ClCompile>
  147. <PrecompiledHeader>Use</PrecompiledHeader>
  148. <WarningLevel>Level3</WarningLevel>
  149. <FunctionLevelLinking>true</FunctionLevelLinking>
  150. <IntrinsicFunctions>true</IntrinsicFunctions>
  151. <SDLCheck>true</SDLCheck>
  152. <PreprocessorDefinitions>NDEBUG;CV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  158. <OptimizeReferences>true</OptimizeReferences>
  159. <GenerateDebugInformation>true</GenerateDebugInformation>
  160. <EnableUAC>false</EnableUAC>
  161. </Link>
  162. </ItemDefinitionGroup>
  163. <ItemGroup>
  164. <ClInclude Include="cv.h" />
  165. <ClInclude Include="framework.h" />
  166. <ClInclude Include="stdafx.h" />
  167. <ClInclude Include="Resource.h" />
  168. <ClInclude Include="targetver.h" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <ClCompile Include="cv.cpp" />
  172. <ClCompile Include="stdafx.cpp">
  173. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  174. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  175. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  176. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  177. </ClCompile>
  178. <ClCompile Include="testcpp.cpp" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ResourceCompile Include="cv.rc" />
  182. </ItemGroup>
  183. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  184. <ImportGroup Label="ExtensionTargets">
  185. </ImportGroup>
  186. </Project>