OTSClrInterface.vcxproj 44 KB

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