OTSRptCalculate.vcxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  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="Release_oxford50|Win32">
  17. <Configuration>Release_oxford50</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release_oxford50|x64">
  21. <Configuration>Release_oxford50</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|x64">
  29. <Configuration>Debug</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClCompile Include="DTL\CSQLiteTable.cpp" />
  39. <ClCompile Include="DTL\DBConst.cpp" />
  40. <ClCompile Include="DTL\ElementChemistryDB.cpp" />
  41. <ClCompile Include="DTL\ElementChemistryTable.cpp" />
  42. <ClCompile Include="DTL\IncADataDB.cpp" />
  43. <ClCompile Include="DTL\IncADataTable.cpp" />
  44. <ClCompile Include="DTL\PosXrayInfoDB.cpp" />
  45. <ClCompile Include="DTL\PosXrayInfoTable.cpp" />
  46. <ClCompile Include="DTL\SegmentDB.cpp" />
  47. <ClCompile Include="DTL\SegmentTable.cpp" />
  48. <ClCompile Include="DTL\XRayDataDB.cpp" />
  49. <ClCompile Include="DTL\XRayDataTable.cpp" />
  50. <ClCompile Include="GBCal\CGBCalculate.cpp" />
  51. <ClCompile Include="GBCal\CGBLevel.cpp" />
  52. <ClCompile Include="GBCal\GBFieldData.cpp" />
  53. <ClCompile Include="GBCal\GBParticle.cpp" />
  54. <ClCompile Include="Model\BSEImgFileMgr.cpp" />
  55. <ClCompile Include="Model\IncAFileMgr.cpp" />
  56. <ClCompile Include="Model\MsrParamFileMgr.cpp" />
  57. <ClCompile Include="Model\MsrParams.cpp" />
  58. <ClCompile Include="Model\MsrResults.cpp" />
  59. <ClCompile Include="Model\MsrSampleStatus.cpp" />
  60. <ClCompile Include="Model\OTSFieldMgr.cpp" />
  61. <ClCompile Include="Model\OTSSample.cpp" />
  62. <ClCompile Include="Model\PosXrayFileMgr.cpp" />
  63. <ClCompile Include="Model\PropItem.cpp" />
  64. <ClCompile Include="Model\PropParam.cpp" />
  65. <ClCompile Include="Model\ReportMgr.cpp" />
  66. <ClCompile Include="Model\RptParamFile.cpp" />
  67. <ClCompile Include="Model\RptParamFileMgr.cpp" />
  68. <ClCompile Include="Model\SmplMsrResultFile.cpp" />
  69. <ClCompile Include="Model\SmplMsrResultFileMgr.cpp" />
  70. <ClCompile Include="Tools\OTSFileSys.cpp" />
  71. <ClCompile Include="Tools\OTSHelper.cpp" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ClInclude Include="DTL\CSQLiteTable.h" />
  75. <ClInclude Include="DTL\DBConst.h" />
  76. <ClInclude Include="DTL\ElementChemistryDB.h" />
  77. <ClInclude Include="DTL\ElementChemistryTable.h" />
  78. <ClInclude Include="DTL\IncADataDB.h" />
  79. <ClInclude Include="DTL\IncADataTable.h" />
  80. <ClInclude Include="DTL\PosXrayInfoDB.h" />
  81. <ClInclude Include="DTL\PosXrayInfoTable.h" />
  82. <ClInclude Include="DTL\SegmentDB.h" />
  83. <ClInclude Include="DTL\SegmentTable.h" />
  84. <ClInclude Include="DTL\XRayDataDB.h" />
  85. <ClInclude Include="DTL\XRayDataTable.h" />
  86. <ClInclude Include="GBCal\CGBCalculate.h" />
  87. <ClInclude Include="GBCal\CGBLevel.h" />
  88. <ClInclude Include="GBCal\GBFieldData.h" />
  89. <ClInclude Include="GBCal\GBParticle.h" />
  90. <ClInclude Include="Model\BSEImgFileMgr.h" />
  91. <ClInclude Include="Model\IncAFileMgr.h" />
  92. <ClInclude Include="Model\MsrParamFileMgr.h" />
  93. <ClInclude Include="Model\MsrParams.h" />
  94. <ClInclude Include="Model\MsrResults.h" />
  95. <ClInclude Include="Model\MsrSampleStatus.h" />
  96. <ClInclude Include="Model\OTSFieldMgr.h" />
  97. <ClInclude Include="Model\OTSSample.h" />
  98. <ClInclude Include="Model\PosXrayFileMgr.h" />
  99. <ClInclude Include="Model\PropItem.h" />
  100. <ClInclude Include="Model\PropParam.h" />
  101. <ClInclude Include="Model\ReportMgr.h" />
  102. <ClInclude Include="Model\RptParamFile.h" />
  103. <ClInclude Include="Model\RptParamFileMgr.h" />
  104. <ClInclude Include="Model\SmplMsrResultFile.h" />
  105. <ClInclude Include="Model\SmplMsrResultFileMgr.h" />
  106. <ClInclude Include="Resource.h" />
  107. <ClInclude Include="Tools\GdiplusNew.h" />
  108. <ClInclude Include="Tools\OTSFileSys.h" />
  109. <ClInclude Include="Tools\OTSHelper.h" />
  110. </ItemGroup>
  111. <PropertyGroup Label="Globals">
  112. <VCProjectVersion>16.0</VCProjectVersion>
  113. <Keyword>Win32Proj</Keyword>
  114. <ProjectGuid>{11a59d12-007a-40d9-9d74-d8f079bd9f86}</ProjectGuid>
  115. <RootNamespace>OTSGBCalculate</RootNamespace>
  116. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  117. <ProjectName>OTSRptCalculate</ProjectName>
  118. </PropertyGroup>
  119. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  121. <ConfigurationType>Application</ConfigurationType>
  122. <UseDebugLibraries>true</UseDebugLibraries>
  123. <PlatformToolset>v142</PlatformToolset>
  124. <CharacterSet>Unicode</CharacterSet>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  127. <ConfigurationType>Application</ConfigurationType>
  128. <UseDebugLibraries>false</UseDebugLibraries>
  129. <PlatformToolset>v142</PlatformToolset>
  130. <WholeProgramOptimization>true</WholeProgramOptimization>
  131. <CharacterSet>Unicode</CharacterSet>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="Configuration">
  134. <ConfigurationType>Application</ConfigurationType>
  135. <UseDebugLibraries>false</UseDebugLibraries>
  136. <PlatformToolset>v142</PlatformToolset>
  137. <WholeProgramOptimization>true</WholeProgramOptimization>
  138. <CharacterSet>Unicode</CharacterSet>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  141. <ConfigurationType>Application</ConfigurationType>
  142. <UseDebugLibraries>false</UseDebugLibraries>
  143. <PlatformToolset>v142</PlatformToolset>
  144. <WholeProgramOptimization>true</WholeProgramOptimization>
  145. <CharacterSet>Unicode</CharacterSet>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  148. <ConfigurationType>DynamicLibrary</ConfigurationType>
  149. <UseDebugLibraries>true</UseDebugLibraries>
  150. <PlatformToolset>v142</PlatformToolset>
  151. <CharacterSet>MultiByte</CharacterSet>
  152. <UseOfMfc>Dynamic</UseOfMfc>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  155. <ConfigurationType>DynamicLibrary</ConfigurationType>
  156. <UseDebugLibraries>false</UseDebugLibraries>
  157. <PlatformToolset>v142</PlatformToolset>
  158. <WholeProgramOptimization>true</WholeProgramOptimization>
  159. <CharacterSet>MultiByte</CharacterSet>
  160. <UseOfMfc>Dynamic</UseOfMfc>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  163. <ConfigurationType>DynamicLibrary</ConfigurationType>
  164. <UseDebugLibraries>false</UseDebugLibraries>
  165. <PlatformToolset>v142</PlatformToolset>
  166. <WholeProgramOptimization>true</WholeProgramOptimization>
  167. <CharacterSet>MultiByte</CharacterSet>
  168. <UseOfMfc>Dynamic</UseOfMfc>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  171. <ConfigurationType>DynamicLibrary</ConfigurationType>
  172. <UseDebugLibraries>false</UseDebugLibraries>
  173. <PlatformToolset>v142</PlatformToolset>
  174. <WholeProgramOptimization>true</WholeProgramOptimization>
  175. <CharacterSet>MultiByte</CharacterSet>
  176. <UseOfMfc>Dynamic</UseOfMfc>
  177. </PropertyGroup>
  178. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  179. <ImportGroup Label="ExtensionSettings">
  180. </ImportGroup>
  181. <ImportGroup Label="Shared">
  182. </ImportGroup>
  183. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  184. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  185. </ImportGroup>
  186. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  187. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  188. </ImportGroup>
  189. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  190. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  191. </ImportGroup>
  192. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  193. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  194. </ImportGroup>
  195. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  196. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  197. </ImportGroup>
  198. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  199. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  200. </ImportGroup>
  201. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  202. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  203. </ImportGroup>
  204. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  205. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  206. </ImportGroup>
  207. <PropertyGroup Label="UserMacros" />
  208. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  209. <LinkIncremental>true</LinkIncremental>
  210. </PropertyGroup>
  211. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  212. <LinkIncremental>false</LinkIncremental>
  213. </PropertyGroup>
  214. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  215. <LinkIncremental>false</LinkIncremental>
  216. </PropertyGroup>
  217. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  218. <LinkIncremental>false</LinkIncremental>
  219. </PropertyGroup>
  220. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  221. <LinkIncremental>true</LinkIncremental>
  222. <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>
  223. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  224. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  225. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  228. <LinkIncremental>false</LinkIncremental>
  229. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  230. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  231. <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>
  232. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  233. </PropertyGroup>
  234. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  235. <LinkIncremental>false</LinkIncremental>
  236. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  237. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  238. <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>
  239. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  242. <LinkIncremental>false</LinkIncremental>
  243. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  244. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  245. <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>
  246. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  247. </PropertyGroup>
  248. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  249. <ClCompile>
  250. <WarningLevel>Level3</WarningLevel>
  251. <SDLCheck>true</SDLCheck>
  252. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  253. <ConformanceMode>true</ConformanceMode>
  254. </ClCompile>
  255. <Link>
  256. <SubSystem>Console</SubSystem>
  257. <GenerateDebugInformation>true</GenerateDebugInformation>
  258. </Link>
  259. </ItemDefinitionGroup>
  260. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  261. <ClCompile>
  262. <WarningLevel>Level3</WarningLevel>
  263. <FunctionLevelLinking>true</FunctionLevelLinking>
  264. <IntrinsicFunctions>true</IntrinsicFunctions>
  265. <SDLCheck>true</SDLCheck>
  266. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  267. <ConformanceMode>true</ConformanceMode>
  268. </ClCompile>
  269. <Link>
  270. <SubSystem>Console</SubSystem>
  271. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  272. <OptimizeReferences>true</OptimizeReferences>
  273. <GenerateDebugInformation>true</GenerateDebugInformation>
  274. </Link>
  275. </ItemDefinitionGroup>
  276. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  277. <ClCompile>
  278. <WarningLevel>Level3</WarningLevel>
  279. <FunctionLevelLinking>true</FunctionLevelLinking>
  280. <IntrinsicFunctions>true</IntrinsicFunctions>
  281. <SDLCheck>true</SDLCheck>
  282. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  283. <ConformanceMode>true</ConformanceMode>
  284. </ClCompile>
  285. <Link>
  286. <SubSystem>Console</SubSystem>
  287. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  288. <OptimizeReferences>true</OptimizeReferences>
  289. <GenerateDebugInformation>true</GenerateDebugInformation>
  290. </Link>
  291. </ItemDefinitionGroup>
  292. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  293. <ClCompile>
  294. <WarningLevel>Level3</WarningLevel>
  295. <FunctionLevelLinking>true</FunctionLevelLinking>
  296. <IntrinsicFunctions>true</IntrinsicFunctions>
  297. <SDLCheck>true</SDLCheck>
  298. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  299. <ConformanceMode>true</ConformanceMode>
  300. </ClCompile>
  301. <Link>
  302. <SubSystem>Console</SubSystem>
  303. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  304. <OptimizeReferences>true</OptimizeReferences>
  305. <GenerateDebugInformation>true</GenerateDebugInformation>
  306. </Link>
  307. </ItemDefinitionGroup>
  308. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  309. <ClCompile>
  310. <WarningLevel>Level3</WarningLevel>
  311. <SDLCheck>true</SDLCheck>
  312. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  313. <ConformanceMode>true</ConformanceMode>
  314. </ClCompile>
  315. <Link>
  316. <SubSystem>Console</SubSystem>
  317. <GenerateDebugInformation>true</GenerateDebugInformation>
  318. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  319. </Link>
  320. </ItemDefinitionGroup>
  321. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  322. <ClCompile>
  323. <WarningLevel>Level3</WarningLevel>
  324. <FunctionLevelLinking>true</FunctionLevelLinking>
  325. <IntrinsicFunctions>true</IntrinsicFunctions>
  326. <SDLCheck>true</SDLCheck>
  327. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  328. <ConformanceMode>true</ConformanceMode>
  329. </ClCompile>
  330. <Link>
  331. <SubSystem>Console</SubSystem>
  332. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  333. <OptimizeReferences>true</OptimizeReferences>
  334. <GenerateDebugInformation>true</GenerateDebugInformation>
  335. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  336. </Link>
  337. </ItemDefinitionGroup>
  338. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  339. <ClCompile>
  340. <WarningLevel>Level3</WarningLevel>
  341. <FunctionLevelLinking>true</FunctionLevelLinking>
  342. <IntrinsicFunctions>true</IntrinsicFunctions>
  343. <SDLCheck>true</SDLCheck>
  344. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  345. <ConformanceMode>true</ConformanceMode>
  346. </ClCompile>
  347. <Link>
  348. <SubSystem>Console</SubSystem>
  349. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  350. <OptimizeReferences>true</OptimizeReferences>
  351. <GenerateDebugInformation>true</GenerateDebugInformation>
  352. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  353. </Link>
  354. </ItemDefinitionGroup>
  355. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  356. <ClCompile>
  357. <WarningLevel>Level3</WarningLevel>
  358. <FunctionLevelLinking>true</FunctionLevelLinking>
  359. <IntrinsicFunctions>true</IntrinsicFunctions>
  360. <SDLCheck>true</SDLCheck>
  361. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  362. <ConformanceMode>true</ConformanceMode>
  363. </ClCompile>
  364. <Link>
  365. <SubSystem>Console</SubSystem>
  366. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  367. <OptimizeReferences>true</OptimizeReferences>
  368. <GenerateDebugInformation>true</GenerateDebugInformation>
  369. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  370. </Link>
  371. </ItemDefinitionGroup>
  372. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  373. <ImportGroup Label="ExtensionTargets">
  374. </ImportGroup>
  375. </Project>