ampboot.vcxproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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="Release|Win32">
  5. <Configuration>Release</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGuid>{80C12F4E-52ED-412B-8837-8E1A866B32A7}</ProjectGuid>
  11. <RootNamespace>ampboot</RootNamespace>
  12. <Keyword>Win32Proj</Keyword>
  13. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  17. <ConfigurationType>Application</ConfigurationType>
  18. <CharacterSet>MultiByte</CharacterSet>
  19. <PlatformToolset>v140</PlatformToolset>
  20. <WholeProgramOptimization>true</WholeProgramOptimization>
  21. </PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  23. <ImportGroup Label="ExtensionSettings">
  24. </ImportGroup>
  25. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  26. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  27. </ImportGroup>
  28. <PropertyGroup Label="UserMacros" />
  29. <PropertyGroup>
  30. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  31. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\Programs\</OutDir>
  32. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\Objects\</IntDir>
  33. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  34. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
  35. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
  36. </PropertyGroup>
  37. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  38. <ClCompile>
  39. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  40. <PreprocessorDefinitions>WIN32;_CONSOLE;MAKEFILE;WINPCAP;AR7x00;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  41. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  42. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  43. <WarningLevel>Level3</WarningLevel>
  44. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  45. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  46. <CompileAs>CompileAsC</CompileAs>
  47. <StringPooling>true</StringPooling>
  48. <MinimalRebuild>false</MinimalRebuild>
  49. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  50. <FunctionLevelLinking>false</FunctionLevelLinking>
  51. </ClCompile>
  52. <Link>
  53. <AdditionalDependencies>ws2_32.lib;packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
  54. <OutputFile>$(OutDir)ampboot.exe</OutputFile>
  55. <AdditionalLibraryDirectories>..\library;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  56. <GenerateDebugInformation>false</GenerateDebugInformation>
  57. <SubSystem>Console</SubSystem>
  58. <OptimizeReferences>true</OptimizeReferences>
  59. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  60. <TargetMachine>MachineX86</TargetMachine>
  61. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  62. </Link>
  63. </ItemDefinitionGroup>
  64. <ItemGroup>
  65. <ClCompile Include="..\..\plc\ampboot.c" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ClInclude Include="..\..\ether\channel.h" />
  69. <ClInclude Include="..\..\tools\error.h" />
  70. <ClInclude Include="..\..\ether\ether.h" />
  71. <ClInclude Include="..\..\tools\files.h" />
  72. <ClInclude Include="..\..\tools\getoptv.h" />
  73. <ClInclude Include="..\..\nvm\nvm.h" />
  74. <ClInclude Include="..\..\pib\pib.h" />
  75. <ClInclude Include="..\..\tools\putoptv.h" />
  76. <ClInclude Include="..\..\tools\version.h" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\lib_ether\lib_ether.vcxproj">
  80. <Project>{bbd90b81-def0-436e-875d-4b2eae30817d}</Project>
  81. </ProjectReference>
  82. <ProjectReference Include="..\lib_mme\lib_mme.vcxproj">
  83. <Project>{a752190f-4bad-4e19-a20d-9958cd662d3e}</Project>
  84. </ProjectReference>
  85. <ProjectReference Include="..\lib_nvm\lib_nvm.vcxproj">
  86. <Project>{cdbe586e-5e50-46e3-97ad-5acfdea2c25b}</Project>
  87. </ProjectReference>
  88. <ProjectReference Include="..\lib_pib\lib_pib.vcxproj">
  89. <Project>{7862bed7-f458-4c68-9a85-6c451f9f0760}</Project>
  90. </ProjectReference>
  91. <ProjectReference Include="..\lib_plc\lib_plc.vcxproj">
  92. <Project>{3e2792ca-861b-492c-8618-248430858b1f}</Project>
  93. </ProjectReference>
  94. <ProjectReference Include="..\lib_tools\lib_tools.vcxproj">
  95. <Project>{22861826-8a4c-463a-9d81-ca4caba4f703}</Project>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  99. <ImportGroup Label="ExtensionTargets">
  100. </ImportGroup>
  101. </Project>