OTSRptCalculate.vcxproj 24 KB

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