ProtocolDecoder.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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. <ClInclude Include="BaseEnums\channels.h" />
  161. <ClInclude Include="BaseEnums\data_check_enums.h" />
  162. <ClInclude Include="BaseEnums\edge_pulse_enums.h" />
  163. <ClInclude Include="BaseEnums\loger_enums.h" />
  164. <ClInclude Include="BaseEnums\protocol_enums.h" />
  165. <ClInclude Include="BaseEnums\quantized_enums.h" />
  166. <ClInclude Include="BaseHelper\common_helper.h" />
  167. <ClInclude Include="BaseHelper\constants.h" />
  168. <ClInclude Include="BaseHelper\data_check_helper.h" />
  169. <ClInclude Include="BaseHelper\decode_data_helper.h" />
  170. <ClInclude Include="BaseHelper\loger.h" />
  171. <ClInclude Include="decode_event.h" />
  172. <ClInclude Include="decode_result.h" />
  173. <ClInclude Include="edge_pulse.h" />
  174. <ClInclude Include="edge_pulse_data.h" />
  175. <ClInclude Include="export_method.h" />
  176. <ClInclude Include="ProtocolIIC\constants.h" />
  177. <ClInclude Include="ProtocolIIC\iic_decoder.h" />
  178. <ClInclude Include="ProtocolIIC\iic_decode_options.h" />
  179. <ClInclude Include="ProtocolIIC\iic_decode_result.h" />
  180. <ClInclude Include="ProtocolIIC\iic_packet.h" />
  181. <ClInclude Include="ProtocolIIC\protocol_iic_enums.h" />
  182. <ClInclude Include="ProtocolRS232\constants.h" />
  183. <ClInclude Include="ProtocolRS232\protocol_rs232_enums.h" />
  184. <ClInclude Include="ProtocolRS232\protocol_rs232_options.h" />
  185. <ClInclude Include="ProtocolRS232\rs232_decoder.h" />
  186. <ClInclude Include="ProtocolRS232\rs232_decode_event.h" />
  187. <ClInclude Include="ProtocolRS232\rs232_decode_result.h" />
  188. <ClInclude Include="ProtocolRS232\rs232_packet.h" />
  189. <ClInclude Include="ProtocolSPI\constants.h" />
  190. <ClInclude Include="ProtocolSPI\protocol_spi_enums.h" />
  191. <ClInclude Include="ProtocolSPI\spi_decoder.h" />
  192. <ClInclude Include="ProtocolSPI\spi_decode_options.h" />
  193. <ClInclude Include="ProtocolSPI\spi_decode_result.h" />
  194. <ClInclude Include="ProtocolSPI\spi_packet.h" />
  195. <ClInclude Include="ProtocolUSB\constants.h" />
  196. <ClInclude Include="ProtocolUSB\protocol_usb_enums.h" />
  197. <ClInclude Include="ProtocolUSB\SYNC.h" />
  198. <ClInclude Include="ProtocolUSB\usb_decoder.h" />
  199. <ClInclude Include="ProtocolUSB\usb_decode_event.h" />
  200. <ClInclude Include="ProtocolUSB\usb_decode_options.h" />
  201. <ClInclude Include="ProtocolUSB\usb_decode_result.h" />
  202. <ClInclude Include="ProtocolUSB\usb_packet.h" />
  203. <ClInclude Include="ProtocolXXX\constants.h" />
  204. <ClInclude Include="ProtocolXXX\protocol_xxx_enums.h" />
  205. <ClInclude Include="ProtocolXXX\xxx_packet.h" />
  206. <ClInclude Include="ProtocolXXX\xxx_decode_event.h" />
  207. <ClInclude Include="ProtocolXXX\xxx_decode_result.h" />
  208. <ClInclude Include="ProtocolXXX\xxx_decode_options.h" />
  209. <ClInclude Include="ProtocolXXX\xxx_decoder.h" />
  210. <ClInclude Include="protocol_decode_base.h" />
  211. <ClInclude Include="quantize_params.h" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <ClCompile Include="BaseHelper\common_helper.cc" />
  215. <ClCompile Include="BaseHelper\datacheckhelper.cc" />
  216. <ClCompile Include="BaseHelper\decode_data_helper.cc" />
  217. <ClCompile Include="BaseHelper\loger.cc" />
  218. <ClCompile Include="decode_event.cc" />
  219. <ClCompile Include="decode_result.cc" />
  220. <ClCompile Include="dllmain.cc" />
  221. <ClCompile Include="edge_pulse.cc" />
  222. <ClCompile Include="edge_pulse_data.cc" />
  223. <ClCompile Include="export_method.cc" />
  224. <ClCompile Include="ProtocolIIC\iic_decoder.cc" />
  225. <ClCompile Include="ProtocolRS232\rs232_decoder.cc" />
  226. <ClCompile Include="ProtocolSPI\spi_decoder.cc" />
  227. <ClCompile Include="ProtocolUSB\usb_decoder.cc" />
  228. <ClCompile Include="ProtocolUSB\usb_packet.cc" />
  229. <ClCompile Include="ProtocolXXX\xxx_decoder.cc" />
  230. <ClCompile Include="protocol_decode_base.cc" />
  231. <ClCompile Include="quantize_params.cc" />
  232. </ItemGroup>
  233. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  234. <ImportGroup Label="ExtensionTargets">
  235. </ImportGroup>
  236. </Project>