OTSClassifyEngine.vcxproj 18 KB

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