tools.vcxproj 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <VCProjectVersion>16.0</VCProjectVersion>
  15. <Keyword>Win32Proj</Keyword>
  16. <ProjectGuid>{d8466283-f562-4c10-9f9b-e37cb22b3020}</ProjectGuid>
  17. <RootNamespace>tools</RootNamespace>
  18. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  22. <ConfigurationType>DynamicLibrary</ConfigurationType>
  23. <UseDebugLibraries>true</UseDebugLibraries>
  24. <PlatformToolset>v143</PlatformToolset>
  25. <CharacterSet>Unicode</CharacterSet>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <PlatformToolset>v143</PlatformToolset>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Label="Shared">
  38. </ImportGroup>
  39. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  40. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41. </ImportGroup>
  42. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  43. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  44. </ImportGroup>
  45. <PropertyGroup Label="UserMacros" />
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  47. <IncludePath>$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\contrib452\include;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\contrib452\include\opencv2;E:\SVN\Trunk\ThirdPartyLibs\opencv\contrib452\include\opencv2;E:\SVN\Trunk\ThirdPartyLibs\opencv\contrib452\include;C:\opencv\contrib452\include\opencv2;$(IncludePath)</IncludePath>
  48. <LibraryPath>$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\contrib452\lib;E:\SVN\Trunk\ThirdPartyLibs\opencv\contrib452\lib;C:\opencv\contrib452\lib;$(LibraryPath)</LibraryPath>
  49. <OutDir>..\Bin</OutDir>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  52. <IncludePath>E:\SVN\Trunk\ThirdPartyLibs\opencv\contrib452\include\opencv2;E:\SVN\Trunk\ThirdPartyLibs\opencv\contrib452\include;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\contrib452\include;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\contrib452\include\opencv2;$(IncludePath)</IncludePath>
  53. <LibraryPath>E:\SVN\Trunk\ThirdPartyLibs\opencv\contrib452\lib;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\contrib452\lib;$(LibraryPath)</LibraryPath>
  54. <OutDir>..\Bin</OutDir>
  55. </PropertyGroup>
  56. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  57. <ClCompile>
  58. <WarningLevel>Level3</WarningLevel>
  59. <SDLCheck>true</SDLCheck>
  60. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  61. <ConformanceMode>true</ConformanceMode>
  62. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  63. <ExceptionHandling>Async</ExceptionHandling>
  64. </ClCompile>
  65. <Link>
  66. <SubSystem>Console</SubSystem>
  67. <GenerateDebugInformation>true</GenerateDebugInformation>
  68. <AdditionalDependencies>opencv_shape452d.lib;opencv_features2d452d.lib;opencv_flann452d.lib;opencv_imgproc452d.lib;opencv_core452d.lib;opencv_ml452d.lib;opencv_calib3d452d.lib;opencv_imgcodecs452d.lib;opencv_videoio452d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  69. </Link>
  70. </ItemDefinitionGroup>
  71. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  72. <ClCompile>
  73. <WarningLevel>Level3</WarningLevel>
  74. <FunctionLevelLinking>true</FunctionLevelLinking>
  75. <IntrinsicFunctions>true</IntrinsicFunctions>
  76. <SDLCheck>true</SDLCheck>
  77. <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <ConformanceMode>true</ConformanceMode>
  79. </ClCompile>
  80. <Link>
  81. <SubSystem>Console</SubSystem>
  82. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  83. <OptimizeReferences>true</OptimizeReferences>
  84. <GenerateDebugInformation>true</GenerateDebugInformation>
  85. <AdditionalDependencies>opencv_shape452.lib;opencv_features2d452.lib;opencv_flann452.lib;opencv_imgproc452.lib;opencv_core452.lib;opencv_ml452.lib;opencv_calib3d452.lib;opencv_imgcodecs452.lib;%(AdditionalDependencies)</AdditionalDependencies>
  86. </Link>
  87. </ItemDefinitionGroup>
  88. <ItemGroup>
  89. <ClCompile Include="VerificationTools.cpp" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ClInclude Include="VerificationTools.h" />
  93. </ItemGroup>
  94. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  95. <ImportGroup Label="ExtensionTargets">
  96. </ImportGroup>
  97. </Project>