StartAPPbyCOM.vcxproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{34af4db2-8e55-4f33-b78a-f6c8c3a68391}</ProjectGuid>
  25. <RootNamespace>StartAPPbyCOM</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'">
  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)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <OutDir>..\..\..\..\bin\$(ProjectName)\</OutDir>
  76. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. <OutDir>..\..\..\..\bin\$(ProjectName)\</OutDir>
  81. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <LinkIncremental>true</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. <WarningLevel>Level3</WarningLevel>
  92. <SDLCheck>true</SDLCheck>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <ConformanceMode>true</ConformanceMode>
  95. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  96. <AdditionalIncludeDirectories>$(ProjectDir)CSerialPort\include;$(ProjectDir)CSerialPort\src</AdditionalIncludeDirectories>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Console</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  101. <AdditionalDependencies>setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
  102. </Link>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  105. <ClCompile>
  106. <WarningLevel>Level3</WarningLevel>
  107. <FunctionLevelLinking>true</FunctionLevelLinking>
  108. <IntrinsicFunctions>true</IntrinsicFunctions>
  109. <SDLCheck>true</SDLCheck>
  110. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <ConformanceMode>true</ConformanceMode>
  112. <AdditionalIncludeDirectories>$(ProjectDir)CSerialPort\include;$(ProjectDir)CSerialPort\src</AdditionalIncludeDirectories>
  113. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Console</SubSystem>
  117. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  118. <OptimizeReferences>true</OptimizeReferences>
  119. <GenerateDebugInformation>true</GenerateDebugInformation>
  120. <AdditionalDependencies>setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
  121. </Link>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  124. <ClCompile>
  125. <WarningLevel>Level3</WarningLevel>
  126. <SDLCheck>true</SDLCheck>
  127. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <ConformanceMode>true</ConformanceMode>
  129. <AdditionalIncludeDirectories>$(ProjectDir)CSerialPort\include;$(ProjectDir)CSerialPort\src</AdditionalIncludeDirectories>
  130. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  131. </ClCompile>
  132. <Link>
  133. <SubSystem>Console</SubSystem>
  134. <GenerateDebugInformation>true</GenerateDebugInformation>
  135. <AdditionalDependencies>setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
  136. </Link>
  137. </ItemDefinitionGroup>
  138. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  139. <ClCompile>
  140. <WarningLevel>Level3</WarningLevel>
  141. <FunctionLevelLinking>true</FunctionLevelLinking>
  142. <IntrinsicFunctions>true</IntrinsicFunctions>
  143. <SDLCheck>true</SDLCheck>
  144. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <ConformanceMode>true</ConformanceMode>
  146. <AdditionalIncludeDirectories>$(ProjectDir)CSerialPort\include;$(ProjectDir)CSerialPort\src</AdditionalIncludeDirectories>
  147. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  148. </ClCompile>
  149. <Link>
  150. <SubSystem>Console</SubSystem>
  151. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  152. <OptimizeReferences>true</OptimizeReferences>
  153. <GenerateDebugInformation>true</GenerateDebugInformation>
  154. <AdditionalDependencies>setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <ItemGroup>
  158. <ClCompile Include="CSerialPort\src\SerialPort.cpp" />
  159. <ClCompile Include="CSerialPort\src\SerialPortBase.cpp" />
  160. <ClCompile Include="CSerialPort\src\SerialPortInfo.cpp" />
  161. <ClCompile Include="CSerialPort\src\SerialPortInfoBase.cpp" />
  162. <ClCompile Include="CSerialPort\src\SerialPortInfoWinBase.cpp" />
  163. <ClCompile Include="CSerialPort\src\SerialPortWinBase.cpp" />
  164. <ClCompile Include="SerialPortManager.cpp" />
  165. <ClCompile Include="StartAPPbyCOM.cpp" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ClInclude Include="CmdHelper.h" />
  169. <ClInclude Include="CSerialPort\include\CSerialPort\osplatformutil.h" />
  170. <ClInclude Include="CSerialPort\include\CSerialPort\SerialPort.h" />
  171. <ClInclude Include="CSerialPort\include\CSerialPort\SerialPortBase.h" />
  172. <ClInclude Include="CSerialPort\include\CSerialPort\SerialPortInfo.h" />
  173. <ClInclude Include="CSerialPort\include\CSerialPort\SerialPortInfoBase.h" />
  174. <ClInclude Include="CSerialPort\include\CSerialPort\SerialPortInfoWinBase.h" />
  175. <ClInclude Include="CSerialPort\include\CSerialPort\SerialPortWinBase.h" />
  176. <ClInclude Include="CSerialPort\include\CSerialPort\SerialPort_global.h" />
  177. <ClInclude Include="CSerialPort\include\CSerialPort\sigslot.h" />
  178. <ClInclude Include="resource.h" />
  179. <ClInclude Include="SerialPortManager.h" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <ResourceCompile Include="StartAPPbyCOM.rc" />
  183. </ItemGroup>
  184. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  185. <ImportGroup Label="ExtensionTargets">
  186. </ImportGroup>
  187. </Project>