DeviceBus.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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>{7BDAFF71-D22E-4416-AFD5-99A309F8DBF4}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>DeviceBus</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>Unicode</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>Unicode</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. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v143</PlatformToolset>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="PropertySheets">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <PropertyGroup Label="UserMacros" />
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  99. <LinkIncremental>true</LinkIncremental>
  100. <TargetName>$(ProjectName)D</TargetName>
  101. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  102. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  105. <LinkIncremental>true</LinkIncremental>
  106. <TargetName>$(ProjectName)X64D</TargetName>
  107. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  108. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111. <LinkIncremental>false</LinkIncremental>
  112. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  113. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  116. <LinkIncremental>false</LinkIncremental>
  117. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  118. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  121. <LinkIncremental>false</LinkIncremental>
  122. <IncludePath>..\..\deliver\include\Img_header;..\..\deliver\include;..\..\Deliver\Include\Log4CPP\Common.Include;..\..\Deliver\Include\Log4CPP\Log.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  123. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;..\..\deliver\lib\$(Configuration)X64\Log4CPP;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);..\..\Tools\eCom\\ServiceBUS\Lib-X64\Release</LibraryPath>
  124. <TargetName>$(ProjectName)X64</TargetName>
  125. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\PlatformModule\</OutDir>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  128. <LinkIncremental>false</LinkIncremental>
  129. <IncludePath>..\..\deliver\include\Img_header;..\..\deliver\include;..\..\Deliver\Include\Log4CPP8.0\Common.Include;..\..\Deliver\Include\Log4CPP8.0\Log.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  130. <LibraryPath>..\..\deliver\lib\ReleaseX64;..\..\deliver\lib\ReleaseX64\Log4CPP8.0;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);..\..\Tools\eCom\\ServiceBUS\Lib-X64\Release</LibraryPath>
  131. <TargetName>$(ProjectName)X64</TargetName>
  132. <OutDir>..\..\..\1.V1.0.0.0.dm\DeviceV3\</OutDir>
  133. </PropertyGroup>
  134. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  135. <ClCompile>
  136. <PrecompiledHeader>Use</PrecompiledHeader>
  137. <WarningLevel>Level3</WarningLevel>
  138. <Optimization>Disabled</Optimization>
  139. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DEVICEBUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  140. <SDLCheck>true</SDLCheck>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Windows</SubSystem>
  144. <GenerateDebugInformation>true</GenerateDebugInformation>
  145. </Link>
  146. <PostBuildEvent>
  147. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  148. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  149. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  150. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  151. </PostBuildEvent>
  152. </ItemDefinitionGroup>
  153. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  154. <ClCompile>
  155. <PrecompiledHeader>Use</PrecompiledHeader>
  156. <WarningLevel>Level3</WarningLevel>
  157. <Optimization>Disabled</Optimization>
  158. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DEVICEBUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <SDLCheck>true</SDLCheck>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Windows</SubSystem>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. </Link>
  165. <PostBuildEvent>
  166. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  167. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  168. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  169. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  170. </Command>
  171. </PostBuildEvent>
  172. </ItemDefinitionGroup>
  173. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  174. <ClCompile>
  175. <WarningLevel>Level3</WarningLevel>
  176. <PrecompiledHeader>Use</PrecompiledHeader>
  177. <Optimization>MaxSpeed</Optimization>
  178. <FunctionLevelLinking>true</FunctionLevelLinking>
  179. <IntrinsicFunctions>true</IntrinsicFunctions>
  180. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVICEBUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. <SDLCheck>true</SDLCheck>
  182. </ClCompile>
  183. <Link>
  184. <SubSystem>Windows</SubSystem>
  185. <GenerateDebugInformation>true</GenerateDebugInformation>
  186. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  187. <OptimizeReferences>true</OptimizeReferences>
  188. </Link>
  189. <PostBuildEvent>
  190. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  191. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  192. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  193. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  194. </PostBuildEvent>
  195. </ItemDefinitionGroup>
  196. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  197. <ClCompile>
  198. <WarningLevel>Level3</WarningLevel>
  199. <PrecompiledHeader>Use</PrecompiledHeader>
  200. <Optimization>MaxSpeed</Optimization>
  201. <FunctionLevelLinking>true</FunctionLevelLinking>
  202. <IntrinsicFunctions>true</IntrinsicFunctions>
  203. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVICEBUS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  204. <SDLCheck>true</SDLCheck>
  205. </ClCompile>
  206. <Link>
  207. <SubSystem>Windows</SubSystem>
  208. <GenerateDebugInformation>true</GenerateDebugInformation>
  209. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  210. <OptimizeReferences>true</OptimizeReferences>
  211. </Link>
  212. <PostBuildEvent>
  213. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  214. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  215. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  216. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  217. </PostBuildEvent>
  218. </ItemDefinitionGroup>
  219. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  220. <ClCompile>
  221. <WarningLevel>Level3</WarningLevel>
  222. <PrecompiledHeader>Use</PrecompiledHeader>
  223. <Optimization>Disabled</Optimization>
  224. <FunctionLevelLinking>true</FunctionLevelLinking>
  225. <IntrinsicFunctions>true</IntrinsicFunctions>
  226. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVICEBUS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  227. <SDLCheck>true</SDLCheck>
  228. <LanguageStandard>stdcpp17</LanguageStandard>
  229. </ClCompile>
  230. <Link>
  231. <SubSystem>Windows</SubSystem>
  232. <GenerateDebugInformation>true</GenerateDebugInformation>
  233. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  234. <OptimizeReferences>true</OptimizeReferences>
  235. <AdditionalDependencies>ServiceBus.MessageCodec64.lib;ServiceBus.Controller.Client64.lib;ECOM.Utility.DelegateArg64.lib;ECOM.Utility.DString64.lib;ECOM.Utility.XDWRTTI64.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  236. </Link>
  237. <PostBuildEvent>
  238. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\PlatformModule\"
  239. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  240. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\PlatformModule\"
  241. copy "$(ProjectName).h" "..\..\deliver\Include"
  242. </Command>
  243. </PostBuildEvent>
  244. </ItemDefinitionGroup>
  245. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  246. <ClCompile>
  247. <WarningLevel>Level3</WarningLevel>
  248. <PrecompiledHeader>Use</PrecompiledHeader>
  249. <Optimization>MaxSpeed</Optimization>
  250. <FunctionLevelLinking>true</FunctionLevelLinking>
  251. <IntrinsicFunctions>true</IntrinsicFunctions>
  252. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVICEBUS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  253. <SDLCheck>true</SDLCheck>
  254. <LanguageStandard>stdcpp17</LanguageStandard>
  255. </ClCompile>
  256. <Link>
  257. <SubSystem>Windows</SubSystem>
  258. <GenerateDebugInformation>true</GenerateDebugInformation>
  259. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  260. <OptimizeReferences>true</OptimizeReferences>
  261. <AdditionalDependencies>ServiceBus.MessageCodec64.lib;ServiceBus.Controller.Client64.lib;ECOM.Utility.DelegateArg64.lib;ECOM.Utility.DString64.lib;ECOM.Utility.XDWRTTI64.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  262. </Link>
  263. <PostBuildEvent>
  264. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\ReleaseX64"
  265. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\ReleaseX64\"
  266. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\ReleaseX64\"
  267. copy "$(ProjectName).h" "..\..\deliver\Include"
  268. </Command>
  269. </PostBuildEvent>
  270. </ItemDefinitionGroup>
  271. <ItemGroup>
  272. <Text Include="ReadMe.txt" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <ClInclude Include="BusThread.h" />
  276. <ClInclude Include="ClientManager.h" />
  277. <ClInclude Include="ClientsThreadMap.h" />
  278. <ClInclude Include="DevBusManager.h" />
  279. <ClInclude Include="DeviceBus.h" />
  280. <ClInclude Include="eBus.h" />
  281. <ClInclude Include="eBusService.h" />
  282. <ClInclude Include="P2PModule.h" />
  283. <ClInclude Include="resource.h" />
  284. <ClInclude Include="stdafx.h" />
  285. <ClInclude Include="targetver.h" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <ClCompile Include="..\..\Deliver\include\PacketAnalizer.cpp" />
  289. <ClCompile Include="BusThread.cpp" />
  290. <ClCompile Include="ClientManager.cpp" />
  291. <ClCompile Include="ClientsThreadMap.cpp" />
  292. <ClCompile Include="common_api.cpp" />
  293. <ClCompile Include="DevBusManager.cpp" />
  294. <ClCompile Include="DeviceBus.cpp" />
  295. <ClCompile Include="dllmain.cpp">
  296. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  297. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  298. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  299. </PrecompiledHeader>
  300. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  301. </PrecompiledHeader>
  302. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  303. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">false</CompileAsManaged>
  304. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  305. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|x64'">false</CompileAsManaged>
  306. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  307. </PrecompiledHeader>
  308. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  309. </PrecompiledHeader>
  310. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  311. </PrecompiledHeader>
  312. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  313. </PrecompiledHeader>
  314. </ClCompile>
  315. <ClCompile Include="eBus.cpp" />
  316. <ClCompile Include="eBusService.cpp" />
  317. <ClCompile Include="stdafx.cpp">
  318. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  319. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  320. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  321. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  322. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  323. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  324. </ClCompile>
  325. </ItemGroup>
  326. <ItemGroup>
  327. <ResourceCompile Include="DeviceBus.rc" />
  328. </ItemGroup>
  329. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  330. <ImportGroup Label="ExtensionTargets">
  331. </ImportGroup>
  332. </Project>