OTSClrInterface.vcxproj 39 KB

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