CcosSMachineV3.vcxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="DM|Win32">
  13. <Configuration>DM</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="DM|x64">
  17. <Configuration>DM</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</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. <ProjectGuid>{6ABDD331-E72E-456B-BB5D-784A46832DD0}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>CcosSMachineV3</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v143</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v143</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>MultiByte</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v143</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>MultiByte</CharacterSet>
  68. <UseOfMfc>false</UseOfMfc>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="Configuration">
  71. <ConfigurationType>DynamicLibrary</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <PlatformToolset>v143</PlatformToolset>
  74. <WholeProgramOptimization>true</WholeProgramOptimization>
  75. <CharacterSet>MultiByte</CharacterSet>
  76. </PropertyGroup>
  77. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  78. <ImportGroup Label="ExtensionSettings">
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  84. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  85. </ImportGroup>
  86. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  88. </ImportGroup>
  89. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="PropertySheets">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <PropertyGroup Label="UserMacros" />
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  100. <LinkIncremental>true</LinkIncremental>
  101. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  102. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  103. <TargetName>$(ProjectName)D</TargetName>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <LinkIncremental>true</LinkIncremental>
  107. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  108. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  109. <TargetName>$(ProjectName)X64D</TargetName>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  112. <LinkIncremental>false</LinkIncremental>
  113. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  114. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  117. <LinkIncremental>false</LinkIncremental>
  118. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  119. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  122. <LinkIncremental>false</LinkIncremental>
  123. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\deliver\include;..\..\deliver\include\Log4CPP\Common.Include;..\..\deliver\include\Log4CPP\Log.Include</IncludePath>
  124. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);..\..\deliver\lib\$(Configuration)X64;..\..\deliver\lib\$(Configuration)X64\Log4CPP</LibraryPath>
  125. <TargetName>$(ProjectName)X64</TargetName>
  126. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  129. <LinkIncremental>false</LinkIncremental>
  130. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\deliver\include</IncludePath>
  131. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  132. <TargetName>$(ProjectName)X64</TargetName>
  133. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\</OutDir>
  134. </PropertyGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  136. <ClCompile>
  137. <PrecompiledHeader>Use</PrecompiledHeader>
  138. <WarningLevel>Level3</WarningLevel>
  139. <Optimization>Disabled</Optimization>
  140. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSSMACHINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <SDLCheck>true</SDLCheck>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Windows</SubSystem>
  145. <GenerateDebugInformation>true</GenerateDebugInformation>
  146. </Link>
  147. <PostBuildEvent>
  148. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  149. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  150. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  151. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  152. </Command>
  153. </PostBuildEvent>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  156. <ClCompile>
  157. <PrecompiledHeader>Use</PrecompiledHeader>
  158. <WarningLevel>Level3</WarningLevel>
  159. <Optimization>Disabled</Optimization>
  160. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSSMACHINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <SDLCheck>true</SDLCheck>
  162. </ClCompile>
  163. <Link>
  164. <SubSystem>Windows</SubSystem>
  165. <GenerateDebugInformation>true</GenerateDebugInformation>
  166. </Link>
  167. <PostBuildEvent>
  168. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  169. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  170. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  171. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  172. </Command>
  173. </PostBuildEvent>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  176. <ClCompile>
  177. <WarningLevel>Level3</WarningLevel>
  178. <PrecompiledHeader>Use</PrecompiledHeader>
  179. <Optimization>MaxSpeed</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSSMACHINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <SDLCheck>true</SDLCheck>
  184. </ClCompile>
  185. <Link>
  186. <SubSystem>Windows</SubSystem>
  187. <GenerateDebugInformation>true</GenerateDebugInformation>
  188. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  189. <OptimizeReferences>true</OptimizeReferences>
  190. </Link>
  191. <PostBuildEvent>
  192. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  193. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  194. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  195. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  196. </Command>
  197. </PostBuildEvent>
  198. </ItemDefinitionGroup>
  199. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  200. <ClCompile>
  201. <WarningLevel>Level3</WarningLevel>
  202. <PrecompiledHeader>Use</PrecompiledHeader>
  203. <Optimization>MaxSpeed</Optimization>
  204. <FunctionLevelLinking>true</FunctionLevelLinking>
  205. <IntrinsicFunctions>true</IntrinsicFunctions>
  206. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSSMACHINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  207. <SDLCheck>true</SDLCheck>
  208. </ClCompile>
  209. <Link>
  210. <SubSystem>Windows</SubSystem>
  211. <GenerateDebugInformation>true</GenerateDebugInformation>
  212. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  213. <OptimizeReferences>true</OptimizeReferences>
  214. </Link>
  215. <PostBuildEvent>
  216. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  217. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  218. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  219. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  220. </Command>
  221. </PostBuildEvent>
  222. </ItemDefinitionGroup>
  223. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  224. <ClCompile>
  225. <WarningLevel>Level3</WarningLevel>
  226. <PrecompiledHeader>Use</PrecompiledHeader>
  227. <Optimization>Disabled</Optimization>
  228. <FunctionLevelLinking>true</FunctionLevelLinking>
  229. <IntrinsicFunctions>true</IntrinsicFunctions>
  230. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_AFXDLL;_CRT_SECURE_NO_WARNINGS;CCOSSMACHINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. <SDLCheck>true</SDLCheck>
  232. <LanguageStandard>stdcpp17</LanguageStandard>
  233. </ClCompile>
  234. <Link>
  235. <SubSystem>Windows</SubSystem>
  236. <GenerateDebugInformation>true</GenerateDebugInformation>
  237. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  238. <OptimizeReferences>true</OptimizeReferences>
  239. <AdditionalOptions> /verbose:lib %(AdditionalOptions)</AdditionalOptions>
  240. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  241. <IgnoreSpecificDefaultLibraries>
  242. </IgnoreSpecificDefaultLibraries>
  243. </Link>
  244. <PostBuildEvent>
  245. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\"
  246. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  247. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\"
  248. copy "$(ProjectName).h" "..\..\deliver\Include"
  249. copy "ConditionEvent.h" "..\..\deliver\Include"
  250. copy "ExpressionTranslation.h" "..\..\deliver\Include"
  251. copy "StateMachineDevicePool.h" "..\..\deliver\Include"
  252. copy "SMachineDlg.h" "..\..\deliver\Include"
  253. copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\DeivceDriver\PhysicalDevice\Others\CcosUnitTools\x64\Release\"
  254. copy "$(OutDir)$(TargetName).pdb" "..\..\DeivceDriver\PhysicalDevice\Others\CcosUnitTools\x64\Release\" </Command>
  255. </PostBuildEvent>
  256. </ItemDefinitionGroup>
  257. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  258. <ClCompile>
  259. <WarningLevel>Level3</WarningLevel>
  260. <PrecompiledHeader>Use</PrecompiledHeader>
  261. <Optimization>MaxSpeed</Optimization>
  262. <FunctionLevelLinking>true</FunctionLevelLinking>
  263. <IntrinsicFunctions>true</IntrinsicFunctions>
  264. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSSMACHINE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  265. <SDLCheck>true</SDLCheck>
  266. </ClCompile>
  267. <Link>
  268. <SubSystem>Windows</SubSystem>
  269. <GenerateDebugInformation>true</GenerateDebugInformation>
  270. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  271. <OptimizeReferences>true</OptimizeReferences>
  272. </Link>
  273. <PostBuildEvent>
  274. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\$(Configuration)X64"
  275. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  276. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\$(Configuration)X64\"
  277. copy "$(ProjectName).h" "..\..\deliver\Include"
  278. </Command>
  279. </PostBuildEvent>
  280. </ItemDefinitionGroup>
  281. <ItemGroup>
  282. <Text Include="ReadMe.txt" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <ClInclude Include="..\..\Deliver\include\common_api.h" />
  286. <ClInclude Include="..\..\Deliver\include\PacketAnalizer.h" />
  287. <ClInclude Include="ConditionEvent.h" />
  288. <ClInclude Include="ExpressionTranslation.h" />
  289. <ClInclude Include="CcosSMachineV3.h" />
  290. <ClInclude Include="resource.h" />
  291. <ClInclude Include="SMachineDlg.h">
  292. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  293. </ClInclude>
  294. <ClInclude Include="StateMachineDevicePool.h" />
  295. <ClInclude Include="stdafx.h" />
  296. <ClInclude Include="targetver.h" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <ClCompile Include="..\..\Deliver\include\common_api.cpp" />
  300. <ClCompile Include="..\..\Deliver\include\PacketAnalizer.cpp" />
  301. <ClCompile Include="ConditionEvent.cpp" />
  302. <ClCompile Include="CcosSMachineV3.cpp" />
  303. <ClCompile Include="dllmain.cpp">
  304. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  305. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  306. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  307. </PrecompiledHeader>
  308. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  309. </PrecompiledHeader>
  310. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  311. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">false</CompileAsManaged>
  312. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  313. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|x64'">false</CompileAsManaged>
  314. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  315. </PrecompiledHeader>
  316. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  317. </PrecompiledHeader>
  318. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  319. </PrecompiledHeader>
  320. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  321. </PrecompiledHeader>
  322. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  323. </ClCompile>
  324. <ClCompile Include="ExpressionTranslation.cpp">
  325. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  326. </ClCompile>
  327. <ClCompile Include="SMachineDlg.cpp">
  328. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
  329. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  330. </ClCompile>
  331. <ClCompile Include="StateMachineDevicePool.cpp" />
  332. <ClCompile Include="stdafx.cpp">
  333. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  334. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  335. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  336. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  337. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  338. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  339. </ClCompile>
  340. </ItemGroup>
  341. <ItemGroup>
  342. <ResourceCompile Include="CcosSMachineV3.rc" />
  343. </ItemGroup>
  344. <ItemGroup>
  345. <None Include="TemplateWorkFlow.json" />
  346. </ItemGroup>
  347. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  348. <ImportGroup Label="ExtensionTargets">
  349. </ImportGroup>
  350. </Project>