1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</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 <ProjectGuid>{8CC0CE51-32CF-4585-BFAF-A9343BC5A96D}</ProjectGuid> 23 <RootNamespace>lwIP_test</RootNamespace> 24 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <UseOfMfc>false</UseOfMfc> 30 <CharacterSet>MultiByte</CharacterSet> 31 <PlatformToolset>v143</PlatformToolset> 32 </PropertyGroup> 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 34 <ConfigurationType>Application</ConfigurationType> 35 <UseOfMfc>false</UseOfMfc> 36 <CharacterSet>MultiByte</CharacterSet> 37 <PlatformToolset>v143</PlatformToolset> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 40 <ConfigurationType>Application</ConfigurationType> 41 <UseOfMfc>false</UseOfMfc> 42 <CharacterSet>MultiByte</CharacterSet> 43 <PlatformToolset>v143</PlatformToolset> 44 </PropertyGroup> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 46 <ConfigurationType>Application</ConfigurationType> 47 <UseOfMfc>false</UseOfMfc> 48 <CharacterSet>MultiByte</CharacterSet> 49 <PlatformToolset>v143</PlatformToolset> 50 </PropertyGroup> 51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 52 <ImportGroup Label="ExtensionSettings"> 53 </ImportGroup> 54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 56 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 57 </ImportGroup> 58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 61 </ImportGroup> 62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 64 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 65 </ImportGroup> 66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 69 </ImportGroup> 70 <PropertyGroup Label="UserMacros" /> 71 <PropertyGroup> 72 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 73 <IntDir>$(Configuration)\$(ProjectName)\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 78 </PropertyGroup> 79 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 80 <Midl> 81 <TypeLibraryName>.\Release/test.tlb</TypeLibraryName> 82 <HeaderFileName> 83 </HeaderFileName> 84 </Midl> 85 <ClCompile> 86 <Optimization>MaxSpeed</Optimization> 87 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 88 <AdditionalIncludeDirectories>..\..\..\..\src\include;..\..\..\..\src\include\ipv4;..\..\..\..\src\include\ipv6;..\include;..\..\..\examples\example_app;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 89 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 90 <StringPooling>true</StringPooling> 91 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 92 <FunctionLevelLinking>true</FunctionLevelLinking> 93 <PrecompiledHeader> 94 </PrecompiledHeader> 95 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile> 96 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName> 97 <WarningLevel>Level4</WarningLevel> 98 <SuppressStartupBanner>true</SuppressStartupBanner> 99 <CompileAs>Default</CompileAs> 100 <TreatWarningAsError>true</TreatWarningAsError> 101 </ClCompile> 102 <ResourceCompile> 103 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 104 <Culture>0x0407</Culture> 105 </ResourceCompile> 106 <Link> 107 <AdditionalDependencies>Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies> 108 <SuppressStartupBanner>true</SuppressStartupBanner> 109 <AdditionalLibraryDirectories>$(PCAP_DIR)\Lib;..\..\..\..\..\winpcap\WpdPack\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 110 <ProgramDatabaseFile>.\Release/test.pdb</ProgramDatabaseFile> 111 <SubSystem>Console</SubSystem> 112 <RandomizedBaseAddress>false</RandomizedBaseAddress> 113 <DataExecutionPrevention> 114 </DataExecutionPrevention> 115 <TargetMachine>MachineX86</TargetMachine> 116 <GenerateMapFile>true</GenerateMapFile> 117 <MapFileName>$(TargetDir)$(TargetName).map</MapFileName> 118 <DelayLoadDLLs>Packet.dll;wpcap.dll;%(DelayLoadDLLs)</DelayLoadDLLs> 119 </Link> 120 </ItemDefinitionGroup> 121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 122 <Midl> 123 <TypeLibraryName>.\Release/test.tlb</TypeLibraryName> 124 <HeaderFileName> 125 </HeaderFileName> 126 </Midl> 127 <ClCompile> 128 <Optimization>MaxSpeed</Optimization> 129 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 130 <AdditionalIncludeDirectories>..\..\..\..\src\include;..\..\..\..\src\include\ipv4;..\..\..\..\src\include\ipv6;..\include;..\..\..\examples\example_app;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 131 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 132 <StringPooling>true</StringPooling> 133 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 134 <FunctionLevelLinking>true</FunctionLevelLinking> 135 <PrecompiledHeader> 136 </PrecompiledHeader> 137 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile> 138 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName> 139 <WarningLevel>Level4</WarningLevel> 140 <SuppressStartupBanner>true</SuppressStartupBanner> 141 <CompileAs>Default</CompileAs> 142 <TreatWarningAsError>true</TreatWarningAsError> 143 </ClCompile> 144 <ResourceCompile> 145 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 146 <Culture>0x0407</Culture> 147 </ResourceCompile> 148 <Link> 149 <AdditionalDependencies>Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies> 150 <SuppressStartupBanner>true</SuppressStartupBanner> 151 <AdditionalLibraryDirectories>$(PCAP_DIR)\Lib;..\..\..\..\..\winpcap\WpdPack\Lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 152 <ProgramDatabaseFile>.\Release/test.pdb</ProgramDatabaseFile> 153 <SubSystem>Console</SubSystem> 154 <RandomizedBaseAddress>false</RandomizedBaseAddress> 155 <DataExecutionPrevention> 156 </DataExecutionPrevention> 157 <GenerateMapFile>true</GenerateMapFile> 158 <MapFileName>$(TargetDir)$(TargetName).map</MapFileName> 159 <DelayLoadDLLs>Packet.dll;wpcap.dll;%(DelayLoadDLLs)</DelayLoadDLLs> 160 </Link> 161 </ItemDefinitionGroup> 162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 163 <Midl> 164 <TypeLibraryName>.\Debug/test.tlb</TypeLibraryName> 165 <HeaderFileName> 166 </HeaderFileName> 167 </Midl> 168 <ClCompile> 169 <Optimization>Disabled</Optimization> 170 <AdditionalIncludeDirectories>..\..\..\..\src\include;..\..\..\..\src\include\ipv4;..\..\..\..\src\include\ipv6;..\include;..\..\..\examples\example_app;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 171 <PreprocessorDefinitions>_CONSOLE;WIN32;_DEBUG;LWIP_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 172 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 173 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 174 <PrecompiledHeader> 175 </PrecompiledHeader> 176 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile> 177 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName> 178 <WarningLevel>Level4</WarningLevel> 179 <SuppressStartupBanner>true</SuppressStartupBanner> 180 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 181 <CompileAs>Default</CompileAs> 182 <TreatWarningAsError>true</TreatWarningAsError> 183 </ClCompile> 184 <ResourceCompile> 185 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 186 <Culture>0x0407</Culture> 187 </ResourceCompile> 188 <Link> 189 <AdditionalDependencies>Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies> 190 <SuppressStartupBanner>true</SuppressStartupBanner> 191 <AdditionalLibraryDirectories>$(PCAP_DIR)\Lib;..\..\..\..\..\winpcap\WpdPack\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 192 <GenerateDebugInformation>true</GenerateDebugInformation> 193 <SubSystem>Console</SubSystem> 194 <RandomizedBaseAddress>false</RandomizedBaseAddress> 195 <DataExecutionPrevention> 196 </DataExecutionPrevention> 197 <TargetMachine>MachineX86</TargetMachine> 198 <GenerateMapFile>false</GenerateMapFile> 199 <MapFileName>$(TargetDir)$(TargetName).map</MapFileName> 200 <DelayLoadDLLs>Packet.dll;wpcap.dll;%(DelayLoadDLLs)</DelayLoadDLLs> 201 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 202 </Link> 203 </ItemDefinitionGroup> 204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 205 <Midl> 206 <TypeLibraryName>.\Debug/test.tlb</TypeLibraryName> 207 <HeaderFileName> 208 </HeaderFileName> 209 </Midl> 210 <ClCompile> 211 <Optimization>Disabled</Optimization> 212 <AdditionalIncludeDirectories>..\..\..\..\src\include;..\..\..\..\src\include\ipv4;..\..\..\..\src\include\ipv6;..\include;..\..\..\examples\example_app;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 213 <PreprocessorDefinitions>_CONSOLE;WIN32;_DEBUG;LWIP_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 214 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 215 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 216 <PrecompiledHeader> 217 </PrecompiledHeader> 218 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile> 219 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName> 220 <WarningLevel>Level4</WarningLevel> 221 <SuppressStartupBanner>true</SuppressStartupBanner> 222 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 223 <CompileAs>Default</CompileAs> 224 <TreatWarningAsError>true</TreatWarningAsError> 225 </ClCompile> 226 <ResourceCompile> 227 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 228 <Culture>0x0407</Culture> 229 </ResourceCompile> 230 <Link> 231 <AdditionalDependencies>Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies> 232 <SuppressStartupBanner>true</SuppressStartupBanner> 233 <AdditionalLibraryDirectories>$(PCAP_DIR)\Lib;..\..\..\..\..\winpcap\WpdPack\Lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 234 <GenerateDebugInformation>true</GenerateDebugInformation> 235 <SubSystem>Console</SubSystem> 236 <RandomizedBaseAddress>false</RandomizedBaseAddress> 237 <DataExecutionPrevention> 238 </DataExecutionPrevention> 239 <GenerateMapFile>false</GenerateMapFile> 240 <MapFileName>$(TargetDir)$(TargetName).map</MapFileName> 241 <DelayLoadDLLs>Packet.dll;wpcap.dll;%(DelayLoadDLLs)</DelayLoadDLLs> 242 </Link> 243 </ItemDefinitionGroup> 244 <ItemGroup> 245 <ClCompile Include="..\..\..\addons\ipv6_static_routing\ip6_route_table.c" /> 246 <ClCompile Include="..\..\..\addons\tcp_isn\tcp_isn.c" /> 247 <ClCompile Include="..\..\..\apps\tcpecho_raw\tcpecho_raw.c" /> 248 <ClCompile Include="..\..\..\apps\udpecho_raw\udpecho_raw.c" /> 249 <ClCompile Include="..\..\..\examples\example_app\test.c" /> 250 <ClCompile Include="..\..\..\examples\httpd\cgi_example\cgi_example.c" /> 251 <ClCompile Include="..\..\..\examples\httpd\fs_example\fs_example.c" /> 252 <ClCompile Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.c" /> 253 <ClCompile Include="..\..\..\examples\httpd\https_example\https_example.c" /> 254 <ClCompile Include="..\..\..\examples\httpd\post_example\post_example.c" /> 255 <ClCompile Include="..\..\..\examples\httpd\ssi_example\ssi_example.c" /> 256 <ClCompile Include="..\..\..\examples\lwiperf\lwiperf_example.c" /> 257 <ClCompile Include="..\..\..\examples\mdns\mdns_example.c" /> 258 <ClCompile Include="..\..\..\examples\mqtt\mqtt_example.c" /> 259 <ClCompile Include="..\..\..\examples\ppp\pppos_example.c" /> 260 <ClCompile Include="..\..\..\examples\snmp\snmp_example.c" /> 261 <ClCompile Include="..\..\..\examples\snmp\snmp_private_mib\lwip_prvmib.c" /> 262 <ClCompile Include="..\..\..\examples\snmp\snmp_v3\snmpv3_dummy.c" /> 263 <ClCompile Include="..\..\..\examples\sntp\sntp_example.c" /> 264 <ClCompile Include="..\..\..\examples\tftp\tftp_example.c" /> 265 <ClCompile Include="..\..\..\apps\chargen\chargen.c" /> 266 <ClCompile Include="..\..\..\apps\httpserver\httpserver-netconn.c" /> 267 <ClCompile Include="..\..\..\apps\netio\netio.c" /> 268 <ClCompile Include="..\..\..\apps\ping\ping.c" /> 269 <ClCompile Include="..\..\..\apps\rtp\rtp.c" /> 270 <ClCompile Include="..\..\..\apps\shell\shell.c" /> 271 <ClCompile Include="..\..\..\apps\socket_examples\socket_examples.c" /> 272 <ClCompile Include="..\..\..\apps\tcpecho\tcpecho.c" /> 273 <ClCompile Include="..\..\..\apps\udpecho\udpecho.c" /> 274 <ClCompile Include="..\example_app\default_netif.c" /> 275 </ItemGroup> 276 <ItemGroup> 277 <ClInclude Include="..\..\..\addons\ipv6_static_routing\ip6_route_table.h" /> 278 <ClInclude Include="..\..\..\addons\tcp_isn\tcp_isn.h" /> 279 <ClInclude Include="..\..\..\apps\chargen\chargen.h" /> 280 <ClInclude Include="..\..\..\apps\httpserver\httpserver-netconn.h" /> 281 <ClInclude Include="..\..\..\apps\netio\netio.h" /> 282 <ClInclude Include="..\..\..\apps\ping\ping.h" /> 283 <ClInclude Include="..\..\..\apps\rtp\rtp.h" /> 284 <ClInclude Include="..\..\..\apps\shell\shell.h" /> 285 <ClInclude Include="..\..\..\apps\socket_examples\socket_examples.h" /> 286 <ClInclude Include="..\..\..\apps\tcpecho\tcpecho.h" /> 287 <ClInclude Include="..\..\..\apps\tcpecho_raw\tcpecho_raw.h" /> 288 <ClInclude Include="..\..\..\apps\udpecho\udpecho.h" /> 289 <ClInclude Include="..\..\..\apps\udpecho_raw\udpecho_raw.h" /> 290 <ClInclude Include="..\..\..\examples\httpd\cgi_example\cgi_example.h" /> 291 <ClInclude Include="..\..\..\examples\httpd\fs_example\fs_example.h" /> 292 <ClInclude Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.h" /> 293 <ClInclude Include="..\..\..\examples\httpd\https_example\https_example.h" /> 294 <ClInclude Include="..\..\..\examples\httpd\ssi_example\ssi_example.h" /> 295 <ClInclude Include="..\..\..\examples\lwiperf\lwiperf_example.h" /> 296 <ClInclude Include="..\..\..\examples\mdns\mdns_example.h" /> 297 <ClInclude Include="..\..\..\examples\mqtt\mqtt_example.h" /> 298 <ClInclude Include="..\..\..\examples\ppp\pppos_example.h" /> 299 <ClInclude Include="..\..\..\examples\snmp\snmp_example.h" /> 300 <ClInclude Include="..\..\..\examples\snmp\snmp_private_mib\private_mib.h" /> 301 <ClInclude Include="..\..\..\examples\snmp\snmp_v3\snmpv3_dummy.h" /> 302 <ClInclude Include="..\..\..\examples\sntp\sntp_example.h" /> 303 <ClInclude Include="..\..\..\examples\tftp\tftp_example.h" /> 304 </ItemGroup> 305 <ItemGroup> 306 <None Include="..\..\..\addons\ipv6_static_routing\README" /> 307 </ItemGroup> 308 <ItemGroup> 309 <ProjectReference Include="lwIP.vcxproj"> 310 <Project>{2cc276fa-b226-49c9-8f82-7fcd5a228e28}</Project> 311 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 312 </ProjectReference> 313 <ProjectReference Include="lwIP_pcapif.vcxproj"> 314 <Project>{6f44e49e-9f21-4144-91ec-53b92aef62ce}</Project> 315 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 316 </ProjectReference> 317 </ItemGroup> 318 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 319 <ImportGroup Label="ExtensionTargets"> 320 </ImportGroup> 321</Project>