CardiacUsImgRecogUtils.vcxproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. <ItemGroup>
  22. <ClCompile Include="CardiacUsImgRecogUtils.cpp" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ClInclude Include="ICardiacUsImgRecogUtils.h" />
  26. </ItemGroup>
  27. <PropertyGroup Label="Globals">
  28. <VCProjectVersion>16.0</VCProjectVersion>
  29. <Keyword>Win32Proj</Keyword>
  30. <ProjectGuid>{864fda45-1926-46c2-a7de-8c81e67034d3}</ProjectGuid>
  31. <RootNamespace>opticalflow</RootNamespace>
  32. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <PlatformToolset>v143</PlatformToolset>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <PlatformToolset>v143</PlatformToolset>
  45. <WholeProgramOptimization>true</WholeProgramOptimization>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>true</UseDebugLibraries>
  51. <PlatformToolset>v143</PlatformToolset>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  55. <ConfigurationType>DynamicLibrary</ConfigurationType>
  56. <UseDebugLibraries>false</UseDebugLibraries>
  57. <PlatformToolset>v143</PlatformToolset>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  62. <ImportGroup Label="ExtensionSettings">
  63. </ImportGroup>
  64. <ImportGroup Label="Shared">
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. </ImportGroup>
  75. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  77. </ImportGroup>
  78. <PropertyGroup Label="UserMacros" />
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <IncludePath>E:/opencv/452/include;$(IncludePath)</IncludePath>
  81. <LibraryPath>E:/opencv/452/lib;$(LibraryPath)</LibraryPath>
  82. <TargetName>$(ProjectName)d</TargetName>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <IncludePath>E:\opencv\452\include;$(IncludePath)</IncludePath>
  86. <LibraryPath>E:\opencv\452\lib;$(LibraryPath)</LibraryPath>
  87. <OutDir>$(SolutionDir)Bin\</OutDir>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <WarningLevel>Level3</WarningLevel>
  92. <SDLCheck>true</SDLCheck>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <ConformanceMode>true</ConformanceMode>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Console</SubSystem>
  98. <GenerateDebugInformation>true</GenerateDebugInformation>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  102. <ClCompile>
  103. <WarningLevel>Level3</WarningLevel>
  104. <FunctionLevelLinking>true</FunctionLevelLinking>
  105. <IntrinsicFunctions>true</IntrinsicFunctions>
  106. <SDLCheck>true</SDLCheck>
  107. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <ConformanceMode>true</ConformanceMode>
  109. </ClCompile>
  110. <Link>
  111. <SubSystem>Console</SubSystem>
  112. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  113. <OptimizeReferences>true</OptimizeReferences>
  114. <GenerateDebugInformation>true</GenerateDebugInformation>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  118. <ClCompile>
  119. <WarningLevel>Level3</WarningLevel>
  120. <SDLCheck>true</SDLCheck>
  121. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <ConformanceMode>true</ConformanceMode>
  123. <LanguageStandard>stdcpp17</LanguageStandard>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Console</SubSystem>
  127. <GenerateDebugInformation>true</GenerateDebugInformation>
  128. <AdditionalDependencies>E:/opencv/452/lib/opencv_world452d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  129. </Link>
  130. </ItemDefinitionGroup>
  131. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  132. <ClCompile>
  133. <WarningLevel>Level3</WarningLevel>
  134. <FunctionLevelLinking>true</FunctionLevelLinking>
  135. <IntrinsicFunctions>true</IntrinsicFunctions>
  136. <SDLCheck>true</SDLCheck>
  137. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <ConformanceMode>true</ConformanceMode>
  139. <LanguageStandard>stdcpp17</LanguageStandard>
  140. <AdditionalIncludeDirectories>..\..\Common\RUS.UtilsLibs\RUSCommonCppUtilsLib\include\;..\RUSCommonCppUtilsLib\include\;.\include\;.\src\;..\..\..\..\ThirdpartyLibs\opencv\ZhiSensor450\include\</AdditionalIncludeDirectories>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Console</SubSystem>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. <AdditionalDependencies>opencv_world450.lib;RUSCommonCppUtilsLib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  148. <AdditionalLibraryDirectories>..\..\..\..\ThirdpartyLibs\opencv\ZhiSensor450\lib\vc15\;$(SolutionDir)Build\Release\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  152. <ImportGroup Label="ExtensionTargets">
  153. </ImportGroup>
  154. </Project>