OTSClrInterface.vcxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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="CleannessRelease|Win32">
  5. <Configuration>CleannessRelease</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="CleannessRelease|x64">
  9. <Configuration>CleannessRelease</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="LithiumCleanness|Win32">
  17. <Configuration>LithiumCleanness</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="LithiumCleanness|x64">
  21. <Configuration>LithiumCleanness</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release_oxford50|Win32">
  25. <Configuration>Release_oxford50</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release_oxford50|x64">
  29. <Configuration>Release_oxford50</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Debug|x64">
  37. <Configuration>Debug</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|x64">
  41. <Configuration>Release</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <PropertyGroup Label="Globals">
  46. <VCProjectVersion>16.0</VCProjectVersion>
  47. <ProjectGuid>{490A8592-7B13-4536-B475-028E73007FAE}</ProjectGuid>
  48. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  49. <Keyword>ManagedCProj</Keyword>
  50. <RootNamespace>OTSClrInterface</RootNamespace>
  51. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  55. <ConfigurationType>DynamicLibrary</ConfigurationType>
  56. <UseDebugLibraries>true</UseDebugLibraries>
  57. <PlatformToolset>v142</PlatformToolset>
  58. <CLRSupport>true</CLRSupport>
  59. <CharacterSet>MultiByte</CharacterSet>
  60. <UseOfMfc>Dynamic</UseOfMfc>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  63. <ConfigurationType>Application</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v142</PlatformToolset>
  66. <CLRSupport>true</CLRSupport>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v142</PlatformToolset>
  73. <CLRSupport>true</CLRSupport>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. <UseOfMfc>Dynamic</UseOfMfc>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  78. <ConfigurationType>DynamicLibrary</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <PlatformToolset>v142</PlatformToolset>
  81. <CLRSupport>true</CLRSupport>
  82. <CharacterSet>MultiByte</CharacterSet>
  83. <UseOfMfc>Dynamic</UseOfMfc>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="Configuration">
  86. <ConfigurationType>DynamicLibrary</ConfigurationType>
  87. <UseDebugLibraries>false</UseDebugLibraries>
  88. <PlatformToolset>v142</PlatformToolset>
  89. <CLRSupport>true</CLRSupport>
  90. <CharacterSet>MultiByte</CharacterSet>
  91. <UseOfMfc>Dynamic</UseOfMfc>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  94. <ConfigurationType>DynamicLibrary</ConfigurationType>
  95. <UseDebugLibraries>true</UseDebugLibraries>
  96. <PlatformToolset>v142</PlatformToolset>
  97. <CLRSupport>true</CLRSupport>
  98. <CharacterSet>MultiByte</CharacterSet>
  99. <UseOfMfc>Dynamic</UseOfMfc>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  102. <ConfigurationType>DynamicLibrary</ConfigurationType>
  103. <UseDebugLibraries>false</UseDebugLibraries>
  104. <PlatformToolset>v142</PlatformToolset>
  105. <CLRSupport>true</CLRSupport>
  106. <CharacterSet>MultiByte</CharacterSet>
  107. <UseOfMfc>Dynamic</UseOfMfc>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  110. <ConfigurationType>DynamicLibrary</ConfigurationType>
  111. <UseDebugLibraries>false</UseDebugLibraries>
  112. <PlatformToolset>v142</PlatformToolset>
  113. <CLRSupport>true</CLRSupport>
  114. <CharacterSet>MultiByte</CharacterSet>
  115. <UseOfMfc>Dynamic</UseOfMfc>
  116. <WholeProgramOptimization>true</WholeProgramOptimization>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  119. <ConfigurationType>DynamicLibrary</ConfigurationType>
  120. <UseDebugLibraries>false</UseDebugLibraries>
  121. <PlatformToolset>v142</PlatformToolset>
  122. <CLRSupport>true</CLRSupport>
  123. <CharacterSet>MultiByte</CharacterSet>
  124. <UseOfMfc>Dynamic</UseOfMfc>
  125. <WholeProgramOptimization>true</WholeProgramOptimization>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="Configuration">
  128. <ConfigurationType>DynamicLibrary</ConfigurationType>
  129. <UseDebugLibraries>false</UseDebugLibraries>
  130. <PlatformToolset>v142</PlatformToolset>
  131. <CLRSupport>true</CLRSupport>
  132. <CharacterSet>MultiByte</CharacterSet>
  133. <UseOfMfc>Dynamic</UseOfMfc>
  134. <WholeProgramOptimization>true</WholeProgramOptimization>
  135. </PropertyGroup>
  136. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  137. <ImportGroup Label="ExtensionSettings">
  138. </ImportGroup>
  139. <ImportGroup Label="Shared">
  140. </ImportGroup>
  141. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  142. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  143. </ImportGroup>
  144. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  145. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  146. </ImportGroup>
  147. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  148. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  149. </ImportGroup>
  150. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  151. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  152. </ImportGroup>
  153. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="PropertySheets">
  154. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  155. </ImportGroup>
  156. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  157. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  158. </ImportGroup>
  159. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  160. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  161. </ImportGroup>
  162. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  163. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  164. </ImportGroup>
  165. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  166. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  167. </ImportGroup>
  168. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="PropertySheets">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <PropertyGroup Label="UserMacros" />
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  173. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  174. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  175. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(IncludePath)</IncludePath>
  176. <LibraryPath>$(SolutionDir)\OTSCPP\OpenCV\$(platform)\lib;$(LibraryPath)</LibraryPath>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  179. <IncludePath>$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  180. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  181. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  182. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  183. </PropertyGroup>
  184. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  185. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  186. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  187. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  188. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  189. </PropertyGroup>
  190. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  191. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  192. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  193. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  194. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  195. </PropertyGroup>
  196. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  197. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  198. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  199. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  200. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  201. </PropertyGroup>
  202. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  203. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  204. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  205. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  206. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  207. </PropertyGroup>
  208. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  209. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  210. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  211. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(IncludePath)</IncludePath>
  212. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  213. </PropertyGroup>
  214. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  215. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  216. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  217. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(IncludePath)</IncludePath>
  218. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  219. </PropertyGroup>
  220. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  221. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  222. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  223. <IncludePath>$(SolutionDir)\OTSCPP\OTSData;$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)\OTSCPP\OTSClassifyEngine\;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv2;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include\opencv;$(SolutionDir)\OTSCPP\OpenCV\$(platform)\include;$(SolutionDir)\OTSCPP\OTSImagePro;$(SolutionDir)\OTSCPP\OTSClrInterface\CommonClr;$(SolutionDir)\OTSCPP\OTSLog;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(IncludePath)</IncludePath>
  224. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  225. </PropertyGroup>
  226. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  227. <ClCompile>
  228. <WarningLevel>Level3</WarningLevel>
  229. <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  230. </ClCompile>
  231. <Link>
  232. <AdditionalDependencies>opencv_world341d.lib;OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  233. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  234. </Link>
  235. </ItemDefinitionGroup>
  236. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  237. <ClCompile>
  238. <WarningLevel>Level3</WarningLevel>
  239. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  240. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  241. </ClCompile>
  242. <Link>
  243. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  244. <AdditionalLibraryDirectories>$(SolutionDir)\OTSCPP\OpenCV\$(platform)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  245. </Link>
  246. </ItemDefinitionGroup>
  247. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  248. <ClCompile>
  249. <WarningLevel>Level3</WarningLevel>
  250. <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  251. </ClCompile>
  252. <Link>
  253. <AdditionalDependencies />
  254. </Link>
  255. </ItemDefinitionGroup>
  256. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  257. <ClCompile>
  258. <WarningLevel>Level3</WarningLevel>
  259. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  260. <Optimization>MaxSpeed</Optimization>
  261. </ClCompile>
  262. <Link>
  263. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  264. </Link>
  265. </ItemDefinitionGroup>
  266. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  267. <ClCompile>
  268. <WarningLevel>Level3</WarningLevel>
  269. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  270. <Optimization>MaxSpeed</Optimization>
  271. </ClCompile>
  272. <Link>
  273. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  274. </Link>
  275. </ItemDefinitionGroup>
  276. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  277. <ClCompile>
  278. <WarningLevel>Level3</WarningLevel>
  279. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  280. <Optimization>MaxSpeed</Optimization>
  281. </ClCompile>
  282. <Link>
  283. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  284. </Link>
  285. </ItemDefinitionGroup>
  286. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  287. <ClCompile>
  288. <WarningLevel>Level3</WarningLevel>
  289. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  290. </ClCompile>
  291. <Link>
  292. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  293. </Link>
  294. </ItemDefinitionGroup>
  295. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  296. <ClCompile>
  297. <WarningLevel>Level3</WarningLevel>
  298. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  299. <IntrinsicFunctions>true</IntrinsicFunctions>
  300. <WholeProgramOptimization>true</WholeProgramOptimization>
  301. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  302. <SupportJustMyCode>true</SupportJustMyCode>
  303. <Optimization>MaxSpeed</Optimization>
  304. </ClCompile>
  305. <Link>
  306. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  307. <OptimizeReferences>true</OptimizeReferences>
  308. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  309. </Link>
  310. </ItemDefinitionGroup>
  311. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  312. <ClCompile>
  313. <WarningLevel>Level3</WarningLevel>
  314. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  315. <IntrinsicFunctions>true</IntrinsicFunctions>
  316. <WholeProgramOptimization>true</WholeProgramOptimization>
  317. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  318. <SupportJustMyCode>true</SupportJustMyCode>
  319. <Optimization>MaxSpeed</Optimization>
  320. </ClCompile>
  321. <Link>
  322. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  323. <OptimizeReferences>true</OptimizeReferences>
  324. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  325. </Link>
  326. </ItemDefinitionGroup>
  327. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  328. <ClCompile>
  329. <WarningLevel>Level3</WarningLevel>
  330. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  331. <IntrinsicFunctions>true</IntrinsicFunctions>
  332. <WholeProgramOptimization>true</WholeProgramOptimization>
  333. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  334. <SupportJustMyCode>true</SupportJustMyCode>
  335. <Optimization>MaxSpeed</Optimization>
  336. </ClCompile>
  337. <Link>
  338. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  339. <OptimizeReferences>true</OptimizeReferences>
  340. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  341. </Link>
  342. </ItemDefinitionGroup>
  343. <ItemGroup>
  344. <ClCompile Include="ClassificationClr\OTSClassifyEngineClr.cpp" />
  345. <ClCompile Include="CommonClr\BSEImgClr.cpp" />
  346. <ClCompile Include="CommonClr\DomainClr.cpp" />
  347. <ClCompile Include="CommonClr\DoubleRangeClr.cpp" />
  348. <ClCompile Include="CommonClr\ElementChemistryClr.cpp" />
  349. <ClCompile Include="CommonClr\HoleClr.cpp" />
  350. <ClCompile Include="CommonClr\IntRangeClr.cpp" />
  351. <ClCompile Include="CommonClr\OTSFeatureClr.cpp" />
  352. <ClCompile Include="CommonClr\OTSFieldDataClr.cpp" />
  353. <ClCompile Include="CommonClr\OTSParticleClr.cpp" />
  354. <ClCompile Include="CommonClr\OTSSegmentClr.cpp" />
  355. <ClCompile Include="CommonClr\PosXrayClr.cpp" />
  356. <ClCompile Include="CommonClr\SEMDataGnrClr.cpp" />
  357. <ClCompile Include="CommonClr\SEMDataMsrClr.cpp" />
  358. <ClCompile Include="CommonClr\SEMStageDataClr.cpp" />
  359. <ClCompile Include="CommonClr\StageClr.cpp" />
  360. <ClCompile Include="ControlClr\OTSControlFunExport.cpp" />
  361. <ClCompile Include="ImageProClr\FieldMgrClr.cpp" />
  362. <ClCompile Include="ImageProClr\ImageProForClr.cpp" />
  363. <ClCompile Include="ImageProClr\OTSImgProcPrmClr.cpp" />
  364. <ClCompile Include="ImageProClr\OTSImgScanPrmClr.cpp" />
  365. <ClCompile Include="OTSClrInterface.cpp" />
  366. <ClCompile Include="ReportCalculateClr\GridDataClr.cpp" />
  367. <ClCompile Include="ReportCalculateClr\MsrParamFileMgrClr.cpp" />
  368. <ClCompile Include="ReportCalculateClr\MsrParamsClr.cpp" />
  369. <ClCompile Include="ReportCalculateClr\MsrResultsClr.cpp" />
  370. <ClCompile Include="ReportCalculateClr\MsrSampleStatusClr.cpp" />
  371. <ClCompile Include="ReportCalculateClr\OTSSampleClr.cpp" />
  372. <ClCompile Include="ReportCalculateClr\OTSXRayPrmClr.cpp" />
  373. <ClCompile Include="ReportCalculateClr\PropItemClr.cpp" />
  374. <ClCompile Include="ReportCalculateClr\PropParamClr.cpp" />
  375. <ClCompile Include="ReportCalculateClr\ReportMgrClr.cpp" />
  376. <ClCompile Include="ReportCalculateClr\RptParamFileClr.cpp" />
  377. <ClCompile Include="ReportCalculateClr\RptParamFileMgrClr.cpp" />
  378. <ClCompile Include="ReportCalculateClr\SmplMsrResultFileClr.cpp" />
  379. <ClCompile Include="ReportCalculateClr\SmplMsrResultFileMgrClr.cpp" />
  380. </ItemGroup>
  381. <ItemGroup>
  382. <ClInclude Include="ClassificationClr\OTSClassifyEngineClr.h" />
  383. <ClInclude Include="CommonClr\BSEImgClr.h" />
  384. <ClInclude Include="CommonClr\DomainClr.h" />
  385. <ClInclude Include="CommonClr\DoubleRangeClr.h" />
  386. <ClInclude Include="CommonClr\ElementChemistryClr.h" />
  387. <ClInclude Include="CommonClr\HoleClr.h" />
  388. <ClInclude Include="CommonClr\IntRangeClr.h" />
  389. <ClInclude Include="CommonClr\OTSFeatureClr.h" />
  390. <ClInclude Include="CommonClr\OTSFieldDataClr.h" />
  391. <ClInclude Include="CommonClr\OTSParticleClr.h" />
  392. <ClInclude Include="CommonClr\OTSSegmentClr.h" />
  393. <ClInclude Include="CommonClr\PosXrayClr.h" />
  394. <ClInclude Include="CommonClr\SEMDataGnrClr.h" />
  395. <ClInclude Include="CommonClr\SEMDataMsrClr.h" />
  396. <ClInclude Include="CommonClr\SEMStageDataClr.h" />
  397. <ClInclude Include="CommonClr\StageClr.h" />
  398. <ClInclude Include="ControlClr\OTSControlFunExport.h" />
  399. <ClInclude Include="ImageProClr\FieldMgrClr.h" />
  400. <ClInclude Include="ImageProClr\ImageProForClr.h" />
  401. <ClInclude Include="ImageProClr\OTSImgProcPrmClr.h" />
  402. <ClInclude Include="ImageProClr\OTSImgScanPrmClr.h" />
  403. <ClInclude Include="OTSClrInterface.h" />
  404. <ClInclude Include="ReportCalculateClr\GridDataClr.h" />
  405. <ClInclude Include="ReportCalculateClr\MsrParamFileMgrClr.h" />
  406. <ClInclude Include="ReportCalculateClr\MsrParamsClr.h" />
  407. <ClInclude Include="ReportCalculateClr\MsrResultsClr.h" />
  408. <ClInclude Include="ReportCalculateClr\MsrSampleStatusClr.h" />
  409. <ClInclude Include="ReportCalculateClr\OTSSampleClr.h" />
  410. <ClInclude Include="ReportCalculateClr\OTSXRayPrmClr.h" />
  411. <ClInclude Include="ReportCalculateClr\PropItemClr.h" />
  412. <ClInclude Include="ReportCalculateClr\PropParamClr.h" />
  413. <ClInclude Include="ReportCalculateClr\ReportMgrClr.h" />
  414. <ClInclude Include="ReportCalculateClr\RptParamFileClr.h" />
  415. <ClInclude Include="ReportCalculateClr\RptParamFileMgrClr.h" />
  416. <ClInclude Include="ReportCalculateClr\SmplMsrResultFileClr.h" />
  417. <ClInclude Include="ReportCalculateClr\SmplMsrResultFileMgrClr.h" />
  418. </ItemGroup>
  419. <ItemGroup>
  420. <Reference Include="Newtonsoft.Json">
  421. <HintPath>..\..\OpenDll\Json\Newtonsoft.Json.dll</HintPath>
  422. </Reference>
  423. <Reference Include="System" />
  424. <Reference Include="System.Drawing" />
  425. </ItemGroup>
  426. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  427. <ImportGroup Label="ExtensionTargets">
  428. </ImportGroup>
  429. </Project>