lib_ether.vcxproj 7.0 KB

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