PlaqueProcessingCpp.vcxproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{2b21fc58-d6e2-49a6-b87b-fcd3b3286802}</ProjectGuid>
  25. <RootNamespace>PlaqueProcessingCpp</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. <ProjectName>PlaqueProcessingCpp</ProjectName>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  31. <ConfigurationType>DynamicLibrary</ConfigurationType>
  32. <UseDebugLibraries>true</UseDebugLibraries>
  33. <PlatformToolset>v143</PlatformToolset>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v143</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v143</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="Shared">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'">
  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)'=='Release|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <OutDir>$(SolutionDir)Bin\</OutDir>
  76. <IncludePath>$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\include\opencv2;$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\include;$(IncludePath)</IncludePath>
  77. <LibraryPath>$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\lib;$(LibraryPath)</LibraryPath>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  80. <IncludePath>$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\include\opencv2;$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\include;$(IncludePath)</IncludePath>
  81. <LibraryPath>$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\lib;$(LibraryPath)</LibraryPath>
  82. </PropertyGroup>
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  84. <ClCompile>
  85. <WarningLevel>Level3</WarningLevel>
  86. <SDLCheck>true</SDLCheck>
  87. <PreprocessorDefinitions>WIN32;_DEBUG;CAROTIDREPROCESSHELPERCPP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <ConformanceMode>true</ConformanceMode>
  89. <PrecompiledHeader>Use</PrecompiledHeader>
  90. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  91. </ClCompile>
  92. <Link>
  93. <SubSystem>Windows</SubSystem>
  94. <GenerateDebugInformation>true</GenerateDebugInformation>
  95. <EnableUAC>false</EnableUAC>
  96. </Link>
  97. </ItemDefinitionGroup>
  98. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  99. <ClCompile>
  100. <WarningLevel>Level3</WarningLevel>
  101. <FunctionLevelLinking>true</FunctionLevelLinking>
  102. <IntrinsicFunctions>true</IntrinsicFunctions>
  103. <SDLCheck>true</SDLCheck>
  104. <PreprocessorDefinitions>WIN32;NDEBUG;CAROTIDREPROCESSHELPERCPP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <ConformanceMode>true</ConformanceMode>
  106. <PrecompiledHeader>Use</PrecompiledHeader>
  107. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Windows</SubSystem>
  111. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  112. <OptimizeReferences>true</OptimizeReferences>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <EnableUAC>false</EnableUAC>
  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;ENABLE_OBSERVE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <ConformanceMode>true</ConformanceMode>
  123. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  124. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  125. <ExceptionHandling>Async</ExceptionHandling>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Console</SubSystem>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. <EnableUAC>false</EnableUAC>
  131. <AdditionalDependencies>opencv_world452d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  132. </Link>
  133. <PostBuildEvent>
  134. <Command>xcopy "$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\dll\opencv_world452d.dll" "$(SolutionDir)Bin\" /y</Command>
  135. </PostBuildEvent>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <FunctionLevelLinking>true</FunctionLevelLinking>
  141. <IntrinsicFunctions>true</IntrinsicFunctions>
  142. <SDLCheck>true</SDLCheck>
  143. <PreprocessorDefinitions>NDEBUG;CAROTIDREPROCESSHELPERCPP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <ConformanceMode>true</ConformanceMode>
  145. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  146. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  147. </ClCompile>
  148. <Link>
  149. <SubSystem>Windows</SubSystem>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <EnableUAC>false</EnableUAC>
  154. <AdditionalDependencies>opencv_world452.lib;%(AdditionalDependencies)</AdditionalDependencies>
  155. </Link>
  156. <PostBuildEvent>
  157. <Command>xcopy "$(SolutionDir)..\..\ThirdPartyLibs\opencv\452\dll\opencv_world452.dll" "$(SolutionDir)Bin\" /y</Command>
  158. </PostBuildEvent>
  159. </ItemDefinitionGroup>
  160. <ItemGroup>
  161. <ClInclude Include="ReprocessCommon.h" />
  162. <ClInclude Include="PlaqueHelper.h" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ClCompile Include="ReprocessCommon.cpp" />
  166. <ClCompile Include="PlaqueHelper.cpp" />
  167. </ItemGroup>
  168. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  169. <ImportGroup Label="ExtensionTargets">
  170. </ImportGroup>
  171. </Project>