OTSClrInterface.vcxproj 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  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\CurveCompareEngine;$(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)\;$(LibraryPath)</LibraryPath>
  280. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</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\CurveCompareEngine;$(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)\;$(LibraryPath)</LibraryPath>
  286. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</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. </PropertyGroup>
  295. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  296. <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>
  297. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  298. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  299. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  300. </PropertyGroup>
  301. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  302. <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>
  303. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  304. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  305. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  306. </PropertyGroup>
  307. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  308. <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>
  309. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  310. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  311. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  312. </PropertyGroup>
  313. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  314. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  315. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  316. <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>
  317. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  318. </PropertyGroup>
  319. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  320. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  321. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  322. <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>
  323. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  324. </PropertyGroup>
  325. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  326. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  327. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  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\CurveCompareEngine;$(IncludePath)</IncludePath>
  329. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  330. </PropertyGroup>
  331. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  332. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  333. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  334. <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>
  335. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  336. </PropertyGroup>
  337. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  338. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  339. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  340. <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>
  341. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  342. </PropertyGroup>
  343. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  344. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  345. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  346. <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>
  347. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  348. </PropertyGroup>
  349. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  350. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  351. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  352. <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>
  353. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  354. </PropertyGroup>
  355. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  356. <ClCompile>
  357. <WarningLevel>Level3</WarningLevel>
  358. <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  359. </ClCompile>
  360. <Link>
  361. <AdditionalDependencies>opencv_world341d.lib;OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  362. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  363. </Link>
  364. </ItemDefinitionGroup>
  365. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  366. <ClCompile>
  367. <WarningLevel>Level3</WarningLevel>
  368. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  369. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  370. </ClCompile>
  371. <Link>
  372. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  373. <AdditionalLibraryDirectories>$(SolutionDir)\OTSCPP\OpenCV\$(platform)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  374. </Link>
  375. </ItemDefinitionGroup>
  376. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  377. <ClCompile>
  378. <WarningLevel>Level3</WarningLevel>
  379. <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  380. </ClCompile>
  381. <Link>
  382. <AdditionalDependencies />
  383. </Link>
  384. </ItemDefinitionGroup>
  385. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  386. <ClCompile>
  387. <WarningLevel>Level3</WarningLevel>
  388. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  389. <Optimization>MaxSpeed</Optimization>
  390. </ClCompile>
  391. <Link>
  392. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  393. </Link>
  394. </ItemDefinitionGroup>
  395. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  396. <ClCompile>
  397. <WarningLevel>Level3</WarningLevel>
  398. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  399. <Optimization>MaxSpeed</Optimization>
  400. </ClCompile>
  401. <Link>
  402. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  403. </Link>
  404. </ItemDefinitionGroup>
  405. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  406. <ClCompile>
  407. <WarningLevel>Level3</WarningLevel>
  408. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  409. <Optimization>MaxSpeed</Optimization>
  410. </ClCompile>
  411. <Link>
  412. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  413. </Link>
  414. </ItemDefinitionGroup>
  415. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  416. <ClCompile>
  417. <WarningLevel>Level3</WarningLevel>
  418. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  419. <Optimization>MaxSpeed</Optimization>
  420. </ClCompile>
  421. <Link>
  422. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  423. </Link>
  424. </ItemDefinitionGroup>
  425. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  426. <ClCompile>
  427. <WarningLevel>Level3</WarningLevel>
  428. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  429. <Optimization>MaxSpeed</Optimization>
  430. </ClCompile>
  431. <Link>
  432. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  433. </Link>
  434. </ItemDefinitionGroup>
  435. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  436. <ClCompile>
  437. <WarningLevel>Level3</WarningLevel>
  438. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  439. <Optimization>MaxSpeed</Optimization>
  440. </ClCompile>
  441. <Link>
  442. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;%(AdditionalDependencies)</AdditionalDependencies>
  443. </Link>
  444. </ItemDefinitionGroup>
  445. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  446. <ClCompile>
  447. <WarningLevel>Level3</WarningLevel>
  448. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  449. </ClCompile>
  450. <Link>
  451. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  452. </Link>
  453. </ItemDefinitionGroup>
  454. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  455. <ClCompile>
  456. <WarningLevel>Level3</WarningLevel>
  457. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  458. <IntrinsicFunctions>true</IntrinsicFunctions>
  459. <WholeProgramOptimization>true</WholeProgramOptimization>
  460. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  461. <SupportJustMyCode>true</SupportJustMyCode>
  462. <Optimization>MaxSpeed</Optimization>
  463. </ClCompile>
  464. <Link>
  465. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  466. <OptimizeReferences>true</OptimizeReferences>
  467. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  468. </Link>
  469. </ItemDefinitionGroup>
  470. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  471. <ClCompile>
  472. <WarningLevel>Level3</WarningLevel>
  473. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  474. <IntrinsicFunctions>true</IntrinsicFunctions>
  475. <WholeProgramOptimization>true</WholeProgramOptimization>
  476. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  477. <SupportJustMyCode>true</SupportJustMyCode>
  478. <Optimization>MaxSpeed</Optimization>
  479. </ClCompile>
  480. <Link>
  481. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  482. <OptimizeReferences>true</OptimizeReferences>
  483. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  484. </Link>
  485. </ItemDefinitionGroup>
  486. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  487. <ClCompile>
  488. <WarningLevel>Level3</WarningLevel>
  489. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  490. <IntrinsicFunctions>true</IntrinsicFunctions>
  491. <WholeProgramOptimization>true</WholeProgramOptimization>
  492. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  493. <SupportJustMyCode>true</SupportJustMyCode>
  494. <Optimization>MaxSpeed</Optimization>
  495. </ClCompile>
  496. <Link>
  497. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  498. <OptimizeReferences>true</OptimizeReferences>
  499. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  500. </Link>
  501. </ItemDefinitionGroup>
  502. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  503. <ClCompile>
  504. <WarningLevel>Level3</WarningLevel>
  505. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  506. <IntrinsicFunctions>true</IntrinsicFunctions>
  507. <WholeProgramOptimization>true</WholeProgramOptimization>
  508. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  509. <SupportJustMyCode>true</SupportJustMyCode>
  510. <Optimization>MaxSpeed</Optimization>
  511. </ClCompile>
  512. <Link>
  513. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  514. <OptimizeReferences>true</OptimizeReferences>
  515. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  516. </Link>
  517. </ItemDefinitionGroup>
  518. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  519. <ClCompile>
  520. <WarningLevel>Level3</WarningLevel>
  521. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  522. <IntrinsicFunctions>true</IntrinsicFunctions>
  523. <WholeProgramOptimization>true</WholeProgramOptimization>
  524. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  525. <SupportJustMyCode>true</SupportJustMyCode>
  526. <Optimization>MaxSpeed</Optimization>
  527. </ClCompile>
  528. <Link>
  529. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  530. <OptimizeReferences>true</OptimizeReferences>
  531. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  532. </Link>
  533. </ItemDefinitionGroup>
  534. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  535. <ClCompile>
  536. <WarningLevel>Level3</WarningLevel>
  537. <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  538. <IntrinsicFunctions>true</IntrinsicFunctions>
  539. <WholeProgramOptimization>true</WholeProgramOptimization>
  540. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  541. <SupportJustMyCode>true</SupportJustMyCode>
  542. <Optimization>MaxSpeed</Optimization>
  543. </ClCompile>
  544. <Link>
  545. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSClassifyEngine.lib;OTSControl.lib;OTSImagePro.lib;OTSRptCalculate.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  546. <OptimizeReferences>true</OptimizeReferences>
  547. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  548. </Link>
  549. </ItemDefinitionGroup>
  550. <ItemGroup>
  551. <ClCompile Include="ClassificationClr\OTSClassifyEngineClr.cpp" />
  552. <ClCompile Include="CommonClr\BSEImgClr.cpp" />
  553. <ClCompile Include="CommonClr\DomainClr.cpp" />
  554. <ClCompile Include="CommonClr\DoubleRangeClr.cpp" />
  555. <ClCompile Include="CommonClr\ElementChemistryClr.cpp" />
  556. <ClCompile Include="CommonClr\HoleClr.cpp" />
  557. <ClCompile Include="CommonClr\IntRangeClr.cpp" />
  558. <ClCompile Include="CommonClr\OTSFeatureClr.cpp" />
  559. <ClCompile Include="CommonClr\OTSFieldDataClr.cpp" />
  560. <ClCompile Include="CommonClr\OTSParticleClr.cpp" />
  561. <ClCompile Include="CommonClr\OTSSegmentClr.cpp" />
  562. <ClCompile Include="CommonClr\PosXrayClr.cpp" />
  563. <ClCompile Include="CommonClr\SEMDataGnrClr.cpp" />
  564. <ClCompile Include="CommonClr\SEMDataMsrClr.cpp" />
  565. <ClCompile Include="CommonClr\SEMStageDataClr.cpp" />
  566. <ClCompile Include="CommonClr\StageClr.cpp" />
  567. <ClCompile Include="ControlClr\OTSControlFunExport.cpp" />
  568. <ClCompile Include="ImageProClr\FieldMgrClr.cpp" />
  569. <ClCompile Include="ImageProClr\ImageProForClr.cpp" />
  570. <ClCompile Include="ImageProClr\OTSImgProcPrmClr.cpp" />
  571. <ClCompile Include="ImageProClr\OTSImgScanPrmClr.cpp" />
  572. <ClCompile Include="OTSClrInterface.cpp" />
  573. <ClCompile Include="ReportCalculateClr\GridDataClr.cpp" />
  574. <ClCompile Include="ReportCalculateClr\MsrParamFileMgrClr.cpp" />
  575. <ClCompile Include="ReportCalculateClr\MsrParamsClr.cpp" />
  576. <ClCompile Include="ReportCalculateClr\MsrResultsClr.cpp" />
  577. <ClCompile Include="ReportCalculateClr\MsrSampleStatusClr.cpp" />
  578. <ClCompile Include="ReportCalculateClr\OTSSampleClr.cpp" />
  579. <ClCompile Include="ReportCalculateClr\OTSXRayPrmClr.cpp" />
  580. <ClCompile Include="ReportCalculateClr\PropItemClr.cpp" />
  581. <ClCompile Include="ReportCalculateClr\PropParamClr.cpp" />
  582. <ClCompile Include="ReportCalculateClr\ReportMgrClr.cpp" />
  583. <ClCompile Include="ReportCalculateClr\RptParamFileClr.cpp" />
  584. <ClCompile Include="ReportCalculateClr\RptParamFileMgrClr.cpp" />
  585. <ClCompile Include="ReportCalculateClr\SmplMsrResultFileClr.cpp" />
  586. <ClCompile Include="ReportCalculateClr\SmplMsrResultFileMgrClr.cpp" />
  587. </ItemGroup>
  588. <ItemGroup>
  589. <ClInclude Include="ClassificationClr\OTSClassifyEngineClr.h" />
  590. <ClInclude Include="CommonClr\BSEImgClr.h" />
  591. <ClInclude Include="CommonClr\DomainClr.h" />
  592. <ClInclude Include="CommonClr\DoubleRangeClr.h" />
  593. <ClInclude Include="CommonClr\ElementChemistryClr.h" />
  594. <ClInclude Include="CommonClr\HoleClr.h" />
  595. <ClInclude Include="CommonClr\IntRangeClr.h" />
  596. <ClInclude Include="CommonClr\OTSFeatureClr.h" />
  597. <ClInclude Include="CommonClr\OTSFieldDataClr.h" />
  598. <ClInclude Include="CommonClr\OTSParticleClr.h" />
  599. <ClInclude Include="CommonClr\OTSSegmentClr.h" />
  600. <ClInclude Include="CommonClr\PosXrayClr.h" />
  601. <ClInclude Include="CommonClr\SEMDataGnrClr.h" />
  602. <ClInclude Include="CommonClr\SEMDataMsrClr.h" />
  603. <ClInclude Include="CommonClr\SEMStageDataClr.h" />
  604. <ClInclude Include="CommonClr\StageClr.h" />
  605. <ClInclude Include="ControlClr\OTSControlFunExport.h" />
  606. <ClInclude Include="ImageProClr\FieldMgrClr.h" />
  607. <ClInclude Include="ImageProClr\ImageProForClr.h" />
  608. <ClInclude Include="ImageProClr\OTSImgProcPrmClr.h" />
  609. <ClInclude Include="ImageProClr\OTSImgScanPrmClr.h" />
  610. <ClInclude Include="OTSClrInterface.h" />
  611. <ClInclude Include="ReportCalculateClr\GridDataClr.h" />
  612. <ClInclude Include="ReportCalculateClr\MsrParamFileMgrClr.h" />
  613. <ClInclude Include="ReportCalculateClr\MsrParamsClr.h" />
  614. <ClInclude Include="ReportCalculateClr\MsrResultsClr.h" />
  615. <ClInclude Include="ReportCalculateClr\MsrSampleStatusClr.h" />
  616. <ClInclude Include="ReportCalculateClr\OTSSampleClr.h" />
  617. <ClInclude Include="ReportCalculateClr\OTSXRayPrmClr.h" />
  618. <ClInclude Include="ReportCalculateClr\PropItemClr.h" />
  619. <ClInclude Include="ReportCalculateClr\PropParamClr.h" />
  620. <ClInclude Include="ReportCalculateClr\ReportMgrClr.h" />
  621. <ClInclude Include="ReportCalculateClr\RptParamFileClr.h" />
  622. <ClInclude Include="ReportCalculateClr\RptParamFileMgrClr.h" />
  623. <ClInclude Include="ReportCalculateClr\SmplMsrResultFileClr.h" />
  624. <ClInclude Include="ReportCalculateClr\SmplMsrResultFileMgrClr.h" />
  625. </ItemGroup>
  626. <ItemGroup>
  627. <Reference Include="System" />
  628. <Reference Include="System.Data" />
  629. <Reference Include="System.Drawing" />
  630. </ItemGroup>
  631. <ItemGroup>
  632. <None Include="app.config" />
  633. </ItemGroup>
  634. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  635. <ImportGroup Label="ExtensionTargets">
  636. </ImportGroup>
  637. </Project>