ProtocolDecoder.vcxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{452B01D0-9E45-432F-904B-A81BB6C5B9C4}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>ProtocolDecoder</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  29. <PropertyGroup>
  30. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  33. <ConfigurationType>DynamicLibrary</ConfigurationType>
  34. <UseDebugLibraries>true</UseDebugLibraries>
  35. <PlatformToolset>v143</PlatformToolset>
  36. <CharacterSet>Unicode</CharacterSet>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <UseDebugLibraries>false</UseDebugLibraries>
  41. <PlatformToolset>v143</PlatformToolset>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. <CharacterSet>Unicode</CharacterSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>DynamicLibrary</ConfigurationType>
  47. <UseDebugLibraries>true</UseDebugLibraries>
  48. <PlatformToolset>v143</PlatformToolset>
  49. <CharacterSet>Unicode</CharacterSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>DynamicLibrary</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v143</PlatformToolset>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <CharacterSet>Unicode</CharacterSet>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  59. <ImportGroup Label="ExtensionSettings">
  60. </ImportGroup>
  61. <ImportGroup Label="Shared">
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
  71. </ImportGroup>
  72. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
  74. </ImportGroup>
  75. <PropertyGroup Label="UserMacros"/>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  77. <LinkIncremental>true</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>true</LinkIncremental>
  81. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\lib\x64</LibraryPath>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  84. <LinkIncremental>false</LinkIncremental>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  87. <LinkIncremental>false</LinkIncremental>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  92. <WarningLevel>Level3</WarningLevel>
  93. <Optimization>Disabled</Optimization>
  94. <SDLCheck>true</SDLCheck>
  95. <PreprocessorDefinitions>WIN32;_DEBUG;CPPDYNAMICLIBRARYTEMPLATE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <ConformanceMode>true</ConformanceMode>
  97. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. </Link>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  105. <ClCompile>
  106. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <SDLCheck>true</SDLCheck>
  110. <PreprocessorDefinitions>_DEBUG;CPPDYNAMICLIBRARYTEMPLATE_EXPORTS;_WINDOWS;_USRDLL;LIBMATH_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <ConformanceMode>true</ConformanceMode>
  112. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  113. <LanguageStandard>stdcpp17</LanguageStandard>
  114. <LanguageStandard_C>stdc17</LanguageStandard_C>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Windows</SubSystem>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile>
  123. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  124. <WarningLevel>Level3</WarningLevel>
  125. <Optimization>MaxSpeed</Optimization>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <IntrinsicFunctions>true</IntrinsicFunctions>
  128. <SDLCheck>true</SDLCheck>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;CPPDYNAMICLIBRARYTEMPLATE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <ConformanceMode>true</ConformanceMode>
  131. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Windows</SubSystem>
  135. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  136. <OptimizeReferences>true</OptimizeReferences>
  137. <GenerateDebugInformation>true</GenerateDebugInformation>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  141. <ClCompile>
  142. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  143. <WarningLevel>Level3</WarningLevel>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <SDLCheck>true</SDLCheck>
  148. <PreprocessorDefinitions>NDEBUG;CPPDYNAMICLIBRARYTEMPLATE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <ConformanceMode>true</ConformanceMode>
  150. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  151. </ClCompile>
  152. <Link>
  153. <SubSystem>Windows</SubSystem>
  154. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  155. <OptimizeReferences>true</OptimizeReferences>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. </Link>
  158. </ItemDefinitionGroup>
  159. <ItemGroup>
  160. <ClCompile Include="BaseHelper\DataCheckHelper.cpp">
  161. <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
  162. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  163. <Optimization>Disabled</Optimization>
  164. <SupportJustMyCode>true</SupportJustMyCode>
  165. <AssemblerOutput>NoListing</AssemblerOutput>
  166. <AssemblerListingLocation>x64\Debug\</AssemblerListingLocation>
  167. <UndefineAllPreprocessorDefinitions>false</UndefineAllPreprocessorDefinitions>
  168. <BrowseInformation>false</BrowseInformation>
  169. <BrowseInformationFile>x64\Debug\</BrowseInformationFile>
  170. <CompileAs>Default</CompileAs>
  171. <ConformanceMode>true</ConformanceMode>
  172. <DiagnosticsFormat>Column</DiagnosticsFormat>
  173. <DisableLanguageExtensions>false</DisableLanguageExtensions>
  174. <ErrorReporting>Prompt</ErrorReporting>
  175. <ExpandAttributedSource>false</ExpandAttributedSource>
  176. <ExceptionHandling>Sync</ExceptionHandling>
  177. <EnableASAN>false</EnableASAN>
  178. <EnableFuzzer>false</EnableFuzzer>
  179. <EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
  180. <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
  181. <FloatingPointModel>Precise</FloatingPointModel>
  182. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  183. <GenerateModuleDependencies>false</GenerateModuleDependencies>
  184. <GenerateSourceDependencies>false</GenerateSourceDependencies>
  185. <GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
  186. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  187. <IntrinsicFunctions>false</IntrinsicFunctions>
  188. <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
  189. <LanguageStandard>stdcpp17</LanguageStandard>
  190. <LanguageStandard_C>stdc17</LanguageStandard_C>
  191. <MinimalRebuild>false</MinimalRebuild>
  192. <ModuleDependenciesFile>x64\Debug\</ModuleDependenciesFile>
  193. <ModuleOutputFile>x64\Debug\</ModuleOutputFile>
  194. <OmitDefaultLibName>false</OmitDefaultLibName>
  195. <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
  196. <WholeProgramOptimization>false</WholeProgramOptimization>
  197. <ObjectFileName>x64\Debug\</ObjectFileName>
  198. <CallingConvention>Cdecl</CallingConvention>
  199. <ProgramDataBaseFileName>x64\Debug\vc143.pdb</ProgramDataBaseFileName>
  200. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  201. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  202. <PrecompiledHeaderOutputFile>x64\Debug\ProtocolDecoder.pch</PrecompiledHeaderOutputFile>
  203. <PreprocessToFile>false</PreprocessToFile>
  204. <PreprocessKeepComments>false</PreprocessKeepComments>
  205. <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
  206. <RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
  207. <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
  208. <ShowIncludes>false</ShowIncludes>
  209. <SourceDependenciesFile>x64\Debug\</SourceDependenciesFile>
  210. <SuppressStartupBanner>true</SuppressStartupBanner>
  211. <BufferSecurityCheck>true</BufferSecurityCheck>
  212. <SmallerTypeCheck>false</SmallerTypeCheck>
  213. <SpectreMitigation>false</SpectreMitigation>
  214. <StructMemberAlignment>Default</StructMemberAlignment>
  215. <TrackerLogDirectory>x64\Debug\ProtocolDecoder.tlog\</TrackerLogDirectory>
  216. <TranslateIncludes>false</TranslateIncludes>
  217. <MinimalRebuildFromTracking>true</MinimalRebuildFromTracking>
  218. <TreatWarningAsError>false</TreatWarningAsError>
  219. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  220. <UseFullPaths>true</UseFullPaths>
  221. <WarningLevel>Level3</WarningLevel>
  222. <XMLDocumentationFileName>x64\Debug\</XMLDocumentationFileName>
  223. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  224. <IntelJCCErratum>false</IntelJCCErratum>
  225. <BuildStlModules>false</BuildStlModules>
  226. <TreatAngleIncludeAsExternal>false</TreatAngleIncludeAsExternal>
  227. <ExternalWarningLevel>InheritWarningLevel</ExternalWarningLevel>
  228. <TreatExternalTemplatesAsInternal>true</TreatExternalTemplatesAsInternal>
  229. <DisableAnalyzeExternal>false</DisableAnalyzeExternal>
  230. <PreprocessorDefinitions>_DEBUG;CPPDYNAMICLIBRARYTEMPLATE_EXPORTS;_WINDOWS;_USRDLL;_WINDLL;_UNICODE;UNICODE;</PreprocessorDefinitions>
  231. <SDLCheck>true</SDLCheck>
  232. <LinkCompiled>true</LinkCompiled>
  233. </ClCompile>
  234. <ClCompile Include="BaseHelper\DecodeDataHelper.cpp">
  235. <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
  236. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  237. <Optimization>Disabled</Optimization>
  238. <SupportJustMyCode>true</SupportJustMyCode>
  239. <AssemblerOutput>NoListing</AssemblerOutput>
  240. <AssemblerListingLocation>x64\Debug\</AssemblerListingLocation>
  241. <UndefineAllPreprocessorDefinitions>false</UndefineAllPreprocessorDefinitions>
  242. <BrowseInformation>false</BrowseInformation>
  243. <BrowseInformationFile>x64\Debug\</BrowseInformationFile>
  244. <CompileAs>Default</CompileAs>
  245. <ConformanceMode>true</ConformanceMode>
  246. <DiagnosticsFormat>Column</DiagnosticsFormat>
  247. <DisableLanguageExtensions>false</DisableLanguageExtensions>
  248. <ErrorReporting>Prompt</ErrorReporting>
  249. <ExpandAttributedSource>false</ExpandAttributedSource>
  250. <ExceptionHandling>Sync</ExceptionHandling>
  251. <EnableASAN>false</EnableASAN>
  252. <EnableFuzzer>false</EnableFuzzer>
  253. <EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
  254. <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
  255. <FloatingPointModel>Precise</FloatingPointModel>
  256. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  257. <GenerateModuleDependencies>false</GenerateModuleDependencies>
  258. <GenerateSourceDependencies>false</GenerateSourceDependencies>
  259. <GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
  260. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  261. <IntrinsicFunctions>false</IntrinsicFunctions>
  262. <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
  263. <LanguageStandard>stdcpp17</LanguageStandard>
  264. <LanguageStandard_C>stdc17</LanguageStandard_C>
  265. <MinimalRebuild>false</MinimalRebuild>
  266. <ModuleDependenciesFile>x64\Debug\</ModuleDependenciesFile>
  267. <ModuleOutputFile>x64\Debug\</ModuleOutputFile>
  268. <OmitDefaultLibName>false</OmitDefaultLibName>
  269. <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
  270. <WholeProgramOptimization>false</WholeProgramOptimization>
  271. <ObjectFileName>x64\Debug\</ObjectFileName>
  272. <CallingConvention>Cdecl</CallingConvention>
  273. <ProgramDataBaseFileName>x64\Debug\vc143.pdb</ProgramDataBaseFileName>
  274. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  275. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  276. <PrecompiledHeaderOutputFile>x64\Debug\ProtocolDecoder.pch</PrecompiledHeaderOutputFile>
  277. <PreprocessToFile>false</PreprocessToFile>
  278. <PreprocessKeepComments>false</PreprocessKeepComments>
  279. <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
  280. <RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
  281. <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
  282. <ShowIncludes>false</ShowIncludes>
  283. <SourceDependenciesFile>x64\Debug\</SourceDependenciesFile>
  284. <SuppressStartupBanner>true</SuppressStartupBanner>
  285. <BufferSecurityCheck>true</BufferSecurityCheck>
  286. <SmallerTypeCheck>false</SmallerTypeCheck>
  287. <SpectreMitigation>false</SpectreMitigation>
  288. <StructMemberAlignment>Default</StructMemberAlignment>
  289. <TrackerLogDirectory>x64\Debug\ProtocolDecoder.tlog\</TrackerLogDirectory>
  290. <TranslateIncludes>false</TranslateIncludes>
  291. <MinimalRebuildFromTracking>true</MinimalRebuildFromTracking>
  292. <TreatWarningAsError>false</TreatWarningAsError>
  293. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  294. <UseFullPaths>true</UseFullPaths>
  295. <WarningLevel>Level3</WarningLevel>
  296. <XMLDocumentationFileName>x64\Debug\</XMLDocumentationFileName>
  297. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  298. <IntelJCCErratum>false</IntelJCCErratum>
  299. <BuildStlModules>false</BuildStlModules>
  300. <TreatAngleIncludeAsExternal>false</TreatAngleIncludeAsExternal>
  301. <ExternalWarningLevel>InheritWarningLevel</ExternalWarningLevel>
  302. <TreatExternalTemplatesAsInternal>true</TreatExternalTemplatesAsInternal>
  303. <DisableAnalyzeExternal>false</DisableAnalyzeExternal>
  304. <PreprocessorDefinitions>_DEBUG;CPPDYNAMICLIBRARYTEMPLATE_EXPORTS;_WINDOWS;_USRDLL;_WINDLL;_UNICODE;UNICODE;</PreprocessorDefinitions>
  305. <SDLCheck>true</SDLCheck>
  306. <LinkCompiled>true</LinkCompiled>
  307. </ClCompile>
  308. <ClCompile Include="BaseHelper\Logger.cpp"/>
  309. <ClCompile Include="DecodeEvent.cpp"/>
  310. <ClCompile Include="DecodeResult.cpp"/>
  311. <ClCompile Include="dllmain.cpp"/>
  312. <ClCompile Include="EdgePulse.cpp"/>
  313. <ClCompile Include="EdgePulseData.cpp"/>
  314. <ClCompile Include="ExportMethod.cpp" />
  315. <ClCompile Include="ProtocolDecodeBase.cpp"/>
  316. <ClCompile Include="ProtocolRS232\RS232Decode.cpp"/>
  317. <ClCompile Include="ProtocolRS232\RS232DecodeEvent.cpp"/>
  318. <ClCompile Include="ProtocolRS232\RS232DecodeResult.cpp"/>
  319. <ClCompile Include="ProtocolRS232\RS232Packet.cpp"/>
  320. <ClCompile Include="ProtocolUSB\Constants.cpp" />
  321. <ClCompile Include="ProtocolUSB\UsbDecodeEvent.cpp" />
  322. <ClCompile Include="ProtocolUSB\USBDecode.cpp" />
  323. <ClCompile Include="ProtocolUSB\UsbDecodeResult.cpp" />
  324. <ClCompile Include="ProtocolUSB\USBPacket.cpp" />
  325. <ClCompile Include="QuantizeParams.cpp"/>
  326. </ItemGroup>
  327. <ItemGroup>
  328. <ClInclude Include="BaseEnums\Channels.h"/>
  329. <ClInclude Include="BaseEnums\DataCheckEnums.h"/>
  330. <ClInclude Include="BaseEnums\EdgePulseEnums.h"/>
  331. <ClInclude Include="BaseEnums\LogerEnums.h"/>
  332. <ClInclude Include="BaseEnums\ProtocolEnums.h"/>
  333. <ClInclude Include="BaseEnums\QuantizedEnums.h"/>
  334. <ClInclude Include="BaseHelper\CommonHelper.h"/>
  335. <ClInclude Include="BaseHelper\DataCheckHelper.h"/>
  336. <ClInclude Include="BaseHelper\DecodeDataHelper.h"/>
  337. <ClInclude Include="BaseHelper\Logger.h"/>
  338. <ClInclude Include="DecodeEvent.h"/>
  339. <ClInclude Include="DecodeResult.h"/>
  340. <ClInclude Include="EdgePulse.h"/>
  341. <ClInclude Include="EdgePulseData.h"/>
  342. <ClInclude Include="ExportMethod.h" />
  343. <ClInclude Include="ProtocolDecodeBase.h"/>
  344. <ClInclude Include="ProtocolRS232\Constants.h"/>
  345. <ClInclude Include="ProtocolRS232\Protocol.RS232.Options.h"/>
  346. <ClInclude Include="ProtocolRS232\RS232Params.h"/>
  347. <ClInclude Include="ProtocolRS232\ProtocolRS232Enums.h"/>
  348. <ClInclude Include="ProtocolRS232\RS232Decode.h"/>
  349. <ClInclude Include="ProtocolRS232\RS232DecodeEvent.h"/>
  350. <ClInclude Include="ProtocolRS232\RS232DecodeResult.h"/>
  351. <ClInclude Include="ProtocolRS232\RS232Packet.h"/>
  352. <ClInclude Include="ProtocolUSB\Constants.h" />
  353. <ClInclude Include="ProtocolUSB\ProtocolUSBEnums.h" />
  354. <ClInclude Include="ProtocolUSB\SYNC.h" />
  355. <ClInclude Include="ProtocolUSB\UsbDecodeEvent.h" />
  356. <ClInclude Include="ProtocolUSB\USBDecode.h" />
  357. <ClInclude Include="ProtocolUSB\UsbDecodeOptions.h" />
  358. <ClInclude Include="ProtocolUSB\UsbDecodeResult.h" />
  359. <ClInclude Include="ProtocolUSB\USBPacket.h" />
  360. <ClInclude Include="QuantizeParams.h"/>
  361. </ItemGroup>
  362. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  363. <ImportGroup Label="ExtensionTargets">
  364. </ImportGroup>
  365. </Project>