lib_serial.vcxproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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="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. <ItemGroup>
  22. <ClCompile Include="..\..\serial\closeport.c" />
  23. <ClCompile Include="..\..\serial\openport.c" />
  24. <ClCompile Include="..\..\serial\serial.c" />
  25. </ItemGroup>
  26. <PropertyGroup Label="Globals">
  27. <ProjectGuid>{4C27D501-75A0-4EC6-8ABF-2C6B223103A5}</ProjectGuid>
  28. <Keyword>Win32Proj</Keyword>
  29. <RootNamespace>lib_serial</RootNamespace>
  30. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <PlatformToolset>v140</PlatformToolset>
  37. <CharacterSet>Unicode</CharacterSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <UseDebugLibraries>false</UseDebugLibraries>
  42. <PlatformToolset>v140</PlatformToolset>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>Unicode</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  47. <ConfigurationType>StaticLibrary</ConfigurationType>
  48. <UseDebugLibraries>true</UseDebugLibraries>
  49. <PlatformToolset>v140</PlatformToolset>
  50. <CharacterSet>Unicode</CharacterSet>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  53. <ConfigurationType>StaticLibrary</ConfigurationType>
  54. <UseDebugLibraries>false</UseDebugLibraries>
  55. <PlatformToolset>v140</PlatformToolset>
  56. <WholeProgramOptimization>true</WholeProgramOptimization>
  57. <CharacterSet>Unicode</CharacterSet>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  60. <ImportGroup Label="ExtensionSettings">
  61. </ImportGroup>
  62. <ImportGroup Label="Shared">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <PropertyGroup Label="UserMacros" />
  77. <PropertyGroup />
  78. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <ClCompile>
  80. <PrecompiledHeader>
  81. </PrecompiledHeader>
  82. <WarningLevel>Level3</WarningLevel>
  83. <Optimization>Disabled</Optimization>
  84. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85. </ClCompile>
  86. <Link>
  87. <SubSystem>Windows</SubSystem>
  88. </Link>
  89. </ItemDefinitionGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <ClCompile>
  92. <PrecompiledHeader>
  93. </PrecompiledHeader>
  94. <WarningLevel>Level3</WarningLevel>
  95. <Optimization>Disabled</Optimization>
  96. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Windows</SubSystem>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  103. <ClCompile>
  104. <WarningLevel>Level3</WarningLevel>
  105. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  106. <Optimization>MaxSpeed</Optimization>
  107. <FunctionLevelLinking>true</FunctionLevelLinking>
  108. <IntrinsicFunctions>true</IntrinsicFunctions>
  109. <PreprocessorDefinitions>WIN32;_CONSOLE;MAKEFILE;WINPCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  111. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  112. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  113. <CompileAs>CompileAsC</CompileAs>
  114. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Windows</SubSystem>
  118. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  119. <OptimizeReferences>true</OptimizeReferences>
  120. </Link>
  121. </ItemDefinitionGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  123. <ClCompile>
  124. <WarningLevel>Level3</WarningLevel>
  125. <PrecompiledHeader>
  126. </PrecompiledHeader>
  127. <Optimization>MaxSpeed</Optimization>
  128. <FunctionLevelLinking>true</FunctionLevelLinking>
  129. <IntrinsicFunctions>true</IntrinsicFunctions>
  130. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. </ClCompile>
  132. <Link>
  133. <SubSystem>Windows</SubSystem>
  134. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  135. <OptimizeReferences>true</OptimizeReferences>
  136. </Link>
  137. </ItemDefinitionGroup>
  138. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  139. <ImportGroup Label="ExtensionTargets">
  140. </ImportGroup>
  141. </Project>