ImgDenoiseProcesse.vcxproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>{46713fa9-2e03-4f16-8c87-2a628bb350b6}</ProjectGuid>
  17. <RootNamespace>ImgDenoiseProcesse</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>v142</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>v142</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)'=='Debug|x64'">
  47. <LinkIncremental>true</LinkIncremental>
  48. <OutDir>$(SolutionDir)Bin\</OutDir>
  49. <IncludePath>$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\include\opencv2;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\include\opencv;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\include;$(IncludePath)</IncludePath>
  50. <LibraryPath>$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\lib;$(LibraryPath)</LibraryPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  53. <LinkIncremental>false</LinkIncremental>
  54. <OutDir>$(SolutionDir)Bin\</OutDir>
  55. <IncludePath>$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\include\opencv2;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\include\opencv;$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\include;$(IncludePath)</IncludePath>
  56. <LibraryPath>$(SolutionDir)..\..\..\ThirdPartyLibs\opencv\320\lib;$(LibraryPath)</LibraryPath>
  57. </PropertyGroup>
  58. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  59. <ClCompile>
  60. <WarningLevel>Level3</WarningLevel>
  61. <SDLCheck>false</SDLCheck>
  62. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  63. <ConformanceMode>true</ConformanceMode>
  64. <AdditionalIncludeDirectories>
  65. </AdditionalIncludeDirectories>
  66. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  67. <ExceptionHandling>Async</ExceptionHandling>
  68. </ClCompile>
  69. <Link>
  70. <SubSystem>Console</SubSystem>
  71. <GenerateDebugInformation>true</GenerateDebugInformation>
  72. <AdditionalDependencies>opencv_world320d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  73. <AdditionalLibraryDirectories>
  74. </AdditionalLibraryDirectories>
  75. </Link>
  76. </ItemDefinitionGroup>
  77. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  78. <ClCompile>
  79. <WarningLevel>Level3</WarningLevel>
  80. <FunctionLevelLinking>true</FunctionLevelLinking>
  81. <IntrinsicFunctions>true</IntrinsicFunctions>
  82. <SDLCheck>false</SDLCheck>
  83. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  84. <ConformanceMode>true</ConformanceMode>
  85. <AdditionalIncludeDirectories>
  86. </AdditionalIncludeDirectories>
  87. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  88. <ExceptionHandling>Async</ExceptionHandling>
  89. </ClCompile>
  90. <Link>
  91. <SubSystem>Console</SubSystem>
  92. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  93. <OptimizeReferences>true</OptimizeReferences>
  94. <GenerateDebugInformation>true</GenerateDebugInformation>
  95. <AdditionalLibraryDirectories>
  96. </AdditionalLibraryDirectories>
  97. <AdditionalDependencies>opencv_world320.lib;%(AdditionalDependencies)</AdditionalDependencies>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemGroup>
  101. <ClCompile Include="ImgDenoise.cpp" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ClInclude Include="ImgDenoise.h" />
  105. </ItemGroup>
  106. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  107. <ImportGroup Label="ExtensionTargets">
  108. </ImportGroup>
  109. </Project>