ThresholdTools.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. <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>15.0</VCProjectVersion>
  23. <ProjectGuid>{12274645-7453-491B-8F8F-898729F14928}</ProjectGuid>
  24. <Keyword>MFCProj</Keyword>
  25. <RootNamespace>ThresholdTools</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>v143</PlatformToolset>
  33. <CharacterSet>MultiByte</CharacterSet>
  34. <UseOfMfc>Dynamic</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. <UseOfMfc>Static</UseOfMfc>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v143</PlatformToolset>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. <UseOfMfc>Dynamic</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>Application</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v143</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. <IncludePath>D:\Program Files\Opencv\include\;D:\Program Files\Opencv\include\opencv2;$(IncludePath)</IncludePath>
  85. <LibraryPath>D:\Program Files\Opencv\lib\Debug;$(LibraryPath)</LibraryPath>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
  90. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  93. <LinkIncremental>false</LinkIncremental>
  94. <OutDir>..\..\bin\$(SolutionName)</OutDir>
  95. <IntDir>$(OutDir)\$(Configuration)\</IntDir>
  96. </PropertyGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <ClCompile>
  99. <PrecompiledHeader>Use</PrecompiledHeader>
  100. <WarningLevel>Level3</WarningLevel>
  101. <Optimization>Disabled</Optimization>
  102. <SDLCheck>true</SDLCheck>
  103. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
  105. </ClCompile>
  106. <Link>
  107. <SubSystem>Windows</SubSystem>
  108. <AdditionalLibraryDirectories>..\lib\Debug\</AdditionalLibraryDirectories>
  109. <AdditionalDependencies>opencv_core342d.lib;opencv_imgproc342d.lib;opencv_highgui342d.lib;opencv_ml342d.lib;opencv_video342d.lib;opencv_features2d342d.lib;opencv_calib3d342d.lib;opencv_objdetect342d.lib;opencv_flann342d.lib;opencv_dnn342d.lib;opencv_imgcodecs342d.lib;opencv_photo342d.lib;opencv_shape342d.lib;opencv_stitching342d.lib;opencv_superres342d.lib;opencv_videoio342d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  110. </Link>
  111. <Midl>
  112. <MkTypLibCompatible>false</MkTypLibCompatible>
  113. <ValidateAllParameters>true</ValidateAllParameters>
  114. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. </Midl>
  116. <ResourceCompile>
  117. <Culture>0x0804</Culture>
  118. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  120. </ResourceCompile>
  121. </ItemDefinitionGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  123. <ClCompile>
  124. <PrecompiledHeader>Use</PrecompiledHeader>
  125. <WarningLevel>Level3</WarningLevel>
  126. <Optimization>Disabled</Optimization>
  127. <SDLCheck>true</SDLCheck>
  128. <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  129. <AdditionalIncludeDirectories>..\..\..\repos_main\common\STL-findfile</AdditionalIncludeDirectories>
  130. </ClCompile>
  131. <Link>
  132. <SubSystem>Windows</SubSystem>
  133. <AdditionalDependencies>opencv_calib3d470d.lib;opencv_core470d.lib;opencv_dnn470d.lib;opencv_features2d470d.lib;opencv_flann470d.lib;opencv_gapi470d.lib;opencv_highgui470d.lib;opencv_imgcodecs470d.lib;opencv_imgproc470d.lib;opencv_ml470d.lib;opencv_objdetect470d.lib;opencv_photo470d.lib;opencv_stitching470d.lib;opencv_ts470d.lib;opencv_video470d.lib;opencv_videoio470d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  134. </Link>
  135. <Midl>
  136. <MkTypLibCompatible>false</MkTypLibCompatible>
  137. <ValidateAllParameters>true</ValidateAllParameters>
  138. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  139. </Midl>
  140. <ResourceCompile>
  141. <Culture>0x0804</Culture>
  142. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  144. </ResourceCompile>
  145. </ItemDefinitionGroup>
  146. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  147. <ClCompile>
  148. <PrecompiledHeader>Use</PrecompiledHeader>
  149. <WarningLevel>Level3</WarningLevel>
  150. <Optimization>MaxSpeed</Optimization>
  151. <FunctionLevelLinking>true</FunctionLevelLinking>
  152. <IntrinsicFunctions>true</IntrinsicFunctions>
  153. <SDLCheck>true</SDLCheck>
  154. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Windows</SubSystem>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <AdditionalLibraryDirectories>..\lib\Release\</AdditionalLibraryDirectories>
  162. <AdditionalDependencies>opencv_core342.lib;opencv_imgproc342.lib;opencv_highgui342.lib;opencv_ml342.lib;opencv_video342.lib;opencv_features2d342.lib;opencv_calib3d342.lib;opencv_objdetect342.lib;opencv_flann342.lib;opencv_dnn342.lib;opencv_imgcodecs342.lib;opencv_photo342.lib;opencv_shape342.lib;opencv_stitching342.lib;opencv_superres342.lib;opencv_videoio342.lib;%(AdditionalDependencies)</AdditionalDependencies>
  163. </Link>
  164. <Midl>
  165. <MkTypLibCompatible>false</MkTypLibCompatible>
  166. <ValidateAllParameters>true</ValidateAllParameters>
  167. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. </Midl>
  169. <ResourceCompile>
  170. <Culture>0x0804</Culture>
  171. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  172. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  173. </ResourceCompile>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  176. <ClCompile>
  177. <PrecompiledHeader>Use</PrecompiledHeader>
  178. <WarningLevel>Level3</WarningLevel>
  179. <Optimization>MaxSpeed</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <SDLCheck>true</SDLCheck>
  183. <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  184. <AdditionalIncludeDirectories>..\..\..\..\repos_main\common\STL-findfile</AdditionalIncludeDirectories>
  185. </ClCompile>
  186. <Link>
  187. <SubSystem>Windows</SubSystem>
  188. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  189. <OptimizeReferences>true</OptimizeReferences>
  190. <AdditionalDependencies>opencv_calib3d470.lib;opencv_core470.lib;opencv_dnn470.lib;opencv_features2d470.lib;opencv_flann470.lib;opencv_gapi470.lib;opencv_highgui470.lib;opencv_imgcodecs470.lib;opencv_imgproc470.lib;opencv_ml470.lib;opencv_objdetect470.lib;opencv_photo470.lib;opencv_stitching470.lib;opencv_ts470.lib;opencv_video470.lib;opencv_videoio470.lib;%(AdditionalDependencies)</AdditionalDependencies>
  191. </Link>
  192. <Midl>
  193. <MkTypLibCompatible>false</MkTypLibCompatible>
  194. <ValidateAllParameters>true</ValidateAllParameters>
  195. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  196. </Midl>
  197. <ResourceCompile>
  198. <Culture>0x0804</Culture>
  199. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  200. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  201. </ResourceCompile>
  202. </ItemDefinitionGroup>
  203. <ItemGroup>
  204. <ClInclude Include="CImgApply.h" />
  205. <ClInclude Include="filehelp.h" />
  206. <ClInclude Include="findfile.h" />
  207. <ClInclude Include="Resource.h" />
  208. <ClInclude Include="stdafx.h" />
  209. <ClInclude Include="targetver.h" />
  210. <ClInclude Include="ThresholdTools.h" />
  211. <ClInclude Include="ThresholdToolsDlg.h" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <ClCompile Include="CImgApply.cpp" />
  215. <ClCompile Include="filehelp.cpp" />
  216. <ClCompile Include="findfile.cpp" />
  217. <ClCompile Include="stdafx.cpp">
  218. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  219. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  220. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  221. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  222. </ClCompile>
  223. <ClCompile Include="ThresholdTools.cpp" />
  224. <ClCompile Include="ThresholdToolsDlg.cpp" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <ResourceCompile Include="ThresholdTools.rc" />
  228. </ItemGroup>
  229. <ItemGroup>
  230. <None Include="res\ThresholdTools.rc2" />
  231. </ItemGroup>
  232. <ItemGroup>
  233. <Image Include="res\ThresholdTools.ico" />
  234. </ItemGroup>
  235. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  236. <ImportGroup Label="ExtensionTargets">
  237. </ImportGroup>
  238. </Project>