OTSClrInterface.vcxproj 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  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_oxford60|Win32">
  33. <Configuration>Release_oxford60</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release_oxford60|x64">
  37. <Configuration>Release_oxford60</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release_oxford61sp1|Win32">
  41. <Configuration>Release_oxford61sp1</Configuration>
  42. <Platform>Win32</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release_oxford61sp1|x64">
  45. <Configuration>Release_oxford61sp1</Configuration>
  46. <Platform>x64</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release_oxford61|Win32">
  49. <Configuration>Release_oxford61</Configuration>
  50. <Platform>Win32</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="Release_oxford61|x64">
  53. <Configuration>Release_oxford61</Configuration>
  54. <Platform>x64</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="Release_oxford62|Win32">
  57. <Configuration>Release_oxford62</Configuration>
  58. <Platform>Win32</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="Release_oxford62|x64">
  61. <Configuration>Release_oxford62</Configuration>
  62. <Platform>x64</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="Release|Win32">
  65. <Configuration>Release</Configuration>
  66. <Platform>Win32</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="Debug|x64">
  69. <Configuration>Debug</Configuration>
  70. <Platform>x64</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="Release|x64">
  73. <Configuration>Release</Configuration>
  74. <Platform>x64</Platform>
  75. </ProjectConfiguration>
  76. </ItemGroup>
  77. <PropertyGroup Label="Globals">
  78. <VCProjectVersion>16.0</VCProjectVersion>
  79. <ProjectGuid>{490A8592-7B13-4536-B475-028E73007FAE}</ProjectGuid>
  80. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  81. <Keyword>ManagedCProj</Keyword>
  82. <RootNamespace>OTSClrInterface</RootNamespace>
  83. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  84. </PropertyGroup>
  85. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  87. <ConfigurationType>DynamicLibrary</ConfigurationType>
  88. <UseDebugLibraries>true</UseDebugLibraries>
  89. <PlatformToolset>v142</PlatformToolset>
  90. <CLRSupport>true</CLRSupport>
  91. <CharacterSet>MultiByte</CharacterSet>
  92. <UseOfMfc>Dynamic</UseOfMfc>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  95. <ConfigurationType>Application</ConfigurationType>
  96. <UseDebugLibraries>false</UseDebugLibraries>
  97. <PlatformToolset>v142</PlatformToolset>
  98. <CLRSupport>true</CLRSupport>
  99. <CharacterSet>Unicode</CharacterSet>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" 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_oxford60|Win32'" 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. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'" Label="Configuration">
  118. <ConfigurationType>DynamicLibrary</ConfigurationType>
  119. <UseDebugLibraries>false</UseDebugLibraries>
  120. <PlatformToolset>v142</PlatformToolset>
  121. <CLRSupport>true</CLRSupport>
  122. <CharacterSet>MultiByte</CharacterSet>
  123. <UseOfMfc>Dynamic</UseOfMfc>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'" Label="Configuration">
  126. <ConfigurationType>DynamicLibrary</ConfigurationType>
  127. <UseDebugLibraries>false</UseDebugLibraries>
  128. <PlatformToolset>v142</PlatformToolset>
  129. <CLRSupport>true</CLRSupport>
  130. <CharacterSet>MultiByte</CharacterSet>
  131. <UseOfMfc>Dynamic</UseOfMfc>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'" Label="Configuration">
  134. <ConfigurationType>DynamicLibrary</ConfigurationType>
  135. <UseDebugLibraries>false</UseDebugLibraries>
  136. <PlatformToolset>v142</PlatformToolset>
  137. <CLRSupport>true</CLRSupport>
  138. <CharacterSet>MultiByte</CharacterSet>
  139. <UseOfMfc>Dynamic</UseOfMfc>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  142. <ConfigurationType>DynamicLibrary</ConfigurationType>
  143. <UseDebugLibraries>false</UseDebugLibraries>
  144. <PlatformToolset>v142</PlatformToolset>
  145. <CLRSupport>true</CLRSupport>
  146. <CharacterSet>MultiByte</CharacterSet>
  147. <UseOfMfc>Dynamic</UseOfMfc>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="Configuration">
  150. <ConfigurationType>DynamicLibrary</ConfigurationType>
  151. <UseDebugLibraries>false</UseDebugLibraries>
  152. <PlatformToolset>v142</PlatformToolset>
  153. <CLRSupport>true</CLRSupport>
  154. <CharacterSet>MultiByte</CharacterSet>
  155. <UseOfMfc>Dynamic</UseOfMfc>
  156. </PropertyGroup>
  157. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  158. <ConfigurationType>DynamicLibrary</ConfigurationType>
  159. <UseDebugLibraries>true</UseDebugLibraries>
  160. <PlatformToolset>v143</PlatformToolset>
  161. <CLRSupport>true</CLRSupport>
  162. <CharacterSet>MultiByte</CharacterSet>
  163. <UseOfMfc>Dynamic</UseOfMfc>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  166. <ConfigurationType>DynamicLibrary</ConfigurationType>
  167. <UseDebugLibraries>false</UseDebugLibraries>
  168. <PlatformToolset>v142</PlatformToolset>
  169. <CLRSupport>true</CLRSupport>
  170. <CharacterSet>MultiByte</CharacterSet>
  171. <UseOfMfc>Dynamic</UseOfMfc>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  174. <ConfigurationType>DynamicLibrary</ConfigurationType>
  175. <UseDebugLibraries>false</UseDebugLibraries>
  176. <PlatformToolset>v143</PlatformToolset>
  177. <CLRSupport>true</CLRSupport>
  178. <CharacterSet>MultiByte</CharacterSet>
  179. <UseOfMfc>Dynamic</UseOfMfc>
  180. <WholeProgramOptimization>true</WholeProgramOptimization>
  181. </PropertyGroup>
  182. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'" Label="Configuration">
  183. <ConfigurationType>DynamicLibrary</ConfigurationType>
  184. <UseDebugLibraries>false</UseDebugLibraries>
  185. <PlatformToolset>v143</PlatformToolset>
  186. <CLRSupport>true</CLRSupport>
  187. <CharacterSet>MultiByte</CharacterSet>
  188. <UseOfMfc>Dynamic</UseOfMfc>
  189. <WholeProgramOptimization>true</WholeProgramOptimization>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'" Label="Configuration">
  192. <ConfigurationType>DynamicLibrary</ConfigurationType>
  193. <UseDebugLibraries>false</UseDebugLibraries>
  194. <PlatformToolset>v143</PlatformToolset>
  195. <CLRSupport>true</CLRSupport>
  196. <CharacterSet>MultiByte</CharacterSet>
  197. <UseOfMfc>Dynamic</UseOfMfc>
  198. <WholeProgramOptimization>true</WholeProgramOptimization>
  199. </PropertyGroup>
  200. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'" Label="Configuration">
  201. <ConfigurationType>DynamicLibrary</ConfigurationType>
  202. <UseDebugLibraries>false</UseDebugLibraries>
  203. <PlatformToolset>v143</PlatformToolset>
  204. <CLRSupport>true</CLRSupport>
  205. <CharacterSet>MultiByte</CharacterSet>
  206. <UseOfMfc>Dynamic</UseOfMfc>
  207. <WholeProgramOptimization>true</WholeProgramOptimization>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'" Label="Configuration">
  210. <ConfigurationType>DynamicLibrary</ConfigurationType>
  211. <UseDebugLibraries>false</UseDebugLibraries>
  212. <PlatformToolset>v142</PlatformToolset>
  213. <CLRSupport>true</CLRSupport>
  214. <CharacterSet>MultiByte</CharacterSet>
  215. <UseOfMfc>Dynamic</UseOfMfc>
  216. <WholeProgramOptimization>true</WholeProgramOptimization>
  217. </PropertyGroup>
  218. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  219. <ConfigurationType>DynamicLibrary</ConfigurationType>
  220. <UseDebugLibraries>false</UseDebugLibraries>
  221. <PlatformToolset>v142</PlatformToolset>
  222. <CLRSupport>true</CLRSupport>
  223. <CharacterSet>MultiByte</CharacterSet>
  224. <UseOfMfc>Dynamic</UseOfMfc>
  225. <WholeProgramOptimization>true</WholeProgramOptimization>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="Configuration">
  228. <ConfigurationType>DynamicLibrary</ConfigurationType>
  229. <UseDebugLibraries>false</UseDebugLibraries>
  230. <PlatformToolset>v142</PlatformToolset>
  231. <CLRSupport>true</CLRSupport>
  232. <CharacterSet>MultiByte</CharacterSet>
  233. <UseOfMfc>Dynamic</UseOfMfc>
  234. <WholeProgramOptimization>true</WholeProgramOptimization>
  235. </PropertyGroup>
  236. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  237. <ImportGroup Label="ExtensionSettings">
  238. </ImportGroup>
  239. <ImportGroup Label="Shared">
  240. </ImportGroup>
  241. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  242. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  243. </ImportGroup>
  244. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  245. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  246. </ImportGroup>
  247. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  248. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  249. </ImportGroup>
  250. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'" Label="PropertySheets">
  251. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  252. </ImportGroup>
  253. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'" Label="PropertySheets">
  254. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  255. </ImportGroup>
  256. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'" Label="PropertySheets">
  257. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  258. </ImportGroup>
  259. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'" Label="PropertySheets">
  260. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  261. </ImportGroup>
  262. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  263. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  264. </ImportGroup>
  265. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="PropertySheets">
  266. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  267. </ImportGroup>
  268. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  269. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  270. </ImportGroup>
  271. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  272. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  273. </ImportGroup>
  274. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  275. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  276. </ImportGroup>
  277. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'" Label="PropertySheets">
  278. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  279. </ImportGroup>
  280. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'" Label="PropertySheets">
  281. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  282. </ImportGroup>
  283. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'" Label="PropertySheets">
  284. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  285. </ImportGroup>
  286. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'" Label="PropertySheets">
  287. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  288. </ImportGroup>
  289. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  290. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  291. </ImportGroup>
  292. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="PropertySheets">
  293. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  294. </ImportGroup>
  295. <PropertyGroup Label="UserMacros" />
  296. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  297. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  298. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  299. <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>
  300. <LibraryPath>$(SolutionDir)\OTSCPP\OpenCV\$(platform)\lib;$(LibraryPath)</LibraryPath>
  301. </PropertyGroup>
  302. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  303. <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\SpectrumCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  304. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  305. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  306. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll\</OutDir>
  307. </PropertyGroup>
  308. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  309. <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\SpectrumCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  310. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  311. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  312. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  313. </PropertyGroup>
  314. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  315. <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\SpectrumCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  316. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  317. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  318. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  319. </PropertyGroup>
  320. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  321. <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\SpectrumCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  322. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  323. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  324. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  325. <LinkIncremental>true</LinkIncremental>
  326. </PropertyGroup>
  327. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">
  328. <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\SpectrumCompareEngine;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)\OTSCPP\OTSClrInterface\ImageProClr;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  329. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  330. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  331. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  332. <LinkIncremental>true</LinkIncremental>
  333. </PropertyGroup>
  334. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  335. <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>
  336. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  337. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  338. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  339. </PropertyGroup>
  340. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  341. <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>
  342. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  343. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  344. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  345. </PropertyGroup>
  346. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  347. <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>
  348. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  349. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  350. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  351. </PropertyGroup>
  352. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  353. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  354. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  355. <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>
  356. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  357. </PropertyGroup>
  358. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  359. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  360. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  361. <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>
  362. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  363. </PropertyGroup>
  364. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  365. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  366. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  367. <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>
  368. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  369. </PropertyGroup>
  370. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  371. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  372. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  373. <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>
  374. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  375. </PropertyGroup>
  376. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">
  377. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  378. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  379. <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>
  380. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  381. </PropertyGroup>
  382. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  383. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  384. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  385. <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>
  386. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  387. </PropertyGroup>
  388. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  389. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  390. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  391. <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>
  392. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  393. </PropertyGroup>
  394. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  395. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  396. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  397. <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>
  398. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  399. </PropertyGroup>
  400. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  401. <ClCompile>
  402. <WarningLevel>Level3</WarningLevel>
  403. <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  404. </ClCompile>
  405. <Link>
  406. <AdditionalDependencies>opencv_world341d.lib;OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  407. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  408. </Link>
  409. </ItemDefinitionGroup>
  410. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  411. <ClCompile>
  412. <WarningLevel>Level3</WarningLevel>
  413. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  414. <PrecompiledHeader>Create</PrecompiledHeader>
  415. </ClCompile>
  416. <Link>
  417. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  418. <AdditionalLibraryDirectories>$(SolutionDir)\OTSCPP\OpenCV\$(platform)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  419. </Link>
  420. </ItemDefinitionGroup>
  421. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  422. <ClCompile>
  423. <WarningLevel>Level3</WarningLevel>
  424. <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  425. </ClCompile>
  426. <Link>
  427. <AdditionalDependencies />
  428. </Link>
  429. </ItemDefinitionGroup>
  430. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  431. <ClCompile>
  432. <WarningLevel>Level3</WarningLevel>
  433. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  434. <Optimization>MaxSpeed</Optimization>
  435. </ClCompile>
  436. <Link>
  437. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  438. </Link>
  439. </ItemDefinitionGroup>
  440. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  441. <ClCompile>
  442. <WarningLevel>Level3</WarningLevel>
  443. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  444. <Optimization>MaxSpeed</Optimization>
  445. </ClCompile>
  446. <Link>
  447. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  448. </Link>
  449. </ItemDefinitionGroup>
  450. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  451. <ClCompile>
  452. <WarningLevel>Level3</WarningLevel>
  453. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  454. <Optimization>MaxSpeed</Optimization>
  455. </ClCompile>
  456. <Link>
  457. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  458. </Link>
  459. </ItemDefinitionGroup>
  460. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">
  461. <ClCompile>
  462. <WarningLevel>Level3</WarningLevel>
  463. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  464. <Optimization>MaxSpeed</Optimization>
  465. </ClCompile>
  466. <Link>
  467. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  468. </Link>
  469. </ItemDefinitionGroup>
  470. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  471. <ClCompile>
  472. <WarningLevel>Level3</WarningLevel>
  473. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  474. <Optimization>MaxSpeed</Optimization>
  475. </ClCompile>
  476. <Link>
  477. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  478. </Link>
  479. </ItemDefinitionGroup>
  480. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  481. <ClCompile>
  482. <WarningLevel>Level3</WarningLevel>
  483. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  484. <Optimization>MaxSpeed</Optimization>
  485. </ClCompile>
  486. <Link>
  487. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  488. </Link>
  489. </ItemDefinitionGroup>
  490. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  491. <ClCompile>
  492. <WarningLevel>Level3</WarningLevel>
  493. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  494. <Optimization>MaxSpeed</Optimization>
  495. </ClCompile>
  496. <Link>
  497. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  498. </Link>
  499. </ItemDefinitionGroup>
  500. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  501. <ClCompile>
  502. <WarningLevel>Level3</WarningLevel>
  503. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  504. </ClCompile>
  505. <Link>
  506. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  507. </Link>
  508. </ItemDefinitionGroup>
  509. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  510. <ClCompile>
  511. <WarningLevel>Level3</WarningLevel>
  512. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  513. <IntrinsicFunctions>true</IntrinsicFunctions>
  514. <WholeProgramOptimization>true</WholeProgramOptimization>
  515. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  516. <SupportJustMyCode>true</SupportJustMyCode>
  517. <Optimization>MaxSpeed</Optimization>
  518. </ClCompile>
  519. <Link>
  520. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  521. <OptimizeReferences>true</OptimizeReferences>
  522. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  523. </Link>
  524. </ItemDefinitionGroup>
  525. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  526. <ClCompile>
  527. <WarningLevel>Level3</WarningLevel>
  528. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  529. <IntrinsicFunctions>true</IntrinsicFunctions>
  530. <WholeProgramOptimization>true</WholeProgramOptimization>
  531. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  532. <SupportJustMyCode>true</SupportJustMyCode>
  533. <Optimization>MaxSpeed</Optimization>
  534. </ClCompile>
  535. <Link>
  536. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  537. <OptimizeReferences>true</OptimizeReferences>
  538. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  539. </Link>
  540. </ItemDefinitionGroup>
  541. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  542. <ClCompile>
  543. <WarningLevel>Level3</WarningLevel>
  544. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  545. <IntrinsicFunctions>true</IntrinsicFunctions>
  546. <WholeProgramOptimization>true</WholeProgramOptimization>
  547. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  548. <SupportJustMyCode>true</SupportJustMyCode>
  549. <Optimization>MaxSpeed</Optimization>
  550. <DebugInformationFormat>None</DebugInformationFormat>
  551. </ClCompile>
  552. <Link>
  553. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  554. <OptimizeReferences>true</OptimizeReferences>
  555. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  556. </Link>
  557. </ItemDefinitionGroup>
  558. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">
  559. <ClCompile>
  560. <WarningLevel>Level3</WarningLevel>
  561. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  562. <IntrinsicFunctions>true</IntrinsicFunctions>
  563. <WholeProgramOptimization>true</WholeProgramOptimization>
  564. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  565. <SupportJustMyCode>true</SupportJustMyCode>
  566. <Optimization>MaxSpeed</Optimization>
  567. <DebugInformationFormat>None</DebugInformationFormat>
  568. </ClCompile>
  569. <Link>
  570. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  571. <OptimizeReferences>true</OptimizeReferences>
  572. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  573. </Link>
  574. </ItemDefinitionGroup>
  575. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  576. <ClCompile>
  577. <WarningLevel>Level3</WarningLevel>
  578. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  579. <IntrinsicFunctions>true</IntrinsicFunctions>
  580. <WholeProgramOptimization>true</WholeProgramOptimization>
  581. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  582. <SupportJustMyCode>true</SupportJustMyCode>
  583. <Optimization>MaxSpeed</Optimization>
  584. </ClCompile>
  585. <Link>
  586. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  587. <OptimizeReferences>true</OptimizeReferences>
  588. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  589. </Link>
  590. </ItemDefinitionGroup>
  591. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  592. <ClCompile>
  593. <WarningLevel>Level3</WarningLevel>
  594. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  595. <IntrinsicFunctions>true</IntrinsicFunctions>
  596. <WholeProgramOptimization>true</WholeProgramOptimization>
  597. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  598. <SupportJustMyCode>true</SupportJustMyCode>
  599. <Optimization>MaxSpeed</Optimization>
  600. </ClCompile>
  601. <Link>
  602. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  603. <OptimizeReferences>true</OptimizeReferences>
  604. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  605. </Link>
  606. </ItemDefinitionGroup>
  607. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  608. <ClCompile>
  609. <WarningLevel>Level3</WarningLevel>
  610. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  611. <IntrinsicFunctions>true</IntrinsicFunctions>
  612. <WholeProgramOptimization>true</WholeProgramOptimization>
  613. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  614. <SupportJustMyCode>true</SupportJustMyCode>
  615. <Optimization>MaxSpeed</Optimization>
  616. </ClCompile>
  617. <Link>
  618. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  619. <OptimizeReferences>true</OptimizeReferences>
  620. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  621. </Link>
  622. </ItemDefinitionGroup>
  623. <ItemGroup>
  624. <ClCompile Include="ClassificationClr\OTSClassifyEngineClr.cpp" />
  625. <ClCompile Include="CommonClr\BSEImgClr.cpp" />
  626. <ClCompile Include="CommonClr\DomainClr.cpp" />
  627. <ClCompile Include="CommonClr\DoubleRangeClr.cpp" />
  628. <ClCompile Include="CommonClr\ElementChemistryClr.cpp" />
  629. <ClCompile Include="CommonClr\HoleClr.cpp" />
  630. <ClCompile Include="CommonClr\IntRangeClr.cpp" />
  631. <ClCompile Include="CommonClr\OTSFeatureClr.cpp" />
  632. <ClCompile Include="CommonClr\OTSFieldDataClr.cpp" />
  633. <ClCompile Include="CommonClr\OTSParticleClr.cpp" />
  634. <ClCompile Include="CommonClr\OTSSegmentClr.cpp" />
  635. <ClCompile Include="CommonClr\PosXrayClr.cpp" />
  636. <ClCompile Include="CommonClr\SEMDataGnrClr.cpp" />
  637. <ClCompile Include="CommonClr\SEMDataMsrClr.cpp" />
  638. <ClCompile Include="CommonClr\SEMStageDataClr.cpp" />
  639. <ClCompile Include="CommonClr\StageClr.cpp" />
  640. <ClCompile Include="ControlClr\OTSControlFunExport.cpp" />
  641. <ClCompile Include="ImageProClr\FieldMgrClr.cpp" />
  642. <ClCompile Include="ImageProClr\ImageProForClr.cpp" />
  643. <ClCompile Include="ImageProClr\OTSImgProcPrmClr.cpp" />
  644. <ClCompile Include="ImageProClr\OTSImgScanPrmClr.cpp" />
  645. <ClCompile Include="OTSClrInterface.cpp" />
  646. <ClCompile Include="ReportCalculateClr\GridDataClr.cpp" />
  647. <ClCompile Include="ReportCalculateClr\MsrParamFileMgrClr.cpp" />
  648. <ClCompile Include="ReportCalculateClr\MsrParamsClr.cpp" />
  649. <ClCompile Include="ReportCalculateClr\MsrResultsClr.cpp" />
  650. <ClCompile Include="ReportCalculateClr\MsrSampleStatusClr.cpp" />
  651. <ClCompile Include="ReportCalculateClr\OTSSampleClr.cpp" />
  652. <ClCompile Include="ReportCalculateClr\OTSXRayPrmClr.cpp" />
  653. <ClCompile Include="ReportCalculateClr\PropItemClr.cpp" />
  654. <ClCompile Include="ReportCalculateClr\PropParamClr.cpp" />
  655. <ClCompile Include="ReportCalculateClr\ReportMgrClr.cpp" />
  656. <ClCompile Include="ReportCalculateClr\RptParamFileClr.cpp" />
  657. <ClCompile Include="ReportCalculateClr\RptParamFileMgrClr.cpp" />
  658. <ClCompile Include="ReportCalculateClr\SmplMsrResultFileClr.cpp" />
  659. <ClCompile Include="ReportCalculateClr\SmplMsrResultFileMgrClr.cpp" />
  660. </ItemGroup>
  661. <ItemGroup>
  662. <ClInclude Include="ClassificationClr\OTSClassifyEngineClr.h" />
  663. <ClInclude Include="CommonClr\BSEImgClr.h" />
  664. <ClInclude Include="CommonClr\DomainClr.h" />
  665. <ClInclude Include="CommonClr\DoubleRangeClr.h" />
  666. <ClInclude Include="CommonClr\ElementChemistryClr.h" />
  667. <ClInclude Include="CommonClr\HoleClr.h" />
  668. <ClInclude Include="CommonClr\IntRangeClr.h" />
  669. <ClInclude Include="CommonClr\OTSFeatureClr.h" />
  670. <ClInclude Include="CommonClr\OTSFieldDataClr.h" />
  671. <ClInclude Include="CommonClr\OTSParticleClr.h" />
  672. <ClInclude Include="CommonClr\OTSSegmentClr.h" />
  673. <ClInclude Include="CommonClr\PosXrayClr.h" />
  674. <ClInclude Include="CommonClr\SEMDataGnrClr.h" />
  675. <ClInclude Include="CommonClr\SEMDataMsrClr.h" />
  676. <ClInclude Include="CommonClr\SEMStageDataClr.h" />
  677. <ClInclude Include="CommonClr\StageClr.h" />
  678. <ClInclude Include="ControlClr\OTSControlFunExport.h" />
  679. <ClInclude Include="ImageProClr\FieldMgrClr.h" />
  680. <ClInclude Include="ImageProClr\ImageProForClr.h" />
  681. <ClInclude Include="ImageProClr\OTSImgProcPrmClr.h" />
  682. <ClInclude Include="ImageProClr\OTSImgScanPrmClr.h" />
  683. <ClInclude Include="OTSClrInterface.h" />
  684. <ClInclude Include="ReportCalculateClr\GridDataClr.h" />
  685. <ClInclude Include="ReportCalculateClr\MsrParamFileMgrClr.h" />
  686. <ClInclude Include="ReportCalculateClr\MsrParamsClr.h" />
  687. <ClInclude Include="ReportCalculateClr\MsrResultsClr.h" />
  688. <ClInclude Include="ReportCalculateClr\MsrSampleStatusClr.h" />
  689. <ClInclude Include="ReportCalculateClr\OTSSampleClr.h" />
  690. <ClInclude Include="ReportCalculateClr\OTSXRayPrmClr.h" />
  691. <ClInclude Include="ReportCalculateClr\PropItemClr.h" />
  692. <ClInclude Include="ReportCalculateClr\PropParamClr.h" />
  693. <ClInclude Include="ReportCalculateClr\ReportMgrClr.h" />
  694. <ClInclude Include="ReportCalculateClr\RptParamFileClr.h" />
  695. <ClInclude Include="ReportCalculateClr\RptParamFileMgrClr.h" />
  696. <ClInclude Include="ReportCalculateClr\SmplMsrResultFileClr.h" />
  697. <ClInclude Include="ReportCalculateClr\SmplMsrResultFileMgrClr.h" />
  698. </ItemGroup>
  699. <ItemGroup>
  700. <Reference Include="System" />
  701. <Reference Include="System.Data" />
  702. <Reference Include="System.Drawing" />
  703. </ItemGroup>
  704. <ItemGroup>
  705. <None Include="app.config" />
  706. </ItemGroup>
  707. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  708. <ImportGroup Label="ExtensionTargets">
  709. </ImportGroup>
  710. </Project>