lib_mme.vcxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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="..\..\mme\ARPCPeek.c" />
  23. <ClCompile Include="..\..\mme\ARPCPrint.c" />
  24. <ClCompile Include="..\..\mme\ARPCWrite.c" />
  25. <ClCompile Include="..\..\mme\EthernetHeader.c" />
  26. <ClCompile Include="..\..\mme\FirmwareMessage.c" />
  27. <ClCompile Include="..\..\mme\HomePlugHeader.c" />
  28. <ClCompile Include="..\..\mme\HomePlugHeader1.c" />
  29. <ClCompile Include="..\..\mme\MMECode.c" />
  30. <ClCompile Include="..\..\mme\MMEMode.c" />
  31. <ClCompile Include="..\..\mme\MMEName.c" />
  32. <ClCompile Include="..\..\mme\MMEPeek.c" />
  33. <ClCompile Include="..\..\mme\QualcommHeader.c" />
  34. <ClCompile Include="..\..\mme\QualcommHeader1.c" />
  35. <ClCompile Include="..\..\mme\readmessage.c" />
  36. <ClCompile Include="..\..\mme\sendmessage.c" />
  37. <ClCompile Include="..\..\mme\UnwantedMessage.c" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <None Include="..\..\mme\vs_module_operation_1.cnf" />
  41. </ItemGroup>
  42. <PropertyGroup Label="Globals">
  43. <ProjectGuid>{A752190F-4BAD-4E19-A20D-9958CD662D3E}</ProjectGuid>
  44. <Keyword>Win32Proj</Keyword>
  45. <RootNamespace>lib_mme</RootNamespace>
  46. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <UseDebugLibraries>true</UseDebugLibraries>
  52. <PlatformToolset>v140</PlatformToolset>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v140</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  63. <ConfigurationType>StaticLibrary</ConfigurationType>
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <PlatformToolset>v140</PlatformToolset>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  69. <ConfigurationType>StaticLibrary</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <PlatformToolset>v140</PlatformToolset>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  76. <ImportGroup Label="ExtensionSettings">
  77. </ImportGroup>
  78. <ImportGroup Label="Shared">
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  84. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  85. </ImportGroup>
  86. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  88. </ImportGroup>
  89. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. </ImportGroup>
  92. <PropertyGroup Label="UserMacros" />
  93. <PropertyGroup />
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <PrecompiledHeader>
  97. </PrecompiledHeader>
  98. <WarningLevel>Level3</WarningLevel>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. </Link>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  107. <ClCompile>
  108. <PrecompiledHeader>
  109. </PrecompiledHeader>
  110. <WarningLevel>Level3</WarningLevel>
  111. <Optimization>Disabled</Optimization>
  112. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Windows</SubSystem>
  116. </Link>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  119. <ClCompile>
  120. <WarningLevel>Level3</WarningLevel>
  121. <PrecompiledHeader>
  122. </PrecompiledHeader>
  123. <Optimization>MaxSpeed</Optimization>
  124. <FunctionLevelLinking>true</FunctionLevelLinking>
  125. <IntrinsicFunctions>true</IntrinsicFunctions>
  126. <PreprocessorDefinitions>WIN32;_CONSOLE;MAKEFILE;WINPCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  128. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  129. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  130. <CompileAs>CompileAsC</CompileAs>
  131. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Windows</SubSystem>
  135. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  136. <OptimizeReferences>true</OptimizeReferences>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <WarningLevel>Level3</WarningLevel>
  142. <PrecompiledHeader>
  143. </PrecompiledHeader>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. </ClCompile>
  149. <Link>
  150. <SubSystem>Windows</SubSystem>
  151. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  152. <OptimizeReferences>true</OptimizeReferences>
  153. </Link>
  154. </ItemDefinitionGroup>
  155. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  156. <ImportGroup Label="ExtensionTargets">
  157. </ImportGroup>
  158. </Project>