2007-11-23 21:06:07 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2010-02-02 19:39:25 +00:00
|
|
|
Version="8,00"
|
2008-01-27 11:43:16 +00:00
|
|
|
Name="lwIP_test"
|
2007-11-23 21:06:07 +00:00
|
|
|
ProjectGUID="{8CC0CE51-32CF-4585-BFAF-A9343BC5A96D}"
|
2008-01-27 11:43:16 +00:00
|
|
|
RootNamespace="lwIP_test"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory=".\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory=".\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TypeLibraryName=".\Release/test.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
InlineFunctionExpansion="1"
|
2011-07-06 07:07:52 +00:00
|
|
|
AdditionalIncludeDirectories=""$(LWIP_DIR)\src\include";"$(LWIP_DIR)\src\include\ipv4";"$(LWIP_DIR)\src\include\ipv6";..\include;..;..\..\.."
|
2007-11-23 21:06:07 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
|
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1031"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2010-03-09 09:35:15 +00:00
|
|
|
AdditionalDependencies="Packet.lib wpcap.lib"
|
2007-11-23 21:06:07 +00:00
|
|
|
OutputFile=".\Release/test.exe"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
AdditionalLibraryDirectories="$(PCAP_DIR)\Lib"
|
|
|
|
ProgramDatabaseFile=".\Release/test.pdb"
|
|
|
|
SubSystem="1"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory=".\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory=".\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TypeLibraryName=".\Debug/test.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2011-07-06 07:07:52 +00:00
|
|
|
AdditionalIncludeDirectories=""$(LWIP_DIR)\src\include";"$(LWIP_DIR)\src\include\ipv4";"$(LWIP_DIR)\src\include\ipv6";..\include;..;..\..\.."
|
2007-11-23 21:06:07 +00:00
|
|
|
PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG;LWIP_DEBUG;_CRT_SECURE_NO_DEPRECATE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
|
2008-01-04 22:37:28 +00:00
|
|
|
WarningLevel="4"
|
2007-11-23 21:06:07 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
Culture="1031"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2010-03-09 09:35:15 +00:00
|
|
|
AdditionalDependencies="Packet.lib wpcap.lib"
|
2007-11-23 21:06:07 +00:00
|
|
|
OutputFile=".\Debug/test.exe"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
AdditionalLibraryDirectories="$(PCAP_DIR)\Lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="1"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
|
|
>
|
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\test.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="apps"
|
|
|
|
>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\chargen\chargen.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\chargen\chargen.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\tcpecho_raw\echo.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\tcpecho_raw\echo.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\..\..\apps\httpserver_raw\fs.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\httpserver_raw\fs.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\..\..\apps\httpserver_raw\fsdata.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\httpserver_raw\fsdata.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\..\..\apps\httpserver_raw\httpd.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\httpserver_raw\httpd.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\httpserver\httpserver-netconn.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\httpserver\httpserver-netconn.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\..\..\apps\netbios\netbios.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\netbios\netbios.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\..\..\apps\netio\netio.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\netio\netio.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\..\..\apps\ping\ping.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\ping\ping.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-26 10:53:32 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\rtp\rtp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\rtp\rtp.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\shell\shell.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\shell\shell.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-09-02 20:13:58 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\smtp\smtp.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\smtp\smtp.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
<File
|
2007-11-23 21:41:43 +00:00
|
|
|
RelativePath="..\..\..\apps\sntp\sntp.c"
|
2007-11-23 21:06:07 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\sntp\sntp.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-02-02 18:39:24 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\socket_examples\socket_examples.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\socket_examples\socket_examples.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-24 17:35:04 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\tcpecho\tcpecho.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\tcpecho\tcpecho.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\udpecho\udpecho.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\apps\udpecho\udpecho.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="private_mib"
|
|
|
|
>
|
|
|
|
<File
|
2010-02-02 19:39:25 +00:00
|
|
|
RelativePath="..\..\..\apps\snmp_private_mib\lwip_prvmib.c"
|
2010-01-24 17:35:04 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2010-02-02 19:39:25 +00:00
|
|
|
RelativePath="..\..\..\apps\snmp_private_mib\private_mib.h"
|
2010-01-24 17:35:04 +00:00
|
|
|
>
|
|
|
|
</File>
|
2007-11-23 21:06:07 +00:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<File
|
|
|
|
RelativePath=".\readme.txt"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|