OTSRptCalculate.vcxproj 37 KB

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