OTSRptCalculate.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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>Application</ConfigurationType>
  141. <UseDebugLibraries>false</UseDebugLibraries>
  142. <PlatformToolset>v142</PlatformToolset>
  143. <WholeProgramOptimization>true</WholeProgramOptimization>
  144. <CharacterSet>Unicode</CharacterSet>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  147. <ConfigurationType>DynamicLibrary</ConfigurationType>
  148. <UseDebugLibraries>false</UseDebugLibraries>
  149. <PlatformToolset>v142</PlatformToolset>
  150. <WholeProgramOptimization>true</WholeProgramOptimization>
  151. <CharacterSet>MultiByte</CharacterSet>
  152. <UseOfMfc>Dynamic</UseOfMfc>
  153. </PropertyGroup>
  154. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  155. <ImportGroup Label="ExtensionSettings">
  156. </ImportGroup>
  157. <ImportGroup Label="Shared">
  158. </ImportGroup>
  159. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  160. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  161. </ImportGroup>
  162. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  163. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  164. </ImportGroup>
  165. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  166. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  167. </ImportGroup>
  168. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  172. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  173. </ImportGroup>
  174. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  175. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  176. </ImportGroup>
  177. <PropertyGroup Label="UserMacros" />
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  179. <LinkIncremental>true</LinkIncremental>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  182. <LinkIncremental>false</LinkIncremental>
  183. </PropertyGroup>
  184. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  185. <LinkIncremental>false</LinkIncremental>
  186. </PropertyGroup>
  187. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  188. <LinkIncremental>true</LinkIncremental>
  189. <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>
  190. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  191. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  192. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  193. </PropertyGroup>
  194. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  195. <LinkIncremental>false</LinkIncremental>
  196. <OutDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\</OutDir>
  197. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  198. <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(IncludePath)</IncludePath>
  199. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  200. </PropertyGroup>
  201. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  202. <LinkIncremental>false</LinkIncremental>
  203. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  204. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  205. <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>
  206. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  207. </PropertyGroup>
  208. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  209. <ClCompile>
  210. <WarningLevel>Level3</WarningLevel>
  211. <SDLCheck>true</SDLCheck>
  212. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  213. <ConformanceMode>true</ConformanceMode>
  214. </ClCompile>
  215. <Link>
  216. <SubSystem>Console</SubSystem>
  217. <GenerateDebugInformation>true</GenerateDebugInformation>
  218. </Link>
  219. </ItemDefinitionGroup>
  220. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  221. <ClCompile>
  222. <WarningLevel>Level3</WarningLevel>
  223. <FunctionLevelLinking>true</FunctionLevelLinking>
  224. <IntrinsicFunctions>true</IntrinsicFunctions>
  225. <SDLCheck>true</SDLCheck>
  226. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  227. <ConformanceMode>true</ConformanceMode>
  228. </ClCompile>
  229. <Link>
  230. <SubSystem>Console</SubSystem>
  231. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  232. <OptimizeReferences>true</OptimizeReferences>
  233. <GenerateDebugInformation>true</GenerateDebugInformation>
  234. </Link>
  235. </ItemDefinitionGroup>
  236. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  237. <ClCompile>
  238. <WarningLevel>Level3</WarningLevel>
  239. <FunctionLevelLinking>true</FunctionLevelLinking>
  240. <IntrinsicFunctions>true</IntrinsicFunctions>
  241. <SDLCheck>true</SDLCheck>
  242. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. <ConformanceMode>true</ConformanceMode>
  244. </ClCompile>
  245. <Link>
  246. <SubSystem>Console</SubSystem>
  247. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  248. <OptimizeReferences>true</OptimizeReferences>
  249. <GenerateDebugInformation>true</GenerateDebugInformation>
  250. </Link>
  251. </ItemDefinitionGroup>
  252. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  253. <ClCompile>
  254. <WarningLevel>Level3</WarningLevel>
  255. <SDLCheck>true</SDLCheck>
  256. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  257. <ConformanceMode>true</ConformanceMode>
  258. </ClCompile>
  259. <Link>
  260. <SubSystem>Console</SubSystem>
  261. <GenerateDebugInformation>true</GenerateDebugInformation>
  262. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  263. </Link>
  264. </ItemDefinitionGroup>
  265. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  266. <ClCompile>
  267. <WarningLevel>Level3</WarningLevel>
  268. <FunctionLevelLinking>true</FunctionLevelLinking>
  269. <IntrinsicFunctions>true</IntrinsicFunctions>
  270. <SDLCheck>true</SDLCheck>
  271. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  272. <ConformanceMode>true</ConformanceMode>
  273. </ClCompile>
  274. <Link>
  275. <SubSystem>Console</SubSystem>
  276. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  277. <OptimizeReferences>true</OptimizeReferences>
  278. <GenerateDebugInformation>true</GenerateDebugInformation>
  279. </Link>
  280. </ItemDefinitionGroup>
  281. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  282. <ClCompile>
  283. <WarningLevel>Level3</WarningLevel>
  284. <FunctionLevelLinking>true</FunctionLevelLinking>
  285. <IntrinsicFunctions>true</IntrinsicFunctions>
  286. <SDLCheck>true</SDLCheck>
  287. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  288. <ConformanceMode>true</ConformanceMode>
  289. </ClCompile>
  290. <Link>
  291. <SubSystem>Console</SubSystem>
  292. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  293. <OptimizeReferences>true</OptimizeReferences>
  294. <GenerateDebugInformation>true</GenerateDebugInformation>
  295. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSImagePro.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  296. </Link>
  297. </ItemDefinitionGroup>
  298. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  299. <ImportGroup Label="ExtensionTargets">
  300. </ImportGroup>
  301. </Project>