OTSRptCalculate.vcxproj 16 KB

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