OTSClassifyEngine.vcxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" 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. <PropertyGroup Label="Globals">
  38. <VCProjectVersion>15.0</VCProjectVersion>
  39. <ProjectGuid>{DAA6170E-5984-46DC-A8BA-DE696299DCA6}</ProjectGuid>
  40. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  41. <Keyword>ManagedCProj</Keyword>
  42. <RootNamespace>OTSClassifyEngine</RootNamespace>
  43. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  44. </PropertyGroup>
  45. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <UseDebugLibraries>true</UseDebugLibraries>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <CLRSupport>false</CLRSupport>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. <UseOfMfc>Dynamic</UseOfMfc>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="Configuration">
  55. <ConfigurationType>DynamicLibrary</ConfigurationType>
  56. <UseDebugLibraries>true</UseDebugLibraries>
  57. <PlatformToolset>v142</PlatformToolset>
  58. <CLRSupport>false</CLRSupport>
  59. <CharacterSet>MultiByte</CharacterSet>
  60. <UseOfMfc>Dynamic</UseOfMfc>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <PlatformToolset>v142</PlatformToolset>
  66. <CLRSupport>false</CLRSupport>
  67. <CharacterSet>MultiByte</CharacterSet>
  68. <UseOfMfc>Dynamic</UseOfMfc>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  71. <ConfigurationType>DynamicLibrary</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <PlatformToolset>v142</PlatformToolset>
  74. <CLRSupport>true</CLRSupport>
  75. <CharacterSet>MultiByte</CharacterSet>
  76. <WholeProgramOptimization>true</WholeProgramOptimization>
  77. <UseOfMfc>Dynamic</UseOfMfc>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  80. <ConfigurationType>DynamicLibrary</ConfigurationType>
  81. <UseDebugLibraries>true</UseDebugLibraries>
  82. <PlatformToolset>v142</PlatformToolset>
  83. <CLRSupport>false</CLRSupport>
  84. <CharacterSet>MultiByte</CharacterSet>
  85. <UseOfMfc>Dynamic</UseOfMfc>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  88. <ConfigurationType>DynamicLibrary</ConfigurationType>
  89. <UseDebugLibraries>true</UseDebugLibraries>
  90. <PlatformToolset>v142</PlatformToolset>
  91. <CLRSupport>false</CLRSupport>
  92. <CharacterSet>MultiByte</CharacterSet>
  93. <UseOfMfc>Dynamic</UseOfMfc>
  94. <WholeProgramOptimization>true</WholeProgramOptimization>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  97. <ConfigurationType>DynamicLibrary</ConfigurationType>
  98. <UseDebugLibraries>true</UseDebugLibraries>
  99. <PlatformToolset>v142</PlatformToolset>
  100. <CLRSupport>false</CLRSupport>
  101. <CharacterSet>MultiByte</CharacterSet>
  102. <UseOfMfc>Dynamic</UseOfMfc>
  103. <WholeProgramOptimization>true</WholeProgramOptimization>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  106. <ConfigurationType>DynamicLibrary</ConfigurationType>
  107. <UseDebugLibraries>false</UseDebugLibraries>
  108. <PlatformToolset>v142</PlatformToolset>
  109. <CLRSupport>true</CLRSupport>
  110. <CharacterSet>MultiByte</CharacterSet>
  111. <UseOfMfc>Dynamic</UseOfMfc>
  112. </PropertyGroup>
  113. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  114. <ImportGroup Label="ExtensionSettings">
  115. </ImportGroup>
  116. <ImportGroup Label="Shared">
  117. </ImportGroup>
  118. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  119. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  120. </ImportGroup>
  121. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  122. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  123. </ImportGroup>
  124. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  125. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  126. </ImportGroup>
  127. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  128. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  129. </ImportGroup>
  130. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  131. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  132. </ImportGroup>
  133. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  134. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  135. </ImportGroup>
  136. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  137. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  138. </ImportGroup>
  139. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  141. </ImportGroup>
  142. <PropertyGroup Label="UserMacros" />
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  144. <LinkIncremental>true</LinkIncremental>
  145. <IncludePath>$(SolutionDir)OTSCPP\OTSClassifyEngine;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  146. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  147. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  150. <LinkIncremental>true</LinkIncremental>
  151. <IncludePath>$(SolutionDir)OTSCPP\OTSClassifyEngine;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  152. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  153. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  154. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  157. <LinkIncremental>true</LinkIncremental>
  158. <IncludePath>$(SolutionDir)OTSCPP\OTSClassifyEngine;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  159. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  160. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  161. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  162. </PropertyGroup>
  163. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  164. <LinkIncremental>true</LinkIncremental>
  165. <IncludePath>$(SolutionDir)OTSCPP\OTSClassifyEngine;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  166. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  167. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  168. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  171. <LinkIncremental>true</LinkIncremental>
  172. <IncludePath>$(SolutionDir)OTSCPP\OTSClassifyEngine;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  173. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  174. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  175. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  178. <LinkIncremental>true</LinkIncremental>
  179. <IncludePath>$(SolutionDir)OTSCPP\OTSClassifyEngine;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  180. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  181. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  182. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  183. </PropertyGroup>
  184. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  185. <LinkIncremental>true</LinkIncremental>
  186. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  187. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  188. <IncludePath>$(SolutionDir)OTSClassifyEngine;$(SolutionDir)OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)Tools;$(SolutionDir)OTSLog;$(SolutionDir)OTSData;$(SolutionDir)OTSSQLiteDll;$(IncludePath)</IncludePath>
  189. </PropertyGroup>
  190. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  191. <LinkIncremental>false</LinkIncremental>
  192. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  193. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  194. <IncludePath>$(SolutionDir)OTSCPP\OTSClassifyEngine;$(SolutionDir)OTSCPP\OTSClassifyEngine\CurveCompareEngine;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\OTSSQLiteDll;$(IncludePath)</IncludePath>
  195. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  196. </PropertyGroup>
  197. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  198. <ClCompile>
  199. <PrecompiledHeader>Create</PrecompiledHeader>
  200. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  201. <WarningLevel>Level3</WarningLevel>
  202. <Optimization>Disabled</Optimization>
  203. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  204. </ClCompile>
  205. <Link>
  206. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  207. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  208. </Link>
  209. </ItemDefinitionGroup>
  210. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  211. <ClCompile>
  212. <PrecompiledHeader>Create</PrecompiledHeader>
  213. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  214. <WarningLevel>Level3</WarningLevel>
  215. <Optimization>Disabled</Optimization>
  216. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  217. </ClCompile>
  218. <Link>
  219. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  220. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  221. </Link>
  222. </ItemDefinitionGroup>
  223. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  224. <ClCompile>
  225. <PrecompiledHeader>Create</PrecompiledHeader>
  226. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  227. <WarningLevel>Level3</WarningLevel>
  228. <Optimization>Disabled</Optimization>
  229. <PreprocessorDefinitions>WIN32;_WINDOWS;NODEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  230. </ClCompile>
  231. <Link>
  232. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  233. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  234. </Link>
  235. </ItemDefinitionGroup>
  236. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  237. <ClCompile>
  238. <PrecompiledHeader>Create</PrecompiledHeader>
  239. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  240. <WarningLevel>Level3</WarningLevel>
  241. <Optimization>Disabled</Optimization>
  242. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. </ClCompile>
  244. <Link>
  245. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  246. </Link>
  247. </ItemDefinitionGroup>
  248. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  249. <ClCompile>
  250. <PrecompiledHeader>Create</PrecompiledHeader>
  251. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  252. <WarningLevel>Level3</WarningLevel>
  253. <Optimization>MaxSpeed</Optimization>
  254. <PreprocessorDefinitions>WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  255. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  256. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  257. <IntrinsicFunctions>true</IntrinsicFunctions>
  258. <WholeProgramOptimization>true</WholeProgramOptimization>
  259. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  260. </ClCompile>
  261. <Link>
  262. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  263. <OptimizeReferences>true</OptimizeReferences>
  264. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  265. </Link>
  266. </ItemDefinitionGroup>
  267. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  268. <ClCompile>
  269. <PrecompiledHeader>Create</PrecompiledHeader>
  270. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  271. <WarningLevel>Level3</WarningLevel>
  272. <Optimization>MaxSpeed</Optimization>
  273. <PreprocessorDefinitions>WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  274. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  275. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  276. <IntrinsicFunctions>true</IntrinsicFunctions>
  277. <WholeProgramOptimization>true</WholeProgramOptimization>
  278. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  279. </ClCompile>
  280. <Link>
  281. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  282. <OptimizeReferences>true</OptimizeReferences>
  283. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  284. </Link>
  285. </ItemDefinitionGroup>
  286. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  287. <ClCompile>
  288. <PrecompiledHeader>Create</PrecompiledHeader>
  289. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  290. <WarningLevel>Level3</WarningLevel>
  291. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  292. <IntrinsicFunctions>true</IntrinsicFunctions>
  293. <WholeProgramOptimization>true</WholeProgramOptimization>
  294. <LanguageStandard>Default</LanguageStandard>
  295. </ClCompile>
  296. <Link>
  297. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  298. <AdditionalLibraryDirectories>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  299. <OptimizeReferences>true</OptimizeReferences>
  300. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  301. </Link>
  302. </ItemDefinitionGroup>
  303. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  304. <ClCompile>
  305. <PrecompiledHeader>Create</PrecompiledHeader>
  306. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  307. <WarningLevel>Level3</WarningLevel>
  308. <PreprocessorDefinitions>WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  309. </ClCompile>
  310. <Link>
  311. <AdditionalDependencies>OTSData.lib;OTSLog.lib;OTSSQLiteDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
  312. </Link>
  313. </ItemDefinitionGroup>
  314. <ItemGroup>
  315. <ClInclude Include="CurveCompareEngine.h" />
  316. <ClInclude Include="CurveCompareEngine\STDGroupDB.h" />
  317. <ClInclude Include="CurveCompareEngine\STDGroupTable.h" />
  318. <ClInclude Include="CurveCompareEngine\MultiLang.h" />
  319. <ClInclude Include="CurveCompareEngine\OTSClassifyOnCurveCompEng.h" />
  320. <ClInclude Include="CurveCompareEngine\OTSSTDLib.h" />
  321. <ClInclude Include="CurveCompareEngine\OTSSTDLibDB.h" />
  322. <ClInclude Include="CurveCompareEngine\OTSSTDLibFileMgr.h" />
  323. <ClInclude Include="CurveCompareEngine\OTSSTDLibTable.h" />
  324. <ClInclude Include="GdiplusNew.h" />
  325. <ClInclude Include="HardDriveSerialNumber.h" />
  326. <ClInclude Include="myDBConst.h" />
  327. <ClInclude Include="IClassifyEngine.h" />
  328. <ClInclude Include="InclutionClassifyEngine.h" />
  329. <ClInclude Include="InclutionEngine\InclutionSTDData.h" />
  330. <ClInclude Include="InclutionEngine\OTSClassifyEng.h" />
  331. <ClInclude Include="InclutionEngine\STDDataDB.h" />
  332. <ClInclude Include="InclutionEngine\STDDataTable.h" />
  333. <ClInclude Include="InclutionEngine\STDFileMgr.h" />
  334. <ClInclude Include="InclutionEngine\STDItem.h" />
  335. <ClInclude Include="OTSFileSys.h" />
  336. <ClInclude Include="OTSHelper.h" />
  337. <ClInclude Include="ParticleClassifyEngine.h" />
  338. <ClInclude Include="ParticleEngine\ConstantsDataDb.h" />
  339. <ClInclude Include="ParticleEngine\ConstantsDataTable.h" />
  340. <ClInclude Include="ParticleEngine\LogicExp.h" />
  341. <ClInclude Include="ParticleEngine\MathExpression.h" />
  342. <ClInclude Include="ParticleEngine\MaxEDSRulesDataDB.h" />
  343. <ClInclude Include="ParticleEngine\MaxEDSRulesDataTable.h" />
  344. <ClInclude Include="ParticleEngine\ParticleSTD.h" />
  345. <ClInclude Include="ParticleEngine\ParticleSTDDB.h" />
  346. <ClInclude Include="ParticleEngine\ParticleSTDTable.h" />
  347. <ClInclude Include="ParticleEngine\ZeroElementRulesDataDB.h" />
  348. <ClInclude Include="ParticleEngine\ZeroElementRulesDataTable.h" />
  349. <ClInclude Include="Resource.h" />
  350. <ClInclude Include="stdafx.h" />
  351. </ItemGroup>
  352. <ItemGroup>
  353. <ClCompile Include="CurveCompareEngine.cpp" />
  354. <ClCompile Include="CurveCompareEngine\STDGroupDB.cpp" />
  355. <ClCompile Include="CurveCompareEngine\STDGroupTable.cpp" />
  356. <ClCompile Include="CurveCompareEngine\MultiLang.cpp" />
  357. <ClCompile Include="CurveCompareEngine\OTSClassifyOnCurveCompEng.cpp" />
  358. <ClCompile Include="CurveCompareEngine\OTSSTDLib.cpp" />
  359. <ClCompile Include="CurveCompareEngine\OTSSTDLibDB.cpp" />
  360. <ClCompile Include="CurveCompareEngine\OTSSTDLibFileMgr.cpp" />
  361. <ClCompile Include="CurveCompareEngine\OTSSTDLibTable.cpp" />
  362. <ClCompile Include="HardDriveSerialNumber.cpp" />
  363. <ClCompile Include="InclutionClassifyEngine.cpp" />
  364. <ClCompile Include="myDBConst.cpp" />
  365. <ClCompile Include="InclutionEngine\InclutionSTDData.cpp" />
  366. <ClCompile Include="InclutionEngine\OTSClassifyEng.cpp" />
  367. <ClCompile Include="InclutionEngine\STDDataDB.cpp" />
  368. <ClCompile Include="InclutionEngine\STDDataTable.cpp" />
  369. <ClCompile Include="InclutionEngine\STDFileMgr.cpp" />
  370. <ClCompile Include="InclutionEngine\STDItem.cpp" />
  371. <ClCompile Include="OTSFileSys.cpp" />
  372. <ClCompile Include="OTSHelper.cpp" />
  373. <ClCompile Include="ParticleClassifyEngine.cpp" />
  374. <ClCompile Include="ParticleEngine\ConstantsDataDb.cpp" />
  375. <ClCompile Include="ParticleEngine\ConstantsDataTable.cpp" />
  376. <ClCompile Include="ParticleEngine\LogicExp.cpp" />
  377. <ClCompile Include="ParticleEngine\MathExpression.cpp" />
  378. <ClCompile Include="ParticleEngine\MaxEDSRulesDataDB.cpp" />
  379. <ClCompile Include="ParticleEngine\MaxEDSRulesDataTable.cpp" />
  380. <ClCompile Include="ParticleEngine\ParticleSTD.cpp" />
  381. <ClCompile Include="ParticleEngine\ParticleSTDDB.cpp" />
  382. <ClCompile Include="ParticleEngine\ParticleSTDTable.cpp" />
  383. <ClCompile Include="ParticleEngine\ZeroElementRulesDataDB.cpp" />
  384. <ClCompile Include="ParticleEngine\ZeroElementRulesDataTable.cpp" />
  385. <ClCompile Include="stdafx.cpp" />
  386. </ItemGroup>
  387. <ItemGroup>
  388. <ResourceCompile Include="app.rc" />
  389. </ItemGroup>
  390. <ItemGroup>
  391. <Image Include="app.ico" />
  392. </ItemGroup>
  393. <ItemGroup>
  394. <Reference Include="System" />
  395. <Reference Include="System.Data" />
  396. <Reference Include="System.Drawing" />
  397. <Reference Include="System.Xml" />
  398. </ItemGroup>
  399. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  400. <ImportGroup Label="ExtensionTargets">
  401. </ImportGroup>
  402. </Project>