OTSRptCalculate.vcxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="CleannessRelease|Win32">
  5. <Configuration>CleannessRelease</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="CleannessRelease|x64">
  9. <Configuration>CleannessRelease</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="LithiumCleanness|Win32">
  17. <Configuration>LithiumCleanness</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="LithiumCleanness|x64">
  21. <Configuration>LithiumCleanness</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release_oxford50|Win32">
  25. <Configuration>Release_oxford50</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release_oxford50|x64">
  29. <Configuration>Release_oxford50</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release_oxford60|Win32">
  33. <Configuration>Release_oxford60</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release_oxford60|x64">
  37. <Configuration>Release_oxford60</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release_oxford61sp1|Win32">
  41. <Configuration>Release_oxford61sp1</Configuration>
  42. <Platform>Win32</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release_oxford61sp1|x64">
  45. <Configuration>Release_oxford61sp1</Configuration>
  46. <Platform>x64</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release_oxford61|Win32">
  49. <Configuration>Release_oxford61</Configuration>
  50. <Platform>Win32</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="Release_oxford61|x64">
  53. <Configuration>Release_oxford61</Configuration>
  54. <Platform>x64</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="Release_oxford62|Win32">
  57. <Configuration>Release_oxford62</Configuration>
  58. <Platform>Win32</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="Release_oxford62|x64">
  61. <Configuration>Release_oxford62</Configuration>
  62. <Platform>x64</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="Release|Win32">
  65. <Configuration>Release</Configuration>
  66. <Platform>Win32</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="Debug|x64">
  69. <Configuration>Debug</Configuration>
  70. <Platform>x64</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="Release|x64">
  73. <Configuration>Release</Configuration>
  74. <Platform>x64</Platform>
  75. </ProjectConfiguration>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ClCompile Include="DTL\CSQLiteTable.cpp" />
  79. <ClCompile Include="DTL\DBConst.cpp" />
  80. <ClCompile Include="DTL\ElementChemistryDB.cpp" />
  81. <ClCompile Include="DTL\ElementChemistryTable.cpp" />
  82. <ClCompile Include="DTL\IncADataDB.cpp" />
  83. <ClCompile Include="DTL\IncADataTable.cpp" />
  84. <ClCompile Include="DTL\PosXrayInfoDB.cpp" />
  85. <ClCompile Include="DTL\PosXrayInfoTable.cpp" />
  86. <ClCompile Include="DTL\SegmentDB.cpp" />
  87. <ClCompile Include="DTL\SegmentTable.cpp" />
  88. <ClCompile Include="DTL\XRayDataDB.cpp" />
  89. <ClCompile Include="DTL\XRayDataTable.cpp" />
  90. <ClCompile Include="GBCal\CGBCalculate.cpp" />
  91. <ClCompile Include="GBCal\CGBLevel.cpp" />
  92. <ClCompile Include="GBCal\GBFieldData.cpp" />
  93. <ClCompile Include="GBCal\GBParticle.cpp" />
  94. <ClCompile Include="Model\BSEImgFileMgr.cpp" />
  95. <ClCompile Include="Model\IncAFileMgr.cpp" />
  96. <ClCompile Include="Model\MsrParamFileMgr.cpp" />
  97. <ClCompile Include="Model\MsrParams.cpp" />
  98. <ClCompile Include="Model\MsrResults.cpp" />
  99. <ClCompile Include="Model\MsrSampleStatus.cpp" />
  100. <ClCompile Include="Model\OTSFieldMgr.cpp" />
  101. <ClCompile Include="Model\OTSSample.cpp" />
  102. <ClCompile Include="Model\PosXrayFileMgr.cpp" />
  103. <ClCompile Include="Model\PropItem.cpp" />
  104. <ClCompile Include="Model\PropParam.cpp" />
  105. <ClCompile Include="Model\ReportMgr.cpp" />
  106. <ClCompile Include="Model\RptParamFile.cpp" />
  107. <ClCompile Include="Model\RptParamFileMgr.cpp" />
  108. <ClCompile Include="Model\SmplMsrResultFile.cpp" />
  109. <ClCompile Include="Model\SmplMsrResultFileMgr.cpp" />
  110. <ClCompile Include="Tools\OTSFileSys.cpp" />
  111. <ClCompile Include="Tools\OTSHelper.cpp" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ClInclude Include="DTL\CSQLiteTable.h" />
  115. <ClInclude Include="DTL\DBConst.h" />
  116. <ClInclude Include="DTL\ElementChemistryDB.h" />
  117. <ClInclude Include="DTL\ElementChemistryTable.h" />
  118. <ClInclude Include="DTL\IncADataDB.h" />
  119. <ClInclude Include="DTL\IncADataTable.h" />
  120. <ClInclude Include="DTL\PosXrayInfoDB.h" />
  121. <ClInclude Include="DTL\PosXrayInfoTable.h" />
  122. <ClInclude Include="DTL\SegmentDB.h" />
  123. <ClInclude Include="DTL\SegmentTable.h" />
  124. <ClInclude Include="DTL\XRayDataDB.h" />
  125. <ClInclude Include="DTL\XRayDataTable.h" />
  126. <ClInclude Include="GBCal\CGBCalculate.h" />
  127. <ClInclude Include="GBCal\CGBGradeData.h" />
  128. <ClInclude Include="GBCal\CGBLevel.h" />
  129. <ClInclude Include="GBCal\GBFieldData.h" />
  130. <ClInclude Include="GBCal\GBParticle.h" />
  131. <ClInclude Include="Model\BSEImgFileMgr.h" />
  132. <ClInclude Include="Model\IncAFileMgr.h" />
  133. <ClInclude Include="Model\MsrParamFileMgr.h" />
  134. <ClInclude Include="Model\MsrParams.h" />
  135. <ClInclude Include="Model\MsrResults.h" />
  136. <ClInclude Include="Model\MsrSampleStatus.h" />
  137. <ClInclude Include="Model\OTSFieldMgr.h" />
  138. <ClInclude Include="Model\OTSSample.h" />
  139. <ClInclude Include="Model\PosXrayFileMgr.h" />
  140. <ClInclude Include="Model\PropItem.h" />
  141. <ClInclude Include="Model\PropParam.h" />
  142. <ClInclude Include="Model\ReportMgr.h" />
  143. <ClInclude Include="Model\RptParamFile.h" />
  144. <ClInclude Include="Model\RptParamFileMgr.h" />
  145. <ClInclude Include="Model\SmplMsrResultFile.h" />
  146. <ClInclude Include="Model\SmplMsrResultFileMgr.h" />
  147. <ClInclude Include="Resource.h" />
  148. <ClInclude Include="Tools\GdiplusNew.h" />
  149. <ClInclude Include="Tools\OTSFileSys.h" />
  150. <ClInclude Include="Tools\OTSHelper.h" />
  151. </ItemGroup>
  152. <PropertyGroup Label="Globals">
  153. <VCProjectVersion>16.0</VCProjectVersion>
  154. <Keyword>Win32Proj</Keyword>
  155. <ProjectGuid>{11a59d12-007a-40d9-9d74-d8f079bd9f86}</ProjectGuid>
  156. <RootNamespace>OTSGBCalculate</RootNamespace>
  157. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  158. <ProjectName>OTSRptCalculate</ProjectName>
  159. </PropertyGroup>
  160. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  162. <ConfigurationType>Application</ConfigurationType>
  163. <UseDebugLibraries>true</UseDebugLibraries>
  164. <PlatformToolset>v142</PlatformToolset>
  165. <CharacterSet>Unicode</CharacterSet>
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  168. <ConfigurationType>Application</ConfigurationType>
  169. <UseDebugLibraries>false</UseDebugLibraries>
  170. <PlatformToolset>v142</PlatformToolset>
  171. <WholeProgramOptimization>true</WholeProgramOptimization>
  172. <CharacterSet>Unicode</CharacterSet>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="Configuration">
  175. <ConfigurationType>Application</ConfigurationType>
  176. <UseDebugLibraries>false</UseDebugLibraries>
  177. <PlatformToolset>v142</PlatformToolset>
  178. <WholeProgramOptimization>true</WholeProgramOptimization>
  179. <CharacterSet>Unicode</CharacterSet>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'" Label="Configuration">
  182. <ConfigurationType>Application</ConfigurationType>
  183. <UseDebugLibraries>false</UseDebugLibraries>
  184. <PlatformToolset>v142</PlatformToolset>
  185. <WholeProgramOptimization>true</WholeProgramOptimization>
  186. <CharacterSet>Unicode</CharacterSet>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'" Label="Configuration">
  189. <ConfigurationType>Application</ConfigurationType>
  190. <UseDebugLibraries>false</UseDebugLibraries>
  191. <PlatformToolset>v142</PlatformToolset>
  192. <WholeProgramOptimization>true</WholeProgramOptimization>
  193. <CharacterSet>Unicode</CharacterSet>
  194. </PropertyGroup>
  195. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'" Label="Configuration">
  196. <ConfigurationType>Application</ConfigurationType>
  197. <UseDebugLibraries>false</UseDebugLibraries>
  198. <PlatformToolset>v142</PlatformToolset>
  199. <WholeProgramOptimization>true</WholeProgramOptimization>
  200. <CharacterSet>Unicode</CharacterSet>
  201. </PropertyGroup>
  202. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'" Label="Configuration">
  203. <ConfigurationType>Application</ConfigurationType>
  204. <UseDebugLibraries>false</UseDebugLibraries>
  205. <PlatformToolset>v142</PlatformToolset>
  206. <WholeProgramOptimization>true</WholeProgramOptimization>
  207. <CharacterSet>Unicode</CharacterSet>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  210. <ConfigurationType>Application</ConfigurationType>
  211. <UseDebugLibraries>false</UseDebugLibraries>
  212. <PlatformToolset>v142</PlatformToolset>
  213. <WholeProgramOptimization>true</WholeProgramOptimization>
  214. <CharacterSet>Unicode</CharacterSet>
  215. </PropertyGroup>
  216. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="Configuration">
  217. <ConfigurationType>Application</ConfigurationType>
  218. <UseDebugLibraries>false</UseDebugLibraries>
  219. <PlatformToolset>v142</PlatformToolset>
  220. <WholeProgramOptimization>true</WholeProgramOptimization>
  221. <CharacterSet>Unicode</CharacterSet>
  222. </PropertyGroup>
  223. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  224. <ConfigurationType>DynamicLibrary</ConfigurationType>
  225. <UseDebugLibraries>true</UseDebugLibraries>
  226. <PlatformToolset>v143</PlatformToolset>
  227. <CharacterSet>MultiByte</CharacterSet>
  228. <UseOfMfc>Dynamic</UseOfMfc>
  229. </PropertyGroup>
  230. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  231. <ConfigurationType>DynamicLibrary</ConfigurationType>
  232. <UseDebugLibraries>false</UseDebugLibraries>
  233. <PlatformToolset>v142</PlatformToolset>
  234. <WholeProgramOptimization>true</WholeProgramOptimization>
  235. <CharacterSet>MultiByte</CharacterSet>
  236. <UseOfMfc>Dynamic</UseOfMfc>
  237. </PropertyGroup>
  238. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  239. <ConfigurationType>DynamicLibrary</ConfigurationType>
  240. <UseDebugLibraries>false</UseDebugLibraries>
  241. <PlatformToolset>v143</PlatformToolset>
  242. <WholeProgramOptimization>true</WholeProgramOptimization>
  243. <CharacterSet>MultiByte</CharacterSet>
  244. <UseOfMfc>Dynamic</UseOfMfc>
  245. </PropertyGroup>
  246. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'" Label="Configuration">
  247. <ConfigurationType>DynamicLibrary</ConfigurationType>
  248. <UseDebugLibraries>false</UseDebugLibraries>
  249. <PlatformToolset>v143</PlatformToolset>
  250. <WholeProgramOptimization>true</WholeProgramOptimization>
  251. <CharacterSet>MultiByte</CharacterSet>
  252. <UseOfMfc>Dynamic</UseOfMfc>
  253. </PropertyGroup>
  254. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'" Label="Configuration">
  255. <ConfigurationType>DynamicLibrary</ConfigurationType>
  256. <UseDebugLibraries>false</UseDebugLibraries>
  257. <PlatformToolset>v143</PlatformToolset>
  258. <WholeProgramOptimization>true</WholeProgramOptimization>
  259. <CharacterSet>MultiByte</CharacterSet>
  260. <UseOfMfc>Dynamic</UseOfMfc>
  261. </PropertyGroup>
  262. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'" Label="Configuration">
  263. <ConfigurationType>DynamicLibrary</ConfigurationType>
  264. <UseDebugLibraries>false</UseDebugLibraries>
  265. <PlatformToolset>v143</PlatformToolset>
  266. <WholeProgramOptimization>true</WholeProgramOptimization>
  267. <CharacterSet>MultiByte</CharacterSet>
  268. <UseOfMfc>Dynamic</UseOfMfc>
  269. </PropertyGroup>
  270. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'" Label="Configuration">
  271. <ConfigurationType>DynamicLibrary</ConfigurationType>
  272. <UseDebugLibraries>false</UseDebugLibraries>
  273. <PlatformToolset>v142</PlatformToolset>
  274. <WholeProgramOptimization>true</WholeProgramOptimization>
  275. <CharacterSet>MultiByte</CharacterSet>
  276. <UseOfMfc>Dynamic</UseOfMfc>
  277. </PropertyGroup>
  278. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  279. <ConfigurationType>DynamicLibrary</ConfigurationType>
  280. <UseDebugLibraries>false</UseDebugLibraries>
  281. <PlatformToolset>v142</PlatformToolset>
  282. <WholeProgramOptimization>true</WholeProgramOptimization>
  283. <CharacterSet>MultiByte</CharacterSet>
  284. <UseOfMfc>Dynamic</UseOfMfc>
  285. </PropertyGroup>
  286. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="Configuration">
  287. <ConfigurationType>DynamicLibrary</ConfigurationType>
  288. <UseDebugLibraries>false</UseDebugLibraries>
  289. <PlatformToolset>v142</PlatformToolset>
  290. <WholeProgramOptimization>true</WholeProgramOptimization>
  291. <CharacterSet>MultiByte</CharacterSet>
  292. <UseOfMfc>Dynamic</UseOfMfc>
  293. </PropertyGroup>
  294. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  295. <ImportGroup Label="ExtensionSettings">
  296. </ImportGroup>
  297. <ImportGroup Label="Shared">
  298. </ImportGroup>
  299. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  300. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  301. </ImportGroup>
  302. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  303. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  304. </ImportGroup>
  305. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  306. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  307. </ImportGroup>
  308. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'" Label="PropertySheets">
  309. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  310. </ImportGroup>
  311. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'" Label="PropertySheets">
  312. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  313. </ImportGroup>
  314. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'" Label="PropertySheets">
  315. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  316. </ImportGroup>
  317. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'" Label="PropertySheets">
  318. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  319. </ImportGroup>
  320. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  321. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  322. </ImportGroup>
  323. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="PropertySheets">
  324. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  325. </ImportGroup>
  326. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  327. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  328. </ImportGroup>
  329. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  330. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  331. </ImportGroup>
  332. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  333. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  334. </ImportGroup>
  335. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'" Label="PropertySheets">
  336. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  337. </ImportGroup>
  338. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'" Label="PropertySheets">
  339. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  340. </ImportGroup>
  341. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'" Label="PropertySheets">
  342. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  343. </ImportGroup>
  344. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'" Label="PropertySheets">
  345. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  346. </ImportGroup>
  347. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  348. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  349. </ImportGroup>
  350. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="PropertySheets">
  351. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  352. </ImportGroup>
  353. <PropertyGroup Label="UserMacros" />
  354. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  355. <LinkIncremental>true</LinkIncremental>
  356. </PropertyGroup>
  357. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  358. <LinkIncremental>false</LinkIncremental>
  359. </PropertyGroup>
  360. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  361. <LinkIncremental>false</LinkIncremental>
  362. </PropertyGroup>
  363. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  364. <LinkIncremental>false</LinkIncremental>
  365. </PropertyGroup>
  366. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  367. <LinkIncremental>false</LinkIncremental>
  368. </PropertyGroup>
  369. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">
  370. <LinkIncremental>false</LinkIncremental>
  371. </PropertyGroup>
  372. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  373. <LinkIncremental>false</LinkIncremental>
  374. </PropertyGroup>
  375. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  376. <LinkIncremental>false</LinkIncremental>
  377. </PropertyGroup>
  378. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  379. <LinkIncremental>false</LinkIncremental>
  380. </PropertyGroup>
  381. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  382. <LinkIncremental>true</LinkIncremental>
  383. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  384. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  385. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll\</OutDir>
  386. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  387. </PropertyGroup>
  388. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  389. <LinkIncremental>false</LinkIncremental>
  390. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  391. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  392. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  393. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  394. </PropertyGroup>
  395. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  396. <LinkIncremental>false</LinkIncremental>
  397. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  398. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  399. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  400. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  401. </PropertyGroup>
  402. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  403. <LinkIncremental>false</LinkIncremental>
  404. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  405. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  406. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  407. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  408. </PropertyGroup>
  409. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  410. <LinkIncremental>false</LinkIncremental>
  411. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  412. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  413. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  414. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  415. </PropertyGroup>
  416. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">
  417. <LinkIncremental>false</LinkIncremental>
  418. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  419. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  420. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  421. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  422. </PropertyGroup>
  423. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  424. <LinkIncremental>false</LinkIncremental>
  425. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  426. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  427. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  428. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  429. </PropertyGroup>
  430. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  431. <LinkIncremental>false</LinkIncremental>
  432. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  433. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  434. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  435. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  436. </PropertyGroup>
  437. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  438. <LinkIncremental>false</LinkIncremental>
  439. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  440. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  441. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSImagePro;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(SolutionDir)OTSCPP\OTSRptCalculate\Tools;$(SolutionDir)OTSCPP\OTSRptCalculate\Model;$(SolutionDir)OTSCPP\OTSRptCalculate\DTL;$(SolutionDir)OTSCPP\OTSRptCalculate\GBCal;$(IncludePath)</IncludePath>
  442. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  443. </PropertyGroup>
  444. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  445. <ClCompile>
  446. <WarningLevel>Level3</WarningLevel>
  447. <SDLCheck>true</SDLCheck>
  448. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  449. <ConformanceMode>true</ConformanceMode>
  450. </ClCompile>
  451. <Link>
  452. <SubSystem>Console</SubSystem>
  453. <GenerateDebugInformation>true</GenerateDebugInformation>
  454. </Link>
  455. </ItemDefinitionGroup>
  456. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  457. <ClCompile>
  458. <WarningLevel>Level3</WarningLevel>
  459. <FunctionLevelLinking>true</FunctionLevelLinking>
  460. <IntrinsicFunctions>true</IntrinsicFunctions>
  461. <SDLCheck>true</SDLCheck>
  462. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  463. <ConformanceMode>true</ConformanceMode>
  464. </ClCompile>
  465. <Link>
  466. <SubSystem>Console</SubSystem>
  467. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  468. <OptimizeReferences>true</OptimizeReferences>
  469. <GenerateDebugInformation>true</GenerateDebugInformation>
  470. </Link>
  471. </ItemDefinitionGroup>
  472. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  473. <ClCompile>
  474. <WarningLevel>Level3</WarningLevel>
  475. <FunctionLevelLinking>true</FunctionLevelLinking>
  476. <IntrinsicFunctions>true</IntrinsicFunctions>
  477. <SDLCheck>true</SDLCheck>
  478. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  479. <ConformanceMode>true</ConformanceMode>
  480. </ClCompile>
  481. <Link>
  482. <SubSystem>Console</SubSystem>
  483. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  484. <OptimizeReferences>true</OptimizeReferences>
  485. <GenerateDebugInformation>true</GenerateDebugInformation>
  486. </Link>
  487. </ItemDefinitionGroup>
  488. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  489. <ClCompile>
  490. <WarningLevel>Level3</WarningLevel>
  491. <FunctionLevelLinking>true</FunctionLevelLinking>
  492. <IntrinsicFunctions>true</IntrinsicFunctions>
  493. <SDLCheck>true</SDLCheck>
  494. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  495. <ConformanceMode>true</ConformanceMode>
  496. </ClCompile>
  497. <Link>
  498. <SubSystem>Console</SubSystem>
  499. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  500. <OptimizeReferences>true</OptimizeReferences>
  501. <GenerateDebugInformation>true</GenerateDebugInformation>
  502. </Link>
  503. </ItemDefinitionGroup>
  504. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  505. <ClCompile>
  506. <WarningLevel>Level3</WarningLevel>
  507. <FunctionLevelLinking>true</FunctionLevelLinking>
  508. <IntrinsicFunctions>true</IntrinsicFunctions>
  509. <SDLCheck>true</SDLCheck>
  510. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  511. <ConformanceMode>true</ConformanceMode>
  512. </ClCompile>
  513. <Link>
  514. <SubSystem>Console</SubSystem>
  515. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  516. <OptimizeReferences>true</OptimizeReferences>
  517. <GenerateDebugInformation>true</GenerateDebugInformation>
  518. </Link>
  519. </ItemDefinitionGroup>
  520. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">
  521. <ClCompile>
  522. <WarningLevel>Level3</WarningLevel>
  523. <FunctionLevelLinking>true</FunctionLevelLinking>
  524. <IntrinsicFunctions>true</IntrinsicFunctions>
  525. <SDLCheck>true</SDLCheck>
  526. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  527. <ConformanceMode>true</ConformanceMode>
  528. </ClCompile>
  529. <Link>
  530. <SubSystem>Console</SubSystem>
  531. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  532. <OptimizeReferences>true</OptimizeReferences>
  533. <GenerateDebugInformation>true</GenerateDebugInformation>
  534. </Link>
  535. </ItemDefinitionGroup>
  536. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  537. <ClCompile>
  538. <WarningLevel>Level3</WarningLevel>
  539. <FunctionLevelLinking>true</FunctionLevelLinking>
  540. <IntrinsicFunctions>true</IntrinsicFunctions>
  541. <SDLCheck>true</SDLCheck>
  542. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  543. <ConformanceMode>true</ConformanceMode>
  544. </ClCompile>
  545. <Link>
  546. <SubSystem>Console</SubSystem>
  547. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  548. <OptimizeReferences>true</OptimizeReferences>
  549. <GenerateDebugInformation>true</GenerateDebugInformation>
  550. </Link>
  551. </ItemDefinitionGroup>
  552. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  553. <ClCompile>
  554. <WarningLevel>Level3</WarningLevel>
  555. <FunctionLevelLinking>true</FunctionLevelLinking>
  556. <IntrinsicFunctions>true</IntrinsicFunctions>
  557. <SDLCheck>true</SDLCheck>
  558. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  559. <ConformanceMode>true</ConformanceMode>
  560. </ClCompile>
  561. <Link>
  562. <SubSystem>Console</SubSystem>
  563. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  564. <OptimizeReferences>true</OptimizeReferences>
  565. <GenerateDebugInformation>true</GenerateDebugInformation>
  566. </Link>
  567. </ItemDefinitionGroup>
  568. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  569. <ClCompile>
  570. <WarningLevel>Level3</WarningLevel>
  571. <FunctionLevelLinking>true</FunctionLevelLinking>
  572. <IntrinsicFunctions>true</IntrinsicFunctions>
  573. <SDLCheck>true</SDLCheck>
  574. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  575. <ConformanceMode>true</ConformanceMode>
  576. </ClCompile>
  577. <Link>
  578. <SubSystem>Console</SubSystem>
  579. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  580. <OptimizeReferences>true</OptimizeReferences>
  581. <GenerateDebugInformation>true</GenerateDebugInformation>
  582. </Link>
  583. </ItemDefinitionGroup>
  584. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  585. <ClCompile>
  586. <WarningLevel>Level3</WarningLevel>
  587. <SDLCheck>true</SDLCheck>
  588. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  589. <ConformanceMode>true</ConformanceMode>
  590. </ClCompile>
  591. <Link>
  592. <SubSystem>Console</SubSystem>
  593. <GenerateDebugInformation>true</GenerateDebugInformation>
  594. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  595. </Link>
  596. </ItemDefinitionGroup>
  597. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  598. <ClCompile>
  599. <WarningLevel>Level3</WarningLevel>
  600. <FunctionLevelLinking>true</FunctionLevelLinking>
  601. <IntrinsicFunctions>true</IntrinsicFunctions>
  602. <SDLCheck>true</SDLCheck>
  603. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  604. <ConformanceMode>true</ConformanceMode>
  605. </ClCompile>
  606. <Link>
  607. <SubSystem>Console</SubSystem>
  608. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  609. <OptimizeReferences>true</OptimizeReferences>
  610. <GenerateDebugInformation>true</GenerateDebugInformation>
  611. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  612. </Link>
  613. </ItemDefinitionGroup>
  614. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  615. <ClCompile>
  616. <WarningLevel>Level3</WarningLevel>
  617. <FunctionLevelLinking>true</FunctionLevelLinking>
  618. <IntrinsicFunctions>true</IntrinsicFunctions>
  619. <SDLCheck>true</SDLCheck>
  620. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  621. <ConformanceMode>true</ConformanceMode>
  622. </ClCompile>
  623. <Link>
  624. <SubSystem>Console</SubSystem>
  625. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  626. <OptimizeReferences>true</OptimizeReferences>
  627. <GenerateDebugInformation>true</GenerateDebugInformation>
  628. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  629. </Link>
  630. </ItemDefinitionGroup>
  631. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  632. <ClCompile>
  633. <WarningLevel>Level3</WarningLevel>
  634. <FunctionLevelLinking>true</FunctionLevelLinking>
  635. <IntrinsicFunctions>true</IntrinsicFunctions>
  636. <SDLCheck>true</SDLCheck>
  637. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  638. <ConformanceMode>true</ConformanceMode>
  639. </ClCompile>
  640. <Link>
  641. <SubSystem>Console</SubSystem>
  642. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  643. <OptimizeReferences>true</OptimizeReferences>
  644. <GenerateDebugInformation>true</GenerateDebugInformation>
  645. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  646. </Link>
  647. </ItemDefinitionGroup>
  648. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  649. <ClCompile>
  650. <WarningLevel>Level3</WarningLevel>
  651. <FunctionLevelLinking>true</FunctionLevelLinking>
  652. <IntrinsicFunctions>true</IntrinsicFunctions>
  653. <SDLCheck>true</SDLCheck>
  654. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  655. <ConformanceMode>true</ConformanceMode>
  656. <DebugInformationFormat>None</DebugInformationFormat>
  657. <WholeProgramOptimization>false</WholeProgramOptimization>
  658. </ClCompile>
  659. <Link>
  660. <SubSystem>Console</SubSystem>
  661. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  662. <OptimizeReferences>true</OptimizeReferences>
  663. <GenerateDebugInformation>true</GenerateDebugInformation>
  664. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  665. </Link>
  666. </ItemDefinitionGroup>
  667. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">
  668. <ClCompile>
  669. <WarningLevel>Level3</WarningLevel>
  670. <FunctionLevelLinking>true</FunctionLevelLinking>
  671. <IntrinsicFunctions>true</IntrinsicFunctions>
  672. <SDLCheck>true</SDLCheck>
  673. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  674. <ConformanceMode>true</ConformanceMode>
  675. <DebugInformationFormat>None</DebugInformationFormat>
  676. <WholeProgramOptimization>false</WholeProgramOptimization>
  677. </ClCompile>
  678. <Link>
  679. <SubSystem>Console</SubSystem>
  680. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  681. <OptimizeReferences>true</OptimizeReferences>
  682. <GenerateDebugInformation>true</GenerateDebugInformation>
  683. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  684. </Link>
  685. </ItemDefinitionGroup>
  686. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  687. <ClCompile>
  688. <WarningLevel>Level3</WarningLevel>
  689. <FunctionLevelLinking>true</FunctionLevelLinking>
  690. <IntrinsicFunctions>true</IntrinsicFunctions>
  691. <SDLCheck>true</SDLCheck>
  692. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  693. <ConformanceMode>true</ConformanceMode>
  694. </ClCompile>
  695. <Link>
  696. <SubSystem>Console</SubSystem>
  697. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  698. <OptimizeReferences>true</OptimizeReferences>
  699. <GenerateDebugInformation>true</GenerateDebugInformation>
  700. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  701. </Link>
  702. </ItemDefinitionGroup>
  703. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  704. <ClCompile>
  705. <WarningLevel>Level3</WarningLevel>
  706. <FunctionLevelLinking>true</FunctionLevelLinking>
  707. <IntrinsicFunctions>true</IntrinsicFunctions>
  708. <SDLCheck>true</SDLCheck>
  709. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  710. <ConformanceMode>true</ConformanceMode>
  711. </ClCompile>
  712. <Link>
  713. <SubSystem>Console</SubSystem>
  714. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  715. <OptimizeReferences>true</OptimizeReferences>
  716. <GenerateDebugInformation>true</GenerateDebugInformation>
  717. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  718. </Link>
  719. </ItemDefinitionGroup>
  720. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  721. <ClCompile>
  722. <WarningLevel>Level3</WarningLevel>
  723. <FunctionLevelLinking>true</FunctionLevelLinking>
  724. <IntrinsicFunctions>true</IntrinsicFunctions>
  725. <SDLCheck>true</SDLCheck>
  726. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  727. <ConformanceMode>true</ConformanceMode>
  728. </ClCompile>
  729. <Link>
  730. <SubSystem>Console</SubSystem>
  731. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  732. <OptimizeReferences>true</OptimizeReferences>
  733. <GenerateDebugInformation>true</GenerateDebugInformation>
  734. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  735. </Link>
  736. </ItemDefinitionGroup>
  737. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  738. <ImportGroup Label="ExtensionTargets">
  739. </ImportGroup>
  740. </Project>